Skip to content

Releases: apollographql/apollo-client-integrations

@apollo/[email protected]

04 Sep 18:09
9bd50ba

Choose a tag to compare

Patch Changes

@apollo/[email protected]

04 Sep 18:09
9bd50ba

Choose a tag to compare

Patch Changes

  • af90924: Export modified Options type for ApolloClient.

@apollo/[email protected]

04 Sep 18:09
9bd50ba

Choose a tag to compare

Patch Changes

@apollo/[email protected]

21 Aug 18:25
547a3f9

Choose a tag to compare

Patch Changes

@apollo/[email protected]

21 Aug 18:25
547a3f9

Choose a tag to compare

Minor Changes

  • a434180: Drop depdendency ts-invariant. Please use setLogVerbosity from @apollo/client instead of setVerbosity from ts-invariant.
  • a434180: Updating Apollo Client from v3 to v4. Please follow the Apollo Client migration guide.
  • a434180: Update signature of PreloadTransportedQueryOptions from <TVariables, TData> to <TData, TVariables>
  • a434180: Deprecate PreloadQueryOptions - please use PreloadQuery.Options instead.
  • a434180: Deprecate PreloadQueryProps - please use PreloadQuery.Props instead.

@apollo/[email protected]

21 Aug 18:25
547a3f9

Choose a tag to compare

Minor Changes

  • a434180: Drop depdendency ts-invariant. Please use setLogVerbosity from @apollo/client instead of setVerbosity from ts-invariant.
  • a434180: Updating Apollo Client from v3 to v4. Please follow the Apollo Client migration guide.
  • a434180: Update signature of PreloadTransportedQueryOptions from <TVariables, TData> to <TData, TVariables>
  • a434180: Deprecate PreloadQueryOptions - please use PreloadQuery.Options instead.
  • a434180: Deprecate PreloadQueryProps - please use PreloadQuery.Props instead.

Patch Changes

@apollo/[email protected]

21 Aug 19:24
b9111c9

Choose a tag to compare

Pre-release

@apollo/client-integration-react-router

0.13.1-alpha.6

Patch Changes

  • 874abab: Drop depdendency ts-invariant. Please use setLogVerbosity from @apollo/client instead of setVerbosity from ts-invariant.
  • 874abab: Updating Apollo Client from v3 to v4. Please follow the Apollo Client migration guide.
  • 874abab: Update signature of PreloadTransportedQueryOptions from <TVariables, TData> to <TData, TVariables>
  • 874abab: Deprecate PreloadQueryOptions - please use PreloadQuery.Options instead.
  • 874abab: Deprecate PreloadQueryProps - please use PreloadQuery.Props instead.

0.12.3-alpha.5

Patch Changes

0.12.0-alpha.4

Patch Changes

0.12.0-alpha.3

Patch Changes

0.12.0-alpha.2

Patch Changes

0.12.0-alpha.1

Patch Changes

0.12.0-alpha.0

Minor Changes

  • 5417a54: Add a package to support React Router streaming SSR

Patch Changes

@apollo/[email protected]

29 Jul 15:51
8bc48e3

Choose a tag to compare

@apollo/[email protected]

29 Jul 15:52
8bc48e3

Choose a tag to compare

Patch Changes

  • 45781d4: Adds a dangerous_disableHookValueTransportation option to ManualDataTransport.

    If true, the useStaticValueRef hook will not transport values over to the client.
    This hook is used to transport the values of hook calls during SSR to the client, to ensure that
    the client will rehydrate with the exact same values as it rendered on the server.

    This mechanism is in place to prevent hydration mismatches as described in
    https://github.com/apollographql/apollo-client-integrations/blob/pr/RFC-2/RFC.md#challenges-of-a-client-side-cache-in-streaming-ssr
    (first graph of the "Challenges of a client-side cache in streaming SSR" section).

    Setting this value to true will save on data transported over the wire, but comes with the risk
    of hydration mismatches.
    Strongly discouraged with older React versions, as hydration mismatches there will likely crash
    the application, setting this to true might be okay with React 19, which is much better at recovering
    from hydration mismatches - but it still comes with a risk.
    When enabling this, you should closely monitor error reporting and user feedback.

@apollo/[email protected]

29 Jul 15:52
8bc48e3

Choose a tag to compare

Patch Changes