Skip to content

chore: publish new package versions#3944

Merged
KyleAMathews merged 1 commit intomainfrom
changeset-release/main
Mar 4, 2026
Merged

chore: publish new package versions#3944
KyleAMathews merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2026

This PR was opened by the Changesets release 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

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 8c504fe to cec969d Compare March 4, 2026 11:29
@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview for electric-next ready!

Name Link
🔨 Latest commit cec969d
🔍 Latest deploy log https://app.netlify.com/projects/electric-next/deploys/69a817a8b13b74000854abc8
😎 Deploy Preview https://deploy-preview-3944--electric-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch from cec969d to 88a5226 Compare March 4, 2026 12:14
Copy link
Contributor

@balegas balegas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time for a release

@KyleAMathews KyleAMathews merged commit d6bae67 into main Mar 4, 2026
5 checks passed
@KyleAMathews KyleAMathews deleted the changeset-release/main branch March 4, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants