Skip to content

Manticore Search 13.13.0

Latest

Choose a tag to compare

@sanikolaev sanikolaev released this 07 Oct 16:05
· 5 commits to master since this release

Version 13.13.0

Released: October 7th 2025

New Features and Improvements

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 the pid_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.