Commit f618462
authored
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- .changeset
- packages
- elixir-client
- experimental
- react-hooks
- sync-service
- typescript-client
- y-electric
17 files changed
+50
-33
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
0 commit comments