github apollographql/apollo-client @apollo/client@4.1.0-rc.0

latest release: @apollo/client@4.1.0-rc.1
pre-release3 days ago

Minor Changes

  • #13078 bf1e0dc Thanks @phryneas! - Use the default stream merge function for @stream fields only if stream info is present. This change means that using the older Defer20220824Handler will not use the default stream merge function and will instead truncate the streamed array on the first chunk.

Patch Changes

  • #13083 f3c2be1 Thanks @phryneas! - Expose the ExtensionsWithStreamInfo type for extensions in Cache.writeQuery, Cache.write and Cache.update so other cache implementations also can correctly access them.

  • #13082 c257418 Thanks @phryneas! - Pass streamInfo through result extensions as a WeakRef.

  • #13081 1e06ad7 Thanks @jerelmiller! - Avoid calling merge functions more than once for the same incremental chunk.

Don't miss a new apollo-client release

NewReleases is sending notifications on new releases.