Skip to content

Releases: abdul-hamid-achik/veclite

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:35

Changelog

  • 7ea8d55 feat: WAL auto-checkpoint and CLI visibility
  • 78d2f47 feat: write-ahead log for crash-safe writes
  • c207108 fix: restore Homebrew cask publishing
  • 4933d97 style: keep Homebrew cask audit-clean

v0.23.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:51

Changelog

  • a37a756 fix: close MCP SDK security gaps
  • 55ac677 fix: propagate unlock status errors
  • e2d9c89 fix: secure local vector storage

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:14

Changelog

  • c72a296 feat(mcp): per-call locking, guided search envelopes, structured errors everywhere

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:19

Changelog

  • 2cd28b8 fix(hnsw): panic on insert/search after entry point is soft-deleted

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:06

Changelog

  • 9d6de55 fix(storage): make read-only opens lock-free to stop blocking writers
  • 7bc270d fix: resolve lint errors in session package and storage exports
  • 56f1460 fix: resolve pre-existing errcheck lint warnings in client and server_reload_test

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:09

Changelog

  • 83d323d feat: add session package for lazy dual-handle lock management

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:14

Changelog

  • 4448673 feat: multi-process read access with shared locks, Reload(), and Go HTTP client

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 19:01

Changelog

  • 1c3bb24 feat: add stale lock recovery and retry with backoff for database file locking

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 21:18

Changelog

  • 4bc6c06 refactor!: remove openclaw integration and consolidate config package

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 20:43

Changelog

  • 215ca12 feat: close named-vector-space API with UpsertRecordByKey and HybridSearchSpace
  • 5183e89 fix: resolve errcheck lint failures across test and source files