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
Copy file name to clipboardExpand all lines: ROADMAP.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 🔮 Apollo Client Roadmap
2
2
3
-
**Last updated: 2024-07-08**
3
+
**Last updated: 2024-07-15**
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
@@ -13,14 +13,15 @@ For up to date release notes, refer to the project's [Changelog](https://github.
13
13
14
14
---
15
15
16
-
## [3.11.0](https://github.com/apollographql/apollo-client/milestone/40) - July 17th, 2024
16
+
## [3.11.0](https://github.com/apollographql/apollo-client/milestone/40) - July 22nd, 2024
17
17
_Release candidate - July 9th, 2024_
18
18
19
19
- Rewriting `useQuery` and `useSubscription` for better React Compiler support
20
20
- Add an `ignoreResults` option to the `useSubscription` API
21
21
- Support extensions in useSubscription
22
-
- Support errorPolicy in useSubscription hook and subscribeToMore function
22
+
- Support errorPolicy in useSubscription hook
23
23
- React 19 rc compatibility
24
+
- Deprecate experimental schema testing utilities in favor of [`@apollo/graphql-testing-library`](https://github.com/apollographql/graphql-testing-library)
0 commit comments