What manticoresoftware/manticoresearch shipped
Generated by FoxPlug from public activity — not affiliated with Manticoresearch.
Week of September 14, 2026
What shipped
- Release 29.10.0 adds support for ONNX models without token types, including BAAI/bge-m3 embeddings. Release
- Fixed a deadlock that could occur when concurrent BERT auto-embedding requests blocked on shared resources. Pull request #4916
- Fixed docid lookup synchronization with index format version during ALTER operations and repaired v70 lookups under v71 headers. Pull request #4858
- Increased implicit max_matches in non-rescored KNN queries to match the k parameter. Pull request #4900
- Fixed an implicit sorter tdigest memory leak. Pull request #4912
- Added test coverage for CHAT MODEL to verify it correctly accepts api_key, base_url, and timeout parameters. Pull request #4896
- Added MariaDB 13.0 mysqldump coverage to CI testing. Pull request #4911
- Updated buddy dependency to version 4.4.4. Pull request #4901
Why it matters
This week's updates address critical concurrency issues in embedding operations and fix synchronization problems with index format versions. The addition of BAAI/bge-m3 support expands embedding model compatibility for users working with semantic search.
Changelog entry
- feat: support ONNX models without token types (e.g. BAAI/bge-m3) Release
- fix: prevent deadlock in concurrent BERT auto-embeddings Pull request #4916
- fix: keep docid lookup in sync with index format version on ALTER; repair v70 lookups under v71 header Pull request #4858
- fix: increase implicit max_matches to match k in non-rescored KNN queries Pull request #4900
- fix: implicit sorter tdigest leak Pull request #4912
- fix: CHAT MODEL now correctly accepts api_key, base_url, and timeout Pull request #4896
- ci: add MariaDB 13.0 mysqldump coverage Pull request #4911
- deps: update buddy to 4.4.4 Pull request #4901
29.10.0 ships support for BAAI bge-m3 ONNX models, fixes a deadlock in concurrent BERT embeddings, and resolves index format sync issues on ALTER operations.
29.10.0 is available with several important fixes. Concurrent BERT auto-embedding requests no longer deadlock. Docid lookup now syncs correctly with index format versions during ALTER operations. ONNX models without token types are now supported, including BAAI/bge-m3. KNN queries also get improved max_matches handling.