diff --git a/.changeset/fix-query-collection-dedupe.md b/.changeset/fix-query-collection-dedupe.md new file mode 100644 index 000000000..b9212ad8e --- /dev/null +++ b/.changeset/fix-query-collection-dedupe.md @@ -0,0 +1,5 @@ +--- +"@tanstack/query-db-collection": patch +--- + +Temporarily remove `loadSubset` call deduplication in query collection. We need to revisit our approach to deduplication to ensure correctness. See https://github.com/TanStack/db/issues/836 for discussion on the proper implementation strategy. diff --git a/.changeset/upgrade-pacer-package.md b/.changeset/upgrade-pacer-package.md new file mode 100644 index 000000000..00f6d5327 --- /dev/null +++ b/.changeset/upgrade-pacer-package.md @@ -0,0 +1,5 @@ +--- +"@tanstack/db": patch +--- + +Upgrade @tanstack/pacer to v0.16.2 and fix AsyncQueuer API usage. The pacer package API changed significantly, requiring updates to how AsyncQueuer is constructed and items are queued in the queueStrategy implementation.