InMemoryCache
Found in 5 packages: apollo-client, vercel-functions, vercel-cli, litellm, langgraph
apollo-client(10 releases)
@apollo/client@4.3.0-alpha.4This 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.3This 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.0Introduced 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.2This 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.0This 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.9This 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.5BreakingThis 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.0BreakingApollo 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.1BreakingThis 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.15BreakingThis 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)
@vercel/functions@3.4.1BreakingThis patch updates InMemoryCache to use JSON serialization for all stored values, aligning its behavior with RuntimeCache for improved consistency across different caching environments.
@vercel/functions@2.0.2This patch update refactors the internal in-memory cache to utilize a singleton instance.
litellm(2 releases)
v1.77.5.rc.1This release introduces extensive model support, including Qwen, Deepseek 3.1, and Gemini 2.5 Flash, alongside significant stability improvements, concurrency fixes for sync streaming, and enhancements to logging and cost tracking features.
v1.77.5-nightlyThis release introduces extensive model support additions, including Qwen, Deepseek 3.1, and Gemini 2.5 Flash, alongside significant fixes for concurrency, caching, and guardrail implementations. Key features include scheduled key rotations and enhanced cost tracking visibility.
langgraph(3 releases)
checkpointsqlite==2.0.8BreakingThis release introduces the SqliteStore and InMemoryCache, moves FileCache to the sqlite package, and updates the CI pipeline to use uv.
checkpoint==2.0.26BreakingRelease 2.0.26 introduces a SQLite-backed FileCache, adds InMemoryCache, and implements TTL and namespacing features while removing Python version upper bounds.
0.4.4LangGraph 0.4.4 introduces functional API state updates, new caching mechanisms (FileCache/InMemoryCache), and Deferred Nodes, alongside significant improvements to test fixtures and graph visualization.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when InMemoryCache changes.
Learn More