oauth2 v0.9.0 Release Notes

Release Date: 2017-02-02 // about 7 years ago
  • ๐Ÿ‘Œ Improvements

    • โœ‚ Remove deprecated usage of Behaviour and defcallback
    • ๐Ÿ”ง Provides better support for configuring request_opts that will be used on
      ๐Ÿ”ง every request. This is useful for configuring SSL options, etc.
    • ๐Ÿ‘ Provides support for hackneys streaming of responses.
    • ๐Ÿ‘ Better warnings when a serializer isn't properly configured.

    Backward Incompatible Changes

    • Responses with status codes between 400..599 will now return {:error, %OAuth2.Response{}} instead of {:ok, %OAuth2.Response{}}
    • When using the ! versions of functions, {:error, %OAuth2.Response{}} will
      be converted to an %OAuth2.Error{} and raised.

    Diff: v0.8.3...v0.9.0