- 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)