Last updated: April 2022
For up to date release notes, refer to the project's Change Log.
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 PR's.
- 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.
- Web Cache and performance improvements through new hooks (useBackgroundQuery, useFragment)
- RefetchQueries not working when using string array after mutation
- Adding React suspense + data fetching support
- TBD
- TBD
- Full React layer rewrite (#8245)
- Removal of React from the default
@apollo/client
entry point (#8190) - Core APIs to facilitate client/cache persistence (making life simpler for tools like
apollo3-cache-persist
, for example) (#8591)