Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Jul 15, 2024
1 parent 4805980 commit c2a812e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Roadmap

**Last updated: 2024-07-08**
**Last updated: 2024-07-15**

For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md).

Expand All @@ -13,14 +13,15 @@ For up to date release notes, refer to the project's [Changelog](https://github.

---

## [3.11.0](https://github.com/apollographql/apollo-client/milestone/40) - July 17th, 2024
## [3.11.0](https://github.com/apollographql/apollo-client/milestone/40) - July 22nd, 2024
_Release candidate - July 9th, 2024_

- Rewriting `useQuery` and `useSubscription` for better React Compiler support
- Add an `ignoreResults` option to the `useSubscription` API
- Support extensions in useSubscription
- Support errorPolicy in useSubscription hook and subscribeToMore function
- Support errorPolicy in useSubscription hook
- React 19 rc compatibility
- Deprecate experimental schema testing utilities in favor of [`@apollo/graphql-testing-library`](https://github.com/apollographql/graphql-testing-library)

## Upcoming features

Expand Down

0 comments on commit c2a812e

Please sign in to comment.