Skip to content

Commit 14664df

Browse files
chore: publish new package versions (#4092)
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.2.0 ### Minor Changes - cc623d7: Add ETS table memory observability metrics, reporting top N table types by memory usage similar to process memory metrics ## @core/sync-service@1.5.1 ### Patch Changes - 11b151b: Fix admission control bypass where shapes were created before admission control checks. Shape creation now happens after admission control, preventing resource exhaustion under load. - 25acc0e: Add read-only mode for seamless rolling deploys. Electric instances now serve existing shape data while waiting for the advisory lock, eliminating the HTTP outage window during rolling deploys. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc623d7 commit 14664df

File tree

7 files changed

+15
-17
lines changed

7 files changed

+15
-17
lines changed

.changeset/ets-table-observability.md

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

.changeset/fix-admission-control-ordering.md

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

.changeset/read-only-rolling-deploys.md

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

packages/electric-telemetry/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- cc623d7: Add ETS table memory observability metrics, reporting top N table types by memory usage similar to process memory metrics
8+
39
## 0.1.10
410

511
### 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.10"
4+
"version": "0.2.0"
55
}

packages/sync-service/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- 11b151b: Fix admission control bypass where shapes were created before admission control checks. Shape creation now happens after admission control, preventing resource exhaustion under load.
8+
- 25acc0e: Add read-only mode for seamless rolling deploys. Electric instances now serve existing shape data while waiting for the advisory lock, eliminating the HTTP outage window during rolling deploys.
9+
310
## 1.5.0
411

512
### Minor Changes

packages/sync-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@core/sync-service",
33
"private": true,
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"scripts": {
66
"publish:hex": "../../scripts/publish_hex.sh electric",
77
"changeset": "pushd ../..; pnpm changeset; popd"

0 commit comments

Comments
 (0)