apollo-ios v0.11.0 Release Notes

Release Date: 2019-07-10 // almost 5 years ago
    • ๐Ÿ’ฅ BREAKING : Updated Podspec to preserve paths rather than embedding scripts in the framework. Updated instructions for embedding with CocoaPods. (#575, #610)
    • ๐Ÿ†• NEW : At long last, the ability to update headers on preflight requests, the ability to peer into what came to the URLSession and the ability to determine if an operation should be retried. (#602)
    • ๐Ÿ†• NEW : Added .fetchIgnoringCacheCompletely caching option, which can result in significantly faster performance if you don't need the caching. (#551)
    • ๐Ÿ†• NEW : Added support for using GET for queries. (#572, #599, #602)
    • โšก๏ธ Updated lib and dependencies to use Swift 5, and say so in the Podfile. (#522, #528, #561, #592)
    • ๐Ÿ”ฆ Exposed a method to ping a WebSocket server to keep it alive. (#422)
    • Handling is always done on a handler queue. (#539)
    • โž• Added documentation on the read and update operations for watching queries. (#452)
    • โšก๏ธ Updated build scripts for non-CocoaPods installations to account for spaces in project names or folders. (#610)
    • ๐Ÿ›  Fixed a code generation fail if you're using MacPorts instead of Homebrew to install npm. (#591)