Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"cool-bikes-shake",
"cool-kiwis-hunt",
"cool-mice-visit",
"cuddly-kangaroos-breathe",
"cuddly-spiders-tie",
"curvy-flies-accept",
"curvy-lamps-sing",
Expand All @@ -48,6 +49,7 @@
"empty-rats-cough",
"few-crabs-move",
"few-donuts-perform",
"five-crabs-remember",
"flat-readers-invite",
"fluffy-shoes-applaud",
"forty-hairs-occur",
Expand Down Expand Up @@ -83,6 +85,7 @@
"healthy-apes-sneeze",
"healthy-books-flash",
"healthy-ghosts-report",
"heavy-ways-call",
"hip-vans-act",
"hot-cycles-notice",
"hot-seahorses-film",
Expand Down Expand Up @@ -115,6 +118,7 @@
"many-buses-allow",
"many-papayas-hide",
"many-seas-call",
"mean-beans-agree",
"mean-lizards-think",
"metal-needles-search",
"mighty-carrots-bathe",
Expand All @@ -133,6 +137,7 @@
"ninety-nails-compete",
"odd-chicken-hide",
"odd-lemons-relax",
"odd-spiders-dream",
"old-avocados-cover",
"old-mangos-grin",
"old-melons-double",
Expand Down Expand Up @@ -232,6 +237,7 @@
"tough-tips-drop",
"tricky-tables-shave",
"twelve-mangos-dance",
"twenty-numbers-perform",
"twenty-snakes-sort",
"unlucky-kiwis-sell",
"unlucky-sheep-change",
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @apollo/client

## 4.0.0-rc.6

### Major Changes

- [#12787](https://github.com/apollographql/apollo-client/pull/12787) [`8ce31fa`](https://github.com/apollographql/apollo-client/commit/8ce31fae54b1ae76c557f361cc946858cb2ff66b) Thanks [@phryneas](https://github.com/phryneas)! - Remove `DataProxy` namespace and interface.

- [#12788](https://github.com/apollographql/apollo-client/pull/12788) [`4179446`](https://github.com/apollographql/apollo-client/commit/417944677d2e79606b0f6cabd8d5d8b2063c876b) Thanks [@phryneas](https://github.com/phryneas)! - `TVariables` now always `extends OperationVariables` in all interfaces.

- [#12802](https://github.com/apollographql/apollo-client/pull/12802) [`e2b51b3`](https://github.com/apollographql/apollo-client/commit/e2b51b30acbd360253100f9d2a91fe7e0c57be4c) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Disallow the `mutation` option for the `mutate` function returned from `useMutation`.

- [#12787](https://github.com/apollographql/apollo-client/pull/12787) [`8ce31fa`](https://github.com/apollographql/apollo-client/commit/8ce31fae54b1ae76c557f361cc946858cb2ff66b) Thanks [@phryneas](https://github.com/phryneas)! - Generic arguments for `Cache.ReadOptions` were flipped from `TVariables, TData` to `TData, TVariables`.

- [#12793](https://github.com/apollographql/apollo-client/pull/12793) [`24e98a1`](https://github.com/apollographql/apollo-client/commit/24e98a16648d4c21f37ba51a678a8849f88174ea) Thanks [@phryneas](https://github.com/phryneas)! - `ApolloConsumer` has been removed - please use `useApolloClient` instead.

### Patch Changes

- [#12782](https://github.com/apollographql/apollo-client/pull/12782) [`742b3a0`](https://github.com/apollographql/apollo-client/commit/742b3a0ed65d28818974e56225c86ab7e350e677) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Move `ApolloClient`, `ObservableQuery`, and `ApolloCache.watchFragment` method options and result types into namespaces. The old types are now exported as deprecated.

## 4.0.0-rc.5

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"description": "A fully-featured caching GraphQL client.",
"private": true,
"keywords": [
Expand Down