apollo-ios v0.26.0 Release Notes

Release Date: 2020-04-21 // about 4 years ago
    • 💥 BREAKING , though in a good way: Updated the typescript CLI to 2.27.2, and updated the script to pull from a CDN (currently backed by GitHub Releases) rather than old Circle images. This should significantly increase download performance and stability. (#1166)
    • 💥 BREAKING : Updated the retry delegate to allow more fine-grained control of what error to return if an operation fails in the process of retrying. (#1128, #1167)
    • ➕ Added support to the Swift scripting package to be able to use multiple headers when downloading a schema. (#1153)
    • ➕ Added the ability to set the SSL trust validator on a websocket. (#1124)
    • 🛠 Fixed an issue deserializing custom scalars in ApolloSQLite. (#1144)