apollo-ios v0.25.0 Release Notes

Release Date: 2020-03-31 // about 4 years ago
    • ๐Ÿ’ฅ BREAKING: Updated the swift-tools version to 5.2 in Package.swift. Note that if you're using swift-tools 5.2, you'll need to update the syntax of your Package.swift file and specify the name of the library manually for Apollo. (#1099, #1106)
    • POSSIBLY BREAKING: Upgraded the typescript CLI to 2.26.0. No changes were found in test frameworks, but this could theoretically break some stuff. (#1107, #1113)
    • ๐Ÿ†• NEW: Added the ability to set Starscream's underlying enableSOCKSProxy to better allow debugging web sockets in tools like Charles Proxy. (#1108)
    • ๐Ÿ›  Fixed several issues using paths with spaces in the Swift Codegen. (#1092, #1097).
    • ApolloCodegenLib is now properly passing the header argument last when downloading a schema. (#1096)
    • Automatic Persisted Queries now also work with mutations. (#1110)