Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.85.6
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.85.7
Choose a head ref
  • 4 commits
  • 81 files changed
  • 7 contributors

Commits on Sep 1, 2025

  1. docs: clarify queryClient refetch behavior for stale queries (#9560)

    * docs(queryClient): add example for refetchQueries with stale: true and type: active
    
    * docs(react-native): modify useRefreshOnFocus example
    
    * docs(react-native): add queryKey in useRefreshOnFocus example
    
    * Apply suggestion from @TkDodo
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    0650eaf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. docs: mention second parameter for cancelQueries (#9597)

    Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
    Sc4ramouche and manudeli authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    f97d725 View commit details
    Browse the repository at this point in the history
  2. refactor(query-core): improve replaceEqualDeep performance (#9604)

    * refactor(query-core): improve replaceEqualDeep performance
    
    * try object.prototype that broke eslint in router
    
    * no object flag
    
    * improved version w/ more code
    
    * ci: apply automated fixes
    
    * less code, but still 2x faster
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    3 people authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    7d24156 View commit details
    Browse the repository at this point in the history
  3. release: v5.85.7

    tannerlinsley committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    a978b34 View commit details
    Browse the repository at this point in the history
Loading