Skip to content

Commit 48b5d85

Browse files
Version Packages
1 parent cc623d7 commit 48b5d85

7 files changed

Lines changed: 15 additions & 17 deletions

File tree

.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)