Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 2.05 KB

ROADMAP.md

File metadata and controls

61 lines (36 loc) · 2.05 KB

🔮 Apollo Client Ecosystem Roadmap

Last updated: 2025-02-12

For up to date release notes, refer to the project's Changelog.

Please note: This is an approximation of larger effort work planned for the next 6 - 12 months. It does not cover all new functionality that will be added, and nothing here is set in stone. Also note that each of these releases, and several patch releases in-between, will include bug fixes (based on issue triaging) and community submitted PRs.

✋ Community feedback & prioritization

  • Please report feature requests or bugs as a new issue.
  • If you already see an issue that interests you please add a 👍 or a comment so we can measure community interest.

In progress

Apollo Client

3.13.0 - February 13, 2024

Release candidate - February 6th

  • useSuspenseFragment
  • onCompleted and onError callback deprecations

4.0.0 - TBD

Release candidate - Mid April 2025

Upcoming changes

3.14.0
  • Deprecations and preparations for 4.0

GraphQL Testing Library

  • New documentation
  • Subscription support

These changes will take longer than anticipated due to prioritization on Apollo Client 4.0

VSCode Extension

No outstanding work

GraphQL Tag

  • Release 3.0 will be our next major release of graphql-tag and is still in planning. See Github 3.0 Milestone for more details.

Apollo Client DevTools

  • Memory panel

These changes will take longer than anticipated due to prioritization on Apollo Client 4.0

Apollo Client React Framework Integrations

  • New/more robust documentation
  • Support for @defer with PreloadQuery (merged)
  • Support for Apollo Client Streaming in TanStack Router
  • Support for Apollo Client Streaming in React Router 7 (merged)
  • Remove experimental label from Next.js integration