diff --git a/.changeset/poor-candles-fly.md b/.changeset/poor-candles-fly.md deleted file mode 100644 index 3c0c4c6466..0000000000 --- a/.changeset/poor-candles-fly.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@core/sync-service": patch ---- - -- Wait for advisory lock on replication slot to enable rolling deploys. -- Configurable replication slot and publication name using `REPLICATION_STREAM_ID` environment variable. -- Add `HealthCheckPlug` API endopint at `v1/health` that returns `waiting`, `starting`,and `active` statuses. \ No newline at end of file diff --git a/packages/sync-service/CHANGELOG.md b/packages/sync-service/CHANGELOG.md index 64bf922459..e1c3bda8cf 100644 --- a/packages/sync-service/CHANGELOG.md +++ b/packages/sync-service/CHANGELOG.md @@ -1,5 +1,13 @@ # @core/sync-service +## 0.6.2 + +### Patch Changes + +- 5f6d202: - Wait for advisory lock on replication slot to enable rolling deploys. + - Configurable replication slot and publication name using `REPLICATION_STREAM_ID` environment variable. + - Add `HealthCheckPlug` API endopint at `v1/health` that returns `waiting`, `starting`,and `active` statuses. + ## 0.6.1 ### Patch Changes diff --git a/packages/sync-service/package.json b/packages/sync-service/package.json index c40397681e..dfffb2f0dd 100644 --- a/packages/sync-service/package.json +++ b/packages/sync-service/package.json @@ -1,7 +1,7 @@ { "name": "@core/sync-service", "private": true, - "version": "0.6.1", + "version": "0.6.2", "scripts": { "publish:hex": "mix do deps.get, hex.publish --yes" }