Skip to content

14.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@sunshinejr sunshinejr released this 09 Dec 16:17
· 281 commits to master since this release

Another update while we wait for Alamofire to be stable. This time one fix, one small update - hope you will like it! πŸš€

Note: Unfortunately we introduced the breaking change with the update, but this was a pretty big gain in terms of the plugin usage so we decided to move forward with it. Make sure you see the migration guide to see how you can migrate easily.

Changelog

Changed

  • Breaking Change In AccessTokenPlugin, the token closure now takes a AuthorizationType as parameter and AuthorizationType.none has been removed in favor of using AuthorizationType?. #1969 by @amaurydavid.

Fixed

  • Fixed a data race condition issue and enable TSAN on the test action and CI. #1952 by @LucianoPAlmeida.