Change8
Symbol18 releases

InMemoryCache

Found in 5 packages: apollo-client, vercel-functions, vercel-cli, litellm, langgraph

apollo-client(10 releases)

@apollo/client@4.3.0-alpha.4
Jul 24, 2026

This patch release addresses issues with incremental queries and cache data leakage. It improves performance by optimizing error object construction and JSON stringification for cache diffs.

@apollo/client@4.3.0-alpha.3
Jul 13, 2026

This release improves the accuracy of `dataState` in complex incremental streaming scenarios with `@defer` and `@stream` directives, ensuring `read` functions are applied to intermediate results and fixing truncation issues with `@stream` queries when `returnPartialData: true`.

@apollo/client-graphql-codegen@2.2.0-alpha.0
Jul 10, 2026

Introduced a new GraphQL Codegen plugin to generate configurations for custom scalars, simplifying their integration with Apollo Client's InMemoryCache and type policies.

@apollo/client@4.3.0-alpha.2
Jun 30, 2026

This release introduces comprehensive support for custom scalars within Apollo Client, allowing users to define parsing and serialization logic for non-standard scalar types in both cache operations and network requests.

@apollo/client@4.1.0
Jan 15, 2026

This release introduces significant enhancements to cache interaction, including support for array watching via fragments, new options for context in `useMutation`, and expanded support for GraphQL incremental delivery specifications like `@defer` (v17 alpha 9) and `@stream`.

@apollo/client@4.1.0-alpha.9
Dec 18, 2025

This release adds new cache behavior for undefined array items, introduces an \`extensions\` option to cache write methods, and improves fragment hooks with memoized observable mapping.

@apollo/client@4.0.0-rc.5Breaking
Jul 18, 2025

This release adds improved handling of masked fragments, introduces dataState in watchFragment, normalizes empty argument storage, and updates cache read behavior, while deprecating old readFragment/readQuery signatures and removing gql from the react entrypoint.

v3.14.0-alpha.0Breaking
Jun 27, 2025

Apollo Client 4.0 introduces the new `preloadQuery.toPromise` API and removes the old `queryRef.toPromise`, while adding numerous deprecation warnings across React APIs, ApolloClient options, and cache settings. A bug fix prevents field policies from incorrectly merging into supertype policies.

@apollo/client@4.0.0-rc.1Breaking
Jun 24, 2025

This release removes two deprecated configuration options, adds a new `operationType` field for easier operation checks, exports several types, and includes bug fixes around resolver warnings and query rerendering.

v4.0.0-alpha.15Breaking
May 23, 2025

This release moves unstable testing utilities to an internal namespace, removes several deprecated testing helpers, adds subtle `useQuery` and `ObservableQuery` behavior improvements, and deprecates old MockLink type exports.

vercel-functions(1 releases)

vercel-cli(2 releases)

litellm(2 releases)

langgraph(3 releases)

Track Symbol Changes

Use the Change8 MCP server or GitHub Action to get notified when InMemoryCache changes.

Learn More