Version 13.13.0
Released: October 7th 2025
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/manticorewith the correct/run/manticorein 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_filepath 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.