apollo-ios v0.17.0 Release Notes

Release Date: 2019-10-16 // over 4 years ago
    • ๐Ÿ†• NEW : Support for Automatic Persisted Queries. This feature allows you to send the hash of a query to your server, and if the server recognizes the hash, it can perform the whole query without you having to send it again. This is particularly useful for large queries, since it can reduce the amount of data you have to send from your user's device pretty significantly. (#767)
    • ๐Ÿ’ฅ BREAKING : Removed old script files which have been deprecated. If you were still using these, please check out the updated codegen build step setup instructions to get up and running with the run-bundled-codegen script. (#820)
    • POSSIBLY BREAKING : Updated bundled CLI to v2.19.1. Please check out the CLI changelog for full details, but this version actually moves to using multi-line Swift strings for queries. If you prefer to have condensed queries, it also introduces a --suppressSwiftMultilineStringLiterals flag which produces single-line queries stripped of whitespace. (#831)
    • ๐Ÿ›  Fixed a couple places we were not using LocalizedError properly. (#818)