File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 🔮 Apollo Client Ecosystem Roadmap
2
2
3
- ** Last updated: 2024-09-23 **
3
+ ** Last updated: 2024-10-07 **
4
4
5
5
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,16 +17,16 @@ 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 ) - October 21 , 2024
21
- _ Release candidate - October 24 , 2024_
20
+ #### [ 3.12.0] ( https://github.com/apollographql/apollo-client/milestone/42 ) - November 11 , 2024
21
+ _ Release candidate - November 4 , 2024_
22
22
23
23
- Data masking
24
24
25
25
#### Upcoming features
26
26
27
27
- Leaner client (under alternate entry point)
28
28
- Better types for ` useQuery ` /` useMutation ` /` useSubscription `
29
- - Introduce a suspenseful ` useFragment ` that will suspend when the data is not yet loaded
29
+ - Introduce ` useSuspenseFragment ` that will suspend when the data is not yet loaded (experimental)
30
30
31
31
#### 4.0
32
32
@@ -36,7 +36,6 @@ _Release candidate - October 24, 2024_
36
36
37
37
- New documentation
38
38
- Subscription support (waiting for MSW WebSocket support to land)
39
- - Better TypeScript support
40
39
41
40
### VSCode Extension
42
41
You can’t perform that action at this time.
0 commit comments