Skip to content

Commit

Permalink
Update ROADMAP.md to remove 3.8 now that it's released 🎉 (#11139)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Aug 9, 2023
1 parent 1ea584e commit 6221ade
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Roadmap

**Last updated: 2023-07-18**
**Last updated: 2023-08-09**

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,23 +13,6 @@ For up to date release notes, refer to the project's [Changelog](https://github.

---

## [3.8.0](https://github.com/apollographql/apollo-client/milestone/30)

_Approximate Date: August 7th, 2023_

Currently in active development and in the beta stage. React 18 users will get a lot out of this release since it introduces support for Suspense. There are also new features added to the core as well. Here's a brief overview:

- Add a new hook `useSuspenseQuery` which will provide the core functionality for React 18 `Suspense` capabilities
- Ability to use `Suspense` with `@defer`
- Introduce new hooks `useBackgroundQuery` and `useReadQuery` with `Suspense` support
- Support custom GraphQL document transforms
- Improved error messaging and bundling
- Stable `useFragment` implementation
- New client-side `@nonreactive` directive
- A new optional `removeTypenameFromVariables` Apollo Link that will automatically strip `__typename` from your variables for each request

Try it today: `npm i @apollo/client@rc` and let us know what you think!

## [3.9.0](https://github.com/apollographql/apollo-client/milestone/32)

_Currently in planning phase_
Expand Down

0 comments on commit 6221ade

Please sign in to comment.