Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/angular-db@0.1.9

Patch Changes

@tanstack/db@0.4.4

Patch Changes

  • Fix live queries getting stuck during long-running sync commits by always (#631)
    clearing the batching flag on forced emits, tolerating duplicate insert echoes,
    and allowing optimistic recomputes to run while commits are still applying. Adds
    regression coverage for concurrent optimistic inserts, queued updates, and the
    offline-transactions example to ensure everything stays in sync.

  • Fixed bug where orderBy would fail when a collection alias had the same name as one of its schema fields. For example, .from({ email: emailCollection }).orderBy(({ email }) => email.createdAt) now works correctly even when the collection has an email field in its schema. (#637)

  • Optimization: reverse the index when the direction does not match. (#627)

  • Fixed a bug that could result in a duplicate delete event for a row (#621)

  • Fix bug where optimized queries would use the wrong index because the index is on the right column but was built using different comparison options (e.g. different direction, string sort, or null ordering). (#623)

@tanstack/electric-db-collection@0.1.28

Patch Changes

@tanstack/query-db-collection@0.2.25

Patch Changes

  • Fix collection.preload() hanging when called without startSync or subscribers. The QueryObserver now subscribes immediately when sync starts (from preload(), startSync, or first subscriber), while maintaining the staleTime behavior by dynamically unsubscribing when subscriber count drops to zero. (#635)

  • Updated dependencies [56b870b, f623990, 5f43d5f, 05776f5, d27d32a]:

    • @tanstack/db@0.4.4

@tanstack/react-db@0.1.26

Patch Changes

@tanstack/rxdb-db-collection@0.1.15

Patch Changes

@tanstack/solid-db@0.1.26

Patch Changes

@tanstack/svelte-db@0.1.26

Patch Changes

@tanstack/trailbase-db-collection@0.1.26

Patch Changes

@tanstack/vue-db@0.0.59

Patch Changes

todos@0.0.5

Patch Changes

@tanstack/db-example-react-todo@0.1.4

Patch Changes

  • Updated dependencies [b38bd76]:
    • @tanstack/query-db-collection@0.2.25
    • @tanstack/electric-db-collection@0.1.28
    • @tanstack/react-db@0.1.26
    • @tanstack/trailbase-db-collection@0.1.26

@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 446a505 to 7343a62 Compare October 4, 2025 18:27
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7343a62 to 3302199 Compare October 5, 2025 00:43
@KyleAMathews KyleAMathews merged commit c807114 into main Oct 5, 2025
@KyleAMathews KyleAMathews deleted the changeset-release/main branch October 5, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant