apollo-ios v0.37.0 Release Notes

Release Date: 2020-11-18 // over 3 years ago
    • POSSIBLY BREAKING : Updated behavior of URLSessionClient when it's been invalidated to throw an error instead of crashing. If you were relying on this failing loudly before, please be aware it's going to fail a lot more quietly now. (#1489)
    • ๐Ÿ‘Œ Improved performance of loadRecords for the SQLite cache. (#1519)
    • โž• Added support for use of Apollo as a dynamic lib. (#1483)
    • โšก๏ธ Updated the legacy CLI to 2.31.0. (#1510)
    • ๐Ÿ›  Fixed some bugs in our JSONSerialization handling. (#1478)
    • ๐Ÿ›  Fixed an issue with callback queue handling for websockets. (#1507)
    • ๐Ÿ›  Fixed an issue with callback queue handling for errors. (#1468)
    • โœ‚ Removed a redundant nil check while clearing the cache. (#1508)