github TanStack/db @tanstack/db@0.5.19

latest releases: @tanstack/svelte-db@0.1.62, @tanstack/electric-db-collection@0.2.23, @tanstack/trailbase-db-collection@0.1.63...
14 hours ago

Patch Changes

  • Fix isReady() returning true while toArray() returns empty results. The status now correctly waits until data has been processed through the graph before marking ready. (#1114)

    Also fix duplicate key errors when live queries use joins with custom getKey functions. D2's incremental join can produce multiple outputs for the same key during a single graph run; this change batches all outputs into a single transaction to prevent conflicts.

  • Introduce $selected namespace for accessing fields from SELECT clause inside ORDER BY and HAVING clauses. (#1094)

  • Updated dependencies [2456adb]:

    • @tanstack/db-ivm@0.1.15

Don't miss a new db release

NewReleases is sending notifications on new releases.