oauth2 v1.0.0 Release Notes

Release Date: 2019-03-13 // about 5 years ago
  • Backward Incompatible Changes

    • 0️⃣ 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.
      0️⃣ This change allows applications wrapping oauth2 a way to provide default
      🔧 serializers without requiring the user to manually configure a serializer.