apollo-ios v0.12.0 Release Notes

Release Date: 2019-07-17 // almost 5 years ago
    • ๐Ÿ’ฅ BREAKING : Removed internal Result type in favor of Swift's built in Result type. This allows you to not have to prefix anything that uses the built-in result type with Swift.Result in places where you're using the Apollo SDK. (#641)
    • ๐Ÿ’ฅ BREAKING : Set strict dependency versions for Starscream and SQLite.swift to prevent potential problems with Swift version conflicts. (#641).
    • ๐Ÿ’ฅ BREAKING : Made Carthage dependencies for Starscream and SQLite.swift private so they're not automatically pulled in when trying to build just the main SDK with Carthage. If you're using the ApolloSQLite or ApolloWebSocket frameworks with Carthage, please read the updated documentation!. (#635, #641)
    • ๐Ÿ›  Fixed issue where GET requests were requiring AnyHashable instead of Any which made requests with Bool properties never send. (#628, big thanks to #624)