Skip to content

Releases: apollographql/apollo-client-integrations

@apollo/[email protected]

22 Apr 11:38
607a236
Compare
Choose a tag to compare

@apollo/[email protected]

22 Apr 11:38
607a236
Compare
Choose a tag to compare

Patch Changes

  • c1db3fd: Call removeQuery instead of stopQuery to be more compatible with Apollo Client 4.0.

@apollo/[email protected]

22 Apr 11:38
607a236
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

07 Apr 16:18
ba0d0cb
Compare
Choose a tag to compare

Patch Changes

@apollo/[email protected]

07 Apr 16:18
ba0d0cb
Compare
Choose a tag to compare

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.

@apollo/[email protected]

07 Apr 16:18
ba0d0cb
Compare
Choose a tag to compare

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.
  • Updated dependencies [1957588]

@apollo/[email protected]

31 Mar 11:52
Compare
Choose a tag to compare

Minor Changes

  • dec635c: This package has now been renamed to "@apollo/client-integration-nextjs", please adjust your imports accordingly.

Patch Changes

@apollo/[email protected]

31 Mar 11:52
Compare
Choose a tag to compare

Minor Changes

  • 8209093: Implement multipart streaming support with @defer for PreloadQuery
  • 20ce0c8: add TeeToReadableStreamLink and ReadFromReadableStreamLink

Patch Changes

  • dd2c972: Adjust imports to use the @apollo/client/react entrypoint for React-specific imports.
  • c1e2415: Remove _hydrated property on transported queryRefs, use WeakMap instead.
  • 3b6eca6: Added a warning when calling the query shortcut of registerApolloClient 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]

31 Mar 11:52
Compare
Choose a tag to compare

Minor Changes

  • 53972d4: Rename package @apollo/experimental-nextjs-app-support to @apollo/client-integration-nextjs
  • 8209093: Implement multipart streaming support with @defer for PreloadQuery

Patch Changes

@apollo/[email protected]

28 Mar 16:13
a1d423e
Compare
Choose a tag to compare
Pre-release

Patch Changes