Skip to content

Commit d6bae67

Browse files
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

14 files changed

+28
-45
lines changed

.changeset/cold-swans-tear.md

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

.changeset/fix-head-of-line-blocking-subqueries.md

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

.changeset/light-pandas-pull.md

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

.changeset/modern-apes-complain.md

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

.changeset/stale-masks-reply.md

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

.changeset/strange-cups-flow.md

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

.changeset/tall-peas-rhyme.md

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

.changeset/yellow-hornets-grin.md

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

packages/electric-telemetry/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- fa61cc1: Export number of affected shapes per transaction into the global metrics
8+
- 7e9791c: Delay first collection of statistics so that shape db system has time to start properly
9+
310
## 0.1.6
411

512
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@core/electric-telemetry",
33
"private": true,
4-
"version": "0.1.6"
4+
"version": "0.1.7"
55
}

0 commit comments

Comments
 (0)