Version 14.1.0
Released: November 7th 2025
❤️ We’d like to extend our heartfelt thanks to @ricardopintottrdata for their work on PR #3792 and PR #3828 — addressing issues around HAVING total counts and the filter with empty name error — and to @jdelStrother for their contribution with PR #3819, which improves handling of ParseCJKSegmentation when Jieba support isn’t available.
Your efforts help make the project stronger — many thanks!
Recommended libraries
If you follow the official installation guide, you don't need to worry about this.
⚠️ Important
Version v14.0.0 updates the replication protocol. If you are running a replication cluster, you need to:
- First, cleanly stop all your nodes
- Then, start the node that was stopped last with
--new-cluster, using the toolmanticore_new_clusterin Linux. - Read about restarting a cluster for more details.
New Features and Improvements
- 🆕 v14.1.0 Issue #3047 Added support for
LOCK TABLESstatements generated by mysqldump, improving the safety of logical backups. - ⚠️ v14.0.0 PR #3896 Added a progress meter for donor and joiner nodes in replication SST shown in SHOW STATUS.
- 🆕 v13.16.0 PR #3894 Updated buddy from 3.36.1 to 3.37.0, which adds the "quorum" option.
- 🆕 v13.15.0 PR #3842 force_bigrams option to fuzzy and autocomplete plugins.
Bug Fixes
- 🪲 v14.0.1 Issue #3844 Fixed a crash caused by using
max(ft field). - 🪲 v13.15.13 PR #3828 Fixed an error when using an empty filter name.
- 🪲 v13.15.12 PR #3873 Updated buddy from 3.36.0 to 3.36.1 with an RT mode check in the EmulateElastic plugin.
- 🪲 v13.15.11 PR #3857 Added testing for Filebeat version 9.2.
- 🪲 v13.15.10 PR #3880 Tested automatic documentation translation after fixes.
- 🪲 v13.15.9 Issue #3783 Fixed an issue preventing native FreeBSD compilation.
- 🪲 v13.15.8 Fixed documentation translations.
- 🪲 v13.15.7 PR #3868 Updated executor from 1.3.5 to 1.3.6, adding support for the iconv extension.
- 🪲 v13.15.6 Fixed fuzzer build issue related to issue 3817.
- 🪲 v13.15.5 Issue #3644 Fixed a crash caused by specific full-text queries.
- 🪲 v13.15.4 Issue #3686 Fixed the issue where the full-text query
"(abc|def)"didn't work as expected. - 🪲 v13.15.3 Issue #3428 Added the ability to get the total number of results for queries using
HAVING. - 🪲 v13.15.2 Issue #3817 Added the option searchd.expansion_phrase_warning.
- 🪲 v13.15.1 PR #3848 Fixed replication transaction key generation and handling of conflicting transactions.
- 🪲 v13.14.0 Issue #3806 Fixed
CALL SUGGESTnot matching trigrams. - 🪲 v13.13.8 PR #3839 Updated buddy from 3.35.4 to 3.35.5 to correct the regex for matching joins in SQL queries.
- 🪲 v13.13.7 Issue #3815 Updated buddy from 3.35.3 to 3.35.4 to fix an issue with negative IDs in REPLACE.
- 🪲 v13.13.6 PR #3830 Updated buddy from 3.35.1 to 3.35.3.
- 🪲 v13.13.5 PR #3823 Added a Grafana integration test.
- 🪲 v13.13.4 PR #3819 Fixed
ParseCJKSegmentationwhen Jieba support is not available. - 🪲 v13.13.3 PR #3808 Fixed error handling when filters are used in right-joined JSON queries.
- 🪲 v13.13.2 PR #3789 Validated KNN parameters.
- 🪲 v13.13.1 Issue #3800 Fixed build issues when compiling without cjk/jieba support.