From fbbf9d07f798d235ce3116d907747cda73a9a442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:51:59 +0000 Subject: [PATCH] Version Packages --- .changeset/indexed-d1-fts.md | 5 ----- packages/contrail/CHANGELOG.md | 6 ++++++ packages/contrail/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/indexed-d1-fts.md diff --git a/.changeset/indexed-d1-fts.md b/.changeset/indexed-d1-fts.md deleted file mode 100644 index 1cd8b82..0000000 --- a/.changeset/indexed-d1-fts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": patch ---- - -Replace SQLite and D1 full-text-search URI scans with an ordinary unique URI-to-rowid mapping and direct FTS5 rowid mutations. Existing URI-bearing FTS tables are rebuilt transactionally from canonical records, stale-fingerprint projections are rebuilt and verified before acceptance, duplicate search rows are removed, and incremental/rebuild whitespace normalization now agrees. PostgreSQL search remains unchanged. diff --git a/packages/contrail/CHANGELOG.md b/packages/contrail/CHANGELOG.md index ae35f63..a421a84 100644 --- a/packages/contrail/CHANGELOG.md +++ b/packages/contrail/CHANGELOG.md @@ -1,5 +1,11 @@ # @atmo-dev/contrail +## 0.17.1 + +### Patch Changes + +- 0039ab2: Replace SQLite and D1 full-text-search URI scans with an ordinary unique URI-to-rowid mapping and direct FTS5 rowid mutations. Existing URI-bearing FTS tables are rebuilt transactionally from canonical records, stale-fingerprint projections are rebuilt and verified before acceptance, duplicate search rows are removed, and incremental/rebuild whitespace normalization now agrees. PostgreSQL search remains unchanged. + ## 0.17.0 ### Minor Changes diff --git a/packages/contrail/package.json b/packages/contrail/package.json index 3b7086d..4a52b6a 100644 --- a/packages/contrail/package.json +++ b/packages/contrail/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail", - "version": "0.17.0", + "version": "0.17.1", "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", "type": "module", "sideEffects": false, -- 2.51.2