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,