v3.14.0-alpha.1
📦 apollo-client
✨ 1 features⚡ 1 deprecations🔧 4 symbols
Summary
This minor release adds @deprecated tags to removed query‑related properties and introduces a warning when `standby` fetch policy is used with `client.query`.
Migration Steps
- Replace any usage of properties that are now deprecated in the query, mutation, or subscription results with their supported alternatives.
- Avoid using the `standby` fetch policy with `client.query` or handle the warning accordingly.
✨ New Features
- Added warnings for using a `standby` fetch policy with `client.query`.
🔧 Affected Symbols
client.queryobservableQuery.refetchclient.mutateclient.subscribe⚡ Deprecations
- Properties returned from query APIs (e.g., client.query, observableQuery.refetch, client.mutate, client.subscribe) that were removed in Apollo Client 4.0 are now marked with @deprecated tags.