Skip to content

v1.0.0

Compare
Choose a tag to compare
@scrogson scrogson released this 12 Apr 16:58
1167e90

Backward Incompatible Changes

  • There is no longer a default serializer for application/json. Please make
    sure to register a serializer with OAuth2.Client.put_serializer/3.
  • Serializers are now registered via OAuth2.Client.put_serializer/3.
    This change allows applications wrapping oauth2 a way to provide default
    serializers without requiring the user to manually configure a serializer.