v1.0.0
Backward Incompatible Changes
- There is no longer a default serializer for
application/json. Please make
sure to register a serializer withOAuth2.Client.put_serializer/3. - Serializers are now registered via
OAuth2.Client.put_serializer/3.
This change allows applications wrappingoauth2a way to provide default
serializers without requiring the user to manually configure a serializer.