Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Releases: graphql-community/ApolloAlamofire

0.6.0

09 Nov 21:20
52063d9
Compare
Choose a tag to compare

This release updates Apollo dependency to 0.19.0 and Alamofire to 4.9.1.

Merged pull requests:

0.5.0

12 Jul 10:31
bb97b5c
Compare
Choose a tag to compare

This release adds support for Carthage package manager.

Merged pull requests:

0.4.0

07 Apr 19:28
8300657
Compare
Choose a tag to compare

This update fixes compatibility with Xcode 10.2 and Swift 5.0. This release
also supports Swift 4.2 and Xcode 10.0 and 10.1, but unfortunately maintaining
a suite of tests and Xcode project settings that support Swift 4.0 and Xcode 9
as well does not seem feasible (PRs that fix this are welcome!).

No other changes were made and ApolloAlamofire 0.3.0 is recommended if you need
Xcode 9 support.

0.3.0

05 Apr 10:22
276d094
Compare
Choose a tag to compare

Updated project for Swift 4.2 and Apollo 0.9.
Also bumped Example project Alamofire to 4.7.3.

0.2.1

03 May 13:25
Compare
Choose a tag to compare

This release has no code changes and is only tagged to ship new README.md to cocoapods.org web page.

0.2.0

03 May 11:37
Compare
Choose a tag to compare

headers and loggingEnabled property made public variables on AlamofireTransport. This allows you to change headers without instantiating a new transport, e.g. when a user logs out and a different user logs in you can swap authentication headers. If you switch logging dynamically, loggingEnabled property can be controlled in the same way without creating a new AlamofireTransport instance.