Version 13.13.0
Released: October 7th 2025
Recommended libraries
If you follow the official installation guide, you don't need to worry about this.
⚠️ Important
Since the configuration file was updated, you might see a warning during the upgrade on Linux asking whether to keep your version or use the new one from the package. If you have a custom (non-default) configuration, it's recommended to keep your version and update the pid_file
path to /run/manticore/searchd.pid
. However, it should still work normally even if you don't change the path.
New Features and Improvements
- 🆕 v13.13.0 Added support for MCL 8.1.0 with SI block cache.
- 🆕 v13.12.0 Implemented the secondary_index_block_cache option, updated the secondary index API, and inlined sort accessors.
Bug Fixes
- 🪲 v13.11.8 Issue #3791 Fixed a race condition between checking and invoking a fired timer.
- 🪲 v13.11.7 Issue #1045 Fixed a systemctl warning on RHEL 8 during systemd updates by replacing the outdated path
/var/run/manticore
with the correct/run/manticore
in the configuration. Since the configuration file was updated, you may see a warning during upgrade asking whether to keep your version or use the new one from the package. If you have a custom (non-default) configuration, it's recommended to keep your version and update thepid_file
path to/run/manticore/searchd.pid
. - 🪲 v13.11.6 PR #3766 Added support for MCL version 8.0.6.
- 🪲 v13.11.5 PR #3767 Improved Chinese documentation translations and updated submodules.
- 🪲 v13.11.4 PR #3765 Fixed handling of aliased joined attributes.
- 🪲 v13.11.3 PR #3763 Fixed a crash that could occur during batched joins on string attributes and resolved an issue where filters sometimes didn't work with LEFT JOIN.
- 🪲 v13.11.2 Issue #3065 Fixed a crash when inserting data into a columnar table with index_field_lengths enabled.
- 🪲 v13.11.1 Issue #3751 Fixed a crash that occurred when deleting a document with embeddings enabled.