Commit d6bae67
authored
chore: publish new package versions (#3944)
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
## @core/electric-telemetry@0.1.7
### Patch Changes
- fa61cc1: Export number of affected shapes per transaction into the
global metrics
- 7e9791c: Delay first collection of statistics so that shape db system
has time to start properly
## @core/sync-service@1.4.12
### Patch Changes
- e423cb7: Add `ELECTRIC_EXCLUDE_SPANS` env var to exclude arbitrary
OTel spans by name, helping manage telemetry quota usage.
- 8fe0a37: Fix head-of-line blocking in ShapeLogCollector for shapes
with subqueries. Shapes using `IN (SELECT ...)` clauses were causing
6–14 second SLC stalls under load due to O(N×D) serialised GenServer
calls to Materializer. Replaced with concurrent ETS reads via a
per-stack link-values cache, and added an inverted index in Filter so
dep-shape record changes bypass the O(N) other_shapes scan.
- 9ea6a31: Ignore failures to rollback a transaction when handling a
shape db write exception.
- 4608e2e: Replace exqlite SQLite driver with esqlite
- 7e9791c: Run optimize using the write pool rather than using a
separate persistent connection even in non-exclusive mode
- fa61cc1: Export number of affected shapes per transaction into the
global metrics
- d63e3f5: Disable SQLite metric collection by default
## @electric-sql/docs@0.0.7
### Patch Changes
- d63e3f5: Disable SQLite metric collection by default
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 4608e2e commit d6bae67
File tree
14 files changed
+28
-45
lines changed- .changeset
- packages
- electric-telemetry
- sync-service
- website
14 files changed
+28
-45
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This 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 | + | |
| 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 | | |
0 commit comments