github TanStack/db @tanstack/db@0.4.9

latest releases: @tanstack/query-db-collection@0.2.31, @tanstack/db-ivm@0.1.11, @tanstack/rxdb-db-collection@0.1.21...
one day ago

Patch Changes

  • Fix self-join bug by implementing per-alias subscriptions in live queries (#625)

  • Stop pushing where clauses that target renamed subquery projections so alias remapping stays intact, preventing a bug where a where clause would not be executed correctly. (#654)

  • Add a scheduler that ensures that if a transaction touches multiple collections that feed into a single live query, the live query only emits a single batch of updates. This fixes an issue where multiple renders could be triggered from a live query under this situation. (#628)

  • Updated dependencies [eeb05d4]:

    • @tanstack/db-ivm@0.1.10

Don't miss a new db release

NewReleases is sending notifications on new releases.