Skip to content

v5.86.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 09:28
· 71 commits to main since this release

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore

  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#9547) (7306474) by @sukvvon

Test

  • react-query/useMutationState: clarify assertions and improve code formatting (#9611) (43049c5) by @sukvvon

Other

Packages