apollo-client v2.5.0 Release Notes

    • Introduces new local state management features (client-side schema and local resolver / @client support) and many overall code improvements, to help reduce the Apollo Client bundle size. #4361
    • Revamped CJS and ESM bundling approach with Rollup. @rosskevin in #4261
    • ๐Ÿ›  Fixes an issue where the QueryManager was accidentally returning cached data for network-only queries. @danilobuerger in #4352
    • ๐Ÿ›  Fixed an issue in the repo .gitattributes that was causing binary files to have their line endings adjusted, and cleaned up corrupted documentation images (ref: https://github.com/apollographql/apollo-client/pull/4232). @rajington in #4438
    • ๐Ÿ‘Œ Improve (and shorten) query polling implementation. PR #4337