You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md).
6
6
@@ -17,42 +17,41 @@ For up to date release notes, refer to the project's [Changelog](https://github.
17
17
18
18
### Apollo Client
19
19
20
-
#### [3.12.0](https://github.com/apollographql/apollo-client/milestone/42) - November 18, 2024
21
-
_Release candidate - November 11, 2024_
20
+
#### [3.13.0](https://github.com/apollographql/apollo-client/milestone/42) - January 13, 2024
21
+
_Release candidate - January 7th_
22
22
23
-
-Data masking
23
+
-`useSuspenseFragment`
24
24
25
25
#### Upcoming features
26
26
27
-
- Leaner client (under alternate entry point)
28
-
- Better types for `useQuery`/`useMutation`/`useSubscription`
29
-
- Introduce `useSuspenseFragment` that will suspend when the data is not yet loaded (experimental)
27
+
- Deprecations and preparations for 4.0
30
28
31
29
#### 4.0
32
30
33
-
-`Release 4.0` will be our next major release of the Client and is still in early planning. See Github [4.0 Milestone](https://github.com/apollographql/apollo-client/milestone/31) for more details.
31
+
-`Release 4.0` will be our next major release of the Client and is still in planning. See Github [4.0 Milestone](https://github.com/apollographql/apollo-client/milestone/31) for more details.
34
32
35
33
### GraphQL Testing Library
36
34
37
35
- New documentation
38
36
- Subscription support (waiting for MSW WebSocket support to land)
39
37
38
+
_These changes will take longer than anticipated due to prioritization on Apollo Client 4.0_
39
+
40
40
### VSCode Extension
41
41
42
-
- Bug fixes and long-requested features
43
-
- Apollo Client Devtools integration
42
+
_No outstanding work_
44
43
45
44
### GraphQL Tag
46
45
47
-
-Started 3.0 milestone planning
46
+
-`Release 3.0` will be our next major release of `graphql-tag` and is still in planning. See Github [3.0 Milestone](https://github.com/apollographql/graphql-tag/milestone/3) for more details.
48
47
49
48
### Apollo Client DevTools
50
49
51
-
- Ongoing work with fixing error messages shown in devtools
52
-
- Add a memory panel to monitor Apollo Client devtools internal caches
53
-
- Connectors debugger
50
+
_These changes will take longer than anticipated due to prioritization on Apollo Client 4.0_
54
51
55
-
### Apollo Client NextJS
52
+
### Apollo Client React Framework Integrations
56
53
57
54
- New/more robust documentation
58
55
- Support for `@defer` in RSC
56
+
- Support for Apollo Client Streaming in TanStack Router
57
+
- Support for Apollo Client Streaming in React Router 7
0 commit comments