close
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: v4.35.3
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.35.7
Choose a head ref
  • 12 commits
  • 26 files changed
  • 7 contributors

Commits on Sep 15, 2023

  1. docs: Add missing await in Indexed DB persister example (#6012)

    Add missing await in Indexed DB persister example
    cjsewell authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3d64084 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    c7a18eb View commit details
    Browse the repository at this point in the history
  2. release: v4.35.4

    tannerlinsley committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    bbcdaa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. docs(useInfiniteQuery): add warning about fetchNextPage disrupting de…

    …fault refetch behaviour (#6024)
    LeshaTat authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    520f421 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix(react-query-persist-client): decouple subscribe and unsubscribe (#…

    …6028)
    
    * fix(react-query-persist-client): decouple subscribe and unsubscribe
    
    to make sure subscriptions are always done at the end, even if we unsubscribe while we're restoring
    
    * chore: fix types
    
    * chore: I think this is better
    TkDodo authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2b1c984 View commit details
    Browse the repository at this point in the history
  2. release: v4.35.5

    tannerlinsley committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    22b2860 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix(vue-query): avoid use sync watchers that cause frequent requests (#…

    …6043)
    
    * fix(vue-query): avoid use sync watchers that cause frequent requests
    
    * fix: remove unnecessary import
    
    ---------
    
    Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
    Mini-ghost and DamianOsipiuk authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    da79651 View commit details
    Browse the repository at this point in the history
  2. release: v4.35.6

    tannerlinsley committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    aaafc21 View commit details
    Browse the repository at this point in the history
  3. docs: Update dependent-queries.md (#6066)

    fix coding errors
    weiliang903 authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7a9f851 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. chore: Update CONTRIBUTING.md

    TkDodo authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b29824a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    a29f1a6 View commit details
    Browse the repository at this point in the history
  2. release: v4.35.7

    tannerlinsley committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ba3c827 View commit details
    Browse the repository at this point in the history
Loading