## [0.8.1](https://github.com/briansunter/verso/compare/v0.8.0...v0.8.1) (2026-08-01)


### Performance Improvements

* eliminate public search hydration overhead ([0caa9da](https://github.com/briansunter/verso/commit/0caa9da0b1b89c3c7a9dcd18e4589e2cd35b0216))

# [0.8.0](https://github.com/briansunter/verso/compare/v0.7.1...v0.8.0) (2026-08-01)


### Features

* stabilize lean public API ([8085905](https://github.com/briansunter/verso/commit/80859053558bc8c3fc6a58c5d917cd3bdb514984))

## [0.7.1](https://github.com/briansunter/verso/compare/v0.7.0...v0.7.1) (2026-07-31)


### Performance Improvements

* **ci:** streamline github checks ([a9dfbfc](https://github.com/briansunter/verso/commit/a9dfbfce855d8788ca00a7cef8dbb501aa177a20))

# [0.7.0](https://github.com/briansunter/verso/compare/v0.6.1...v0.7.0) (2026-07-31)


### Features

* harden vector search and release validation ([85fa5eb](https://github.com/briansunter/verso/commit/85fa5eb8b337d347b28f79d883fa5213916c4b56))

## [0.6.1](https://github.com/briansunter/verso/compare/v0.6.0...v0.6.1) (2026-06-12)


### Bug Fixes

* bare import no longer hangs the Bun main thread ([41a24ae](https://github.com/briansunter/verso/commit/41a24ae5fbe23e8561a41f1820b9702917702de3))

# [0.6.0](https://github.com/briansunter/verso/compare/v0.5.0...v0.6.0) (2026-06-12)


### Bug Fixes

* normalize cosine queries on the selective exact-scan path ([0c2af0e](https://github.com/briansunter/verso/commit/0c2af0e7c897a1d4112dead263f7edb4bb23da71))
* selective metadata filters silently returned fewer than k results ([5cc7dff](https://github.com/briansunter/verso/commit/5cc7dffb23fc1db38b5650b891a14d71b46c8f37))


### Features

* persist quantization state in v4 HNSW format and fix lazy-load serialization ([1124c98](https://github.com/briansunter/verso/commit/1124c9863966b6c5f2c5094d49736657740f9e11))

# [0.4.0](https://github.com/briansunter/verso/compare/v0.3.0...v0.4.0) (2026-05-01)


### Features

* defensive hardening pass with cross-dataset preset calibration ([27d6b55](https://github.com/briansunter/verso/commit/27d6b551f391d0b7ec5e342f6b8e58ef65411109)), closes [hi#dim](https://github.com/hi/issues/dim) [very-hi#dim](https://github.com/very-hi/issues/dim)


### BREAKING CHANGES

* efSearch defaults for high-dim, very-high-dim, and
large-dataset presets are doubled. Default query latency for these presets
approximately doubles in exchange for more reliable recall across embedding
distributions. To restore the previous defaults, set efSearch explicitly
(e.g. { ...PRESET_HIGH_DIM, efSearch: 128 }).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

# [0.3.0](https://github.com/briansunter/verso/compare/v0.2.0...v0.3.0) (2026-03-16)


### Features

* improve WorkerPool throughput, memory, and reliability ([43642e0](https://github.com/briansunter/verso/commit/43642e0aadd26ec45c208a37fd4d748986c67e3e))

# [0.2.0](https://github.com/briansunter/verso/compare/v0.1.5...v0.2.0) (2026-03-15)


### Bug Fixes

* comprehensive codebase audit - fix bugs, improve error handling, remove dead code ([3a95681](https://github.com/briansunter/verso/commit/3a95681365477b0a000a78beeebf95a6269bd90c))


### Features

* gracefully skip browser smoke test when Playwright unavailable in CI ([55bf0fd](https://github.com/briansunter/verso/commit/55bf0fd238b15263860fdd2c914910efd565323d))
* worker parallelism with SharedArrayBuffer, quantized search, and parallel build ([ccdf9b3](https://github.com/briansunter/verso/commit/ccdf9b32d6bd0f0840a1799b6866e006a62fcbd3))

## [0.1.5](https://github.com/briansunter/verso/compare/v0.1.4...v0.1.5) (2026-02-28)


### Bug Fixes

* audit round 2 — 7 fixes, 31 tests added (377 total) ([6098253](https://github.com/briansunter/verso/commit/6098253e7193d5af4d827abada8699dc9b8f3c55))
* audit round 3 — 17 fixes, 111 tests added (488 total) ([2eb0c69](https://github.com/briansunter/verso/commit/2eb0c69751f2fe87f84ba128aad019b979e205fd))
* audit round 4 — 14 fixes, 43 tests added (531 total) ([5078dde](https://github.com/briansunter/verso/commit/5078dde36cf5a7bb0467539eb471814c4881c3f7))
* audit round 5 — ID exhaustion guards, input validation, deterministic ordering, benchmark fixes (607 total tests) ([b22d54c](https://github.com/briansunter/verso/commit/b22d54c359e328d76a0fd4658093411e5faccf0b))
* comprehensive codebase audit — 12 bugs fixed, 69 tests added ([7479626](https://github.com/briansunter/verso/commit/7479626ee020952f56746914152c242b80e7c4f9))
* quantized search respects explicit efSearch, benchmark fixes ([07ad671](https://github.com/briansunter/verso/commit/07ad6718d4af44a7e5bd4470dd3e23c921e19532))

## [0.1.4](https://github.com/briansunter/verso/compare/v0.1.3...v0.1.4) (2025-12-29)


### Bug Fixes

* build target bun for Node.js compatibility ([901f1c3](https://github.com/briansunter/verso/commit/901f1c3ea6ce848389b91d8630c9674202201d48))

## [0.1.3](https://github.com/briansunter/verso/compare/v0.1.2...v0.1.3) (2025-12-29)


### Bug Fixes

* reorder exports for Bun compatibility ([13f7aeb](https://github.com/briansunter/verso/commit/13f7aebb555063c6dd52c5433a18eca916b2fb84))

## [0.1.2](https://github.com/briansunter/verso/compare/v0.1.1...v0.1.2) (2025-12-29)


### Bug Fixes

* add issues write permission for GitHub releases ([04a43c1](https://github.com/briansunter/verso/commit/04a43c12ab43b5aea9baf39d48544091daeeb4b2))

## [0.1.1](https://github.com/briansunter/verso/compare/v0.1.0...v0.1.1) (2025-12-29)


### Bug Fixes

* update package for fresh publish ([62f7bb9](https://github.com/briansunter/verso/commit/62f7bb9d13bd38fea3ae5c01053bdbc59222f58b))

# [0.1.0](https://github.com/briansunter/verso/compare/v0.0.1...v0.1.0) (2025-12-29)


### Features

* initial release of verso-db ([2afb903](https://github.com/briansunter/verso/commit/2afb903df981e940489909510fbb5e65c3f29ab1)), closes [Hi#performance](https://github.com/Hi/issues/performance)

## [0.0.1](https://github.com/briansunter/verso/compare/v0.0.0...v0.0.1) (2025-12-27)


### Bug Fixes

* prepare for initial release ([6740745](https://github.com/briansunter/verso/commit/67407459b261e3d40aee108800ca151c94a46b4f))
* trigger release with clean tag history ([d57f9a9](https://github.com/briansunter/verso/commit/d57f9a90d3734992cc698cc208cfa58fd7f7c07d))

# [1.1.0](https://github.com/briansunter/verso/compare/v1.0.1...v1.1.0) (2025-12-27)


### Bug Fixes

* initial release of verso-db v0.0.1 ([2de2e36](https://github.com/briansunter/verso/commit/2de2e36b043d450ac13fe71f3bd21d404efffd53)), closes [Hi#performance](https://github.com/Hi/issues/performance)
* prepare for initial release ([6740745](https://github.com/briansunter/verso/commit/67407459b261e3d40aee108800ca151c94a46b4f))


### Features

* initial release of verso-db v0.0.1 ([cbcbf70](https://github.com/briansunter/verso/commit/cbcbf70c412e8fff9170d9385d761e3b85bf9914)), closes [Hi#performance](https://github.com/Hi/issues/performance)

# [1.1.0](https://github.com/briansunter/verso/compare/v1.0.1...v1.1.0) (2025-12-27)


### Bug Fixes

* initial release of verso-db v0.0.1 ([2de2e36](https://github.com/briansunter/verso/commit/2de2e36b043d450ac13fe71f3bd21d404efffd53)), closes [Hi#performance](https://github.com/Hi/issues/performance)


### Features

* initial release of verso-db v0.0.1 ([cbcbf70](https://github.com/briansunter/verso/commit/cbcbf70c412e8fff9170d9385d761e3b85bf9914)), closes [Hi#performance](https://github.com/Hi/issues/performance)
