Releases: zircote/rlm-rs
Releases · zircote/rlm-rs
Release list
Release 1.3.1
What's Changed
- ci: attest the published crates.io .crate archive by @zircote in #249
- fix: follow-up review fixes for crate attestation (#249) by @zircote in #250
- fix: trigger homebrew formula update via workflow_run by @zircote in #251
- chore(release): v1.3.1 by @zircote in #252
Full Changelog: v1.3.0...v1.3.1
Release 1.3.0
What's Changed
- chore(deps): bump taiki-e/install-action from 2.67.18 to 2.67.30 in the github-actions group by @dependabot[bot] in #14
- chore(deps): bump the dev-dependencies group with 2 updates by @dependabot[bot] in #13
- chore(deps): bump clap from 4.5.57 to 4.5.58 by @dependabot[bot] in #17
- chore(deps): bump memmap2 from 0.9.9 to 0.9.10 by @dependabot[bot] in #18
- chore(deps): bump tempfile from 3.24.0 to 3.25.0 by @dependabot[bot] in #19
- chore(deps): bump predicates from 3.1.3 to 3.1.4 by @dependabot[bot] in #20
- chore(deps): bump fastembed from 5.8.1 to 5.9.0 by @dependabot[bot] in #21
- chore(deps): bump anyhow from 1.0.100 to 1.0.101 by @dependabot[bot] in #22
- chore(deps): bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in #23
- chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 by @dependabot[bot] in #15
- chore(deps): bump dtolnay/rust-toolchain from f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 to efa25f7f19611383d5b0ccf2d1c8914531636bf9 by @dependabot[bot] in #16
- Add agentic workflow q by @zircote in #24
- Add agentic workflow issue-triage by @zircote in #25
- Add agentic workflow ci-doctor by @zircote in #26
- Add agentic workflow update-docs by @zircote in #27
- Add agentic workflow daily-qa by @zircote in #31
- docs: Add comprehensive examples, features, and troubleshooting guides by @github-actions[bot] in #28
- chore(deps): bump usearch from
ca8a021toa969821by @dependabot[bot] in #35 - chore(deps): bump fastembed from 5.9.0 to 5.11.0 by @dependabot[bot] in #37
- chore(deps): bump anyhow from 1.0.101 to 1.0.102 by @dependabot[bot] in #36
- chore(deps): bump clap from 4.5.58 to 4.5.60 by @dependabot[bot] in #38
- chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #40
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #39
- chore(deps): bump actions/cache from 4.3.0 to 5.0.3 by @dependabot[bot] in #41
- docs: document usearch version pinning and Windows compatibility by @github-actions[bot] in #42
- docs: add comprehensive documentation hub with tutorials and reference materials by @github-actions[bot] in #34
- docs: fix binary name from rlm-rs to rlm-cli across all documentation by @github-actions[bot] in #44
- docs: fix HnswConfig API example and update embedding model references to BGE-M3 by @github-actions[bot] in #50
- [Test Improver] test(storage): add embedding function tests for SqliteStorage by @github-actions[bot] in #45
- docs: fix chunk subcommand usage examples and add missing options by @github-actions[bot] in #49
- [Perf Improver] perf: parallelize cosine similarity search and pre-size embedding byte buffers by @github-actions[bot] in #47
- docs: document missing search API and fix SearchConfig example by @github-actions[bot] in #52
- docs(api): document SqliteStorage embedding methods and EmbeddingStats by @github-actions[bot] in #54
- docs: document parallel semantic search and embedding buffer pre-sizing by @github-actions[bot] in #55
- docs: expand HNSW and Embedding API reference sections by @github-actions[bot] in #56
- docs: sync site content with parallel search and buffer pre-sizing updates by @github-actions[bot] in #57
- docs: sync site api.mdx with expanded HNSW and Embedding reference sections by @github-actions[bot] in #58
- [Perf Improver] perf: replace O(n) per-chunk embedding queries with single NOT EXISTS query by @github-actions[bot] in #61
- [Perf Improver] perf: batch chunk lookup in populate_previews by @github-actions[bot] in #71
- docs: document all_chunks_have_embeddings O(1) NOT EXISTS optimization by @github-actions[bot] in #69
- [Test Improver] test(search): add tests for untested public functions in search/mod.rs by @github-actions[bot] in #63
- docs: document batch chunk lookup optimization (PR #71) by @github-actions[bot] in #73
- Add tests for RRF edge cases, Go/Java code chunking, Unicode boundaries, and FTS+embedding integration by @Copilot in #68
- ci: bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #79
- deps: bump tempfile from 3.25.0 to 3.26.0 by @dependabot[bot] in #80
- deps: bump fastembed from 5.9.0 to 5.11.0 by @dependabot[bot] in #81
- deps: bump clap from 4.5.58 to 4.5.60 by @dependabot[bot] in #82
- deps: bump usearch from 2.23.0 to 2.24.0 by @dependabot[bot] in #83
- ci: bump actions/setup-node from 4.4.0 to 6.2.0 by @dependabot[bot] in #85
- ci: bump taiki-e/install-action from 2.68.8 to 2.68.15 by @dependabot[bot] in #87
- docs: sync site docs with latest source documentation by @github-actions[bot] in #74
- docs: document
estimate_tokens_for_textanddefault_chunkerin API reference by @github-actions[bot] in #75 - docs: fix ParallelChunker threshold (100 KB not 10 MB) and document builder methods by @github-actions[bot] in #76
- ci: bump github/gh-aw from 0.47.1 to 0.51.2 by @dependabot[bot] in #84
- ci: bump actions/download-artifact from 6.0.0 to 8.0.0 by @dependabot[bot] in #86
- ci: bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 by @dependabot[bot] in #88
- docs: fix embedding model name and module structure in architecture docs by @github-actions[bot] in #90
- docs: regenerate stale site content from source docs by @github-actions[bot] in #89
- ci: bump taiki-e/install-action from 2.68.15 to 2.68.16 by @dependabot[bot] in #93
- ci: bump actions/cache from 4.3.0 to 5.0.3 by @dependabot[bot] in #94
- ci: bump github/gh-aw from 0.51.2 to 0.51.5 by @dependabot[bot] in #95
- docs: correct usearch version constraint references from
<2.24to<2.25by @Copilot in #104 - deps: bump fastembed from 5.11.0 to 5.12.0 by @dependabot[bot] in #114
- ci: bump github/gh-aw from 0.51.5 to 0.56.2 by @dependabot[bot] in #115
- ci: bump actions/setup-node from 6.2.0 to 6.3.0 by @dependabot[bot] in #116
- ci: bump taiki-e/install-action from 2.68.16 to 2.68.25 by @dependabot[bot] in #117
- deps: bump fastembed from 5.12.0 to 5.12.1 by @dependabot[bot] in #134
- deps: bump rusqlite from 0.38.0 to 0.39.0 by @dependabot[bot] in #136
- deps: bump assert_cmd from 2.1.2 to 2.2.0 by @dependabot[bot] in #137
- deps: bump clap from 4.5.60 to 4.6.0 by @dependabot[bot] in #139
- ci: bump github/gh-aw from 0.56.2 to 0.58.3 by @dependabot[bot] in #140
- deps: bump tempfile from 3.26.0 to 3.27.0 by @dependabot[bot] in #138
- ci: bump taiki-e/install-action from 2.68.25 to 2.68.33 by @dependabot[bot] in #142
- ci: bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in #143
- ci: bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in #158
- deps: bump fastembed from 5.12.1 to 5.13.0 by @dependabot[bot] in #159
- deps: bump unicode-segmentation from 1.12.0 to 1.13.2 by @dependabot[bot] in #179
- ci: bump dtolnay/rust-toolchain from efa25f7f19611383d5b0ccf2d1c8914531636bf9 to 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 by @dependabot[bot] in #180
- deps: bump proptest from 1.10.0 to 1.11.0 by @dependabot[bot] in #181
- ci: bump github/gh-aw from 0.58.3 to 0.65.0...
Release 1.2.4
What's Changed
- chore(deps): bump taiki-e/install-action from 2.66.7 to 2.67.12 in the github-actions group by @dependabot[bot] in #5
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #6
- chore(deps): bump rusqlite from 0.33.0 to 0.38.0 by @dependabot[bot] in #8
- chore(deps): bump criterion from 0.5.1 to 0.8.1 by @dependabot[bot] in #9
- chore(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #7
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #12
- chore(deps): bump clap from 4.5.54 to 4.5.56 by @dependabot[bot] in #11
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.2
Fixed
- Reduced default chunk size from 240,000 to 3,000 chars for better semantic search granularity
- Reduced max chunk size from 250,000 to 50,000 chars
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Bug Fixes
- Auto-embed chunks during load command
- BM25 score display uses scientific notation for small values
- FTS5 search uses OR semantics for multi-term queries
- JSON output for already-embedded case
Full Changelog: v1.1.0...v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Improvements
- Automatic embedding generation during load
- BM25 score display fix (scientific notation)
- Improved FTS5 search with OR semantics
Full Changelog: v1.0.0...v1.1.0
Full Changelog: v0.2.0...v1.1.0