Skip to content

Commit

Permalink
Merge branch 'main' into main-docs-replatform
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Oct 15, 2024
2 parents c064a20 + 8047181 commit 6b33767
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Client Ecosystem Roadmap

**Last updated: 2024-09-23**
**Last updated: 2024-10-07**

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

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

### Apollo Client

#### [3.12.0](https://github.com/apollographql/apollo-client/milestone/42) - October 21, 2024
_Release candidate - October 24, 2024_
#### [3.12.0](https://github.com/apollographql/apollo-client/milestone/42) - November 11, 2024
_Release candidate - November 4, 2024_

- Data masking

#### Upcoming features

- Leaner client (under alternate entry point)
- Better types for `useQuery`/`useMutation`/`useSubscription`
- Introduce a suspenseful `useFragment` that will suspend when the data is not yet loaded
- Introduce `useSuspenseFragment` that will suspend when the data is not yet loaded (experimental)

#### 4.0

Expand All @@ -36,7 +36,6 @@ _Release candidate - October 24, 2024_

- New documentation
- Subscription support (waiting for MSW WebSocket support to land)
- Better TypeScript support

### VSCode Extension

Expand Down

0 comments on commit 6b33767

Please sign in to comment.