diff --git a/.changeset/admission-validation.md b/.changeset/admission-validation.md deleted file mode 100644 index 06f16c2..0000000 --- a/.changeset/admission-validation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": minor ---- - -Add opt-in strict runtime Lexicon validation and canonical DAG-CBOR CID verification to the shared ingestion path. Route profile enrichment and Constellation follows through the same admission, source-ordering, projection, and sink behavior; expose bounded aggregate rejection diagnostics; and keep bulk backfill efficient by prefiltering out-of-scope dependencies, treating successful PDS pages as authoritative observations, and flushing diagnostics once per run. diff --git a/packages/contrail/CHANGELOG.md b/packages/contrail/CHANGELOG.md index 6dfb71d..199d263 100644 --- a/packages/contrail/CHANGELOG.md +++ b/packages/contrail/CHANGELOG.md @@ -1,5 +1,11 @@ # @atmo-dev/contrail +## 0.14.0 + +### Minor Changes + +- 0b36208: Add opt-in strict runtime Lexicon validation and canonical DAG-CBOR CID verification to the shared ingestion path. Route profile enrichment and Constellation follows through the same admission, source-ordering, projection, and sink behavior; expose bounded aggregate rejection diagnostics; and keep bulk backfill efficient by prefiltering out-of-scope dependencies, treating successful PDS pages as authoritative observations, and flushing diagnostics once per run. + ## 0.13.1 ### Patch Changes diff --git a/packages/contrail/package.json b/packages/contrail/package.json index 4206bb8..98e6627 100644 --- a/packages/contrail/package.json +++ b/packages/contrail/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail", - "version": "0.13.1", + "version": "0.14.0", "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", "type": "module", "sideEffects": false,