diff --git a/.changeset/remove-sinks.md b/.changeset/remove-sinks.md deleted file mode 100644 index d6aadb5..0000000 --- a/.changeset/remove-sinks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": patch ---- - -Remove the best-effort post-commit sink API. Contrail now limits core ingestion to transactional SQL projection instead of invoking external callbacks after live or historical commits. diff --git a/packages/contrail/CHANGELOG.md b/packages/contrail/CHANGELOG.md index 199d263..0c85c4e 100644 --- a/packages/contrail/CHANGELOG.md +++ b/packages/contrail/CHANGELOG.md @@ -1,5 +1,11 @@ # @atmo-dev/contrail +## 0.14.1 + +### Patch Changes + +- 2826860: Remove the best-effort post-commit sink API. Contrail now limits core ingestion to transactional SQL projection instead of invoking external callbacks after live or historical commits. + ## 0.14.0 ### Minor Changes diff --git a/packages/contrail/package.json b/packages/contrail/package.json index 98e6627..e48c578 100644 --- a/packages/contrail/package.json +++ b/packages/contrail/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail", - "version": "0.14.0", + "version": "0.14.1", "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", "type": "module", "sideEffects": false,