Skip to content

Commit f618462

Browse files
chore: publish new package versions (#3771)
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @electric-sql/experimental@5.0.2 ### Patch Changes - Updated dependencies [a428324] - @electric-sql/client@1.4.2 ## @electric-sql/react@1.0.28 ### Patch Changes - Updated dependencies [a428324] - @electric-sql/client@1.4.2 ## @electric-sql/client@1.4.2 ### Patch Changes - a428324: Fix infinite loop in replay mode when CDN returns the same cursor repeatedly. The client now exits replay mode after the first suppressed up-to-date notification, preventing the loop while still correctly suppressing duplicate notifications from cached responses. ## @electric-sql/y-electric@0.1.25 ### Patch Changes - Updated dependencies [a428324] - @electric-sql/client@1.4.2 ## @core/elixir-client@0.8.3 ### Patch Changes - 571ed07: Update electric dependency to allow for v1.3.3 ## @core/sync-service@1.3.4 ### Patch Changes - a1b736f: Fix dependency tracking for nested subqueries when intermediate rows change their linking column without changing the tracked column. Previously, such updates were incorrectly filtered out, causing stale tag tracking that led to incorrect row deletions when the old parent lost its qualifying status. - dba090e: Fix RelationTracker not syncing with Configurator after restart When the RelationTracker restarts while the Configurator is still running, it now properly notifies the Configurator of the restored filters. Previously, after a RelationTracker restart, subsequent shape removals would not update the publication because the internal filter state was inconsistent. - ba6dd2c: Optimize shape metadata operations by introducing an ETS-based write-through cache with asynchronous SQLite writes Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a428324 commit f618462

File tree

17 files changed

+50
-33
lines changed

17 files changed

+50
-33
lines changed

.changeset/fix-nested-subquery-tag-tracking.md

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

.changeset/fix-relation-tracker-restart.md

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

.changeset/fix-replay-mode-infinite-loop.md

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

.changeset/gorgeous-readers-return.md

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

.changeset/olive-crabs-act.md

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

packages/elixir-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @core/elixir-client
22

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- 571ed07: Update electric dependency to allow for v1.3.3
8+
39
## 0.8.2
410

511
### Patch Changes

packages/elixir-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@core/elixir-client",
33
"private": true,
4-
"version": "0.8.2",
4+
"version": "0.8.3",
55
"scripts": {
66
"publish:hex": "../../scripts/publish_hex.sh electric_client"
77
}

packages/experimental/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @electric-sql/experimental
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a428324]
8+
- @electric-sql/client@1.4.2
9+
310
## 5.0.1
411

512
### Patch Changes

packages/experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-sql/experimental",
33
"description": "Experimental TypeScript features for ElectricSQL.",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"author": "ElectricSQL team and contributors.",
66
"bugs": {
77
"url": "https://github.com/electric-sql/electric/issues"

packages/react-hooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @electric-sql/react
22

3+
## 1.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a428324]
8+
- @electric-sql/client@1.4.2
9+
310
## 1.0.27
411

512
### Patch Changes

0 commit comments

Comments
 (0)