Skip to content

Commit 8f389a1

Browse files
ci: Version Packages (#925)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 839b4f0 commit 8f389a1

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fix-snapshot-end-before-up-to-date.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/db-collection-e2e/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/db-collection-e2e
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`03842c6`](https://github.com/TanStack/db/commit/03842c633eb990448d26d80025d26184c8de58f2)]:
8+
- @tanstack/electric-db-collection@0.2.9
9+
310
## 0.0.10
411

512
### Patch Changes

packages/db-collection-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/db-collection-e2e",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"description": "End-to-end test suite for TanStack DB collections",
66
"type": "module",

packages/electric-db-collection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/electric-db-collection
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- Fix eager mode incorrectly committing data on `snapshot-end` before receiving the first `up-to-date` message. The `snapshot-end` in the Electric log can be from a significant period before the stream is actually up to date, so commits should only occur on `up-to-date` (or on `snapshot-end` after the first `up-to-date` has been received). This change does not affect `on-demand` mode where `snapshot-end` correctly triggers commits, or `progressive` mode which was already protected by its buffering mechanism. ([#924](https://github.com/TanStack/db/pull/924))
8+
39
## 0.2.8
410

511
### Patch Changes

packages/electric-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/electric-db-collection",
33
"description": "ElectricSQL collection for TanStack DB",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"dependencies": {
66
"@electric-sql/client": "^1.1.5",
77
"@standard-schema/spec": "^1.0.0",

0 commit comments

Comments
 (0)