apollo-ios v0.16.0 Release Notes

Release Date: 2019-09-24 // over 4 years ago
    • ๐Ÿ’ฅ BREAKING : We've switched to a much simpler setup which does not involve NPM in order to use our CLI. This requires updating your build scripts. Please follow the updated instructions for setting up the build script here. The existing build script will continue to work until the next minor release, at which point it will be removed. (#766)
    • ๐Ÿ›  Included CLI version fixes issues which showed up in 0.15.2.
    • ๐Ÿ’ฅ BREAKING : We've removed all public references to our internal Promise implementation, which was never intended to be public. (#709)
    • ๐Ÿ›  Fixed a deadlock in a transaction. (#763, #365)
    • โž• Added a RequestCreatorProtocol to allow you to more easily muck with and/or mock creating multipart requests. (#771)
    • ๐Ÿ›  Fixed an issue causing problems building with SPM in Xcode 11. (#784)