Releases: apollographql/apollo-client-integrations
Releases · apollographql/apollo-client-integrations
@apollo/[email protected]
Patch Changes
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
- c1db3fd: Call
removeQuery
instead ofstopQuery
to be more compatible with Apollo Client 4.0.
@apollo/[email protected]
Patch Changes
- Updated dependencies [c1db3fd]
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
- Updated dependencies [1957588]
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
1957588: Fix dependencies to require React 19 and Next.js 15.
This should already have been part of the 0.12 release, but was forgotten.- React 19 is required for the new mechanism behind
PreloadQuery
- Next.js 15 is a consequence of that. As versions prior to
15.2.3
had a security vulnerability, we chose that as the minimal supported version.
- React 19 is required for the new mechanism behind
@apollo/[email protected]
Patch Changes
-
1957588: Fix dependencies to require React 19 and Next.js 15.
This should already have been part of the 0.12 release, but was forgotten.- React 19 is required for the new mechanism behind
PreloadQuery
- Next.js 15 is a consequence of that. As versions prior to
15.2.3
had a security vulnerability, we chose that as the minimal supported version.
- React 19 is required for the new mechanism behind
-
Updated dependencies [1957588]
- @apollo/[email protected]
@apollo/[email protected]
Minor Changes
- dec635c: This package has now been renamed to
"@apollo/client-integration-nextjs"
, please adjust your imports accordingly.
Patch Changes
- dd2c972: Adjust imports to use the
@apollo/client/react
entrypoint for React-specific imports. - Updated dependencies [53972d4]
- Updated dependencies [dd2c972]
- Updated dependencies [8209093]
- @apollo/[email protected]
@apollo/[email protected]
Minor Changes
- 8209093: Implement multipart streaming support with
@defer
forPreloadQuery
- 20ce0c8: add
TeeToReadableStreamLink
andReadFromReadableStreamLink
Patch Changes
- dd2c972: Adjust imports to use the
@apollo/client/react
entrypoint for React-specific imports. - c1e2415: Remove
_hydrated
property on transported queryRefs, useWeakMap
instead. - 3b6eca6: Added a warning when calling the
query
shortcut ofregisterApolloClient
outside of a RSC (e.g. in Server Actions or Middleware).
This could cause situations where users would accidentally create multiple Apollo Client instances. - 9a8c872: Start an alpha branch
- 563db9b: add support for
useSuspenseFragment
@apollo/[email protected]
Minor Changes
- 53972d4: Rename package
@apollo/experimental-nextjs-app-support
to@apollo/client-integration-nextjs
- 8209093: Implement multipart streaming support with
@defer
forPreloadQuery
Patch Changes
- dd2c972: Adjust imports to use the
@apollo/client/react
entrypoint for React-specific imports. - Updated dependencies [dd2c972]
- Updated dependencies [c1e2415]
- Updated dependencies [3b6eca6]
- Updated dependencies [8209093]
- Updated dependencies [20ce0c8]
- Updated dependencies [9a8c872]
- Updated dependencies [563db9b]
- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
- @apollo/[email protected]