Version 2.5.5 is a maintenance release with support for ".graphqls" files and fixes in the Json parser and HTTP cache.
Full Changelog
✨ New
.graphqls files are now recognized as schema files (#2977)
👷 Fixes
- [Runtime] Strip the priorResponse before returning it to the upstream interceptor (#3010)
- [Runtime] Fix reading feed sequence (
'\f') in json (#3006)
- [Cache] Return consistently non-nullable String sets in NormalizedCache#merge() (#2972)
📖 Documentation
- added a very basic MPP subscription sample (#3008)
- Fix code example (#2982)
❤️ External contributors
Many thanks to @Romadro, @eduardb and @BRoy98 for their contributions!