ITADN
manticoresoftware/manticoresearch

版本发布 8

Manticore Search 13.13.0release-13.13.0
? · 2025-10-07

## Version 13.13.0 **Released**: October 7th 2025 ### Recommended libraries - Recommended [MCL](https://github.com/manticoresoftware/columnar) version: 8.1.0 - Recommended [Buddy](https://manual.manticoresearch.com/Installation/Manticore_Buddy#Manticore-Buddy) version: 3.35.1 If you follow the [official installation guide](https://manticoresearch.com/install/), 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](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.13.0) Added support for MCL 8.1.0 with SI block cache. * 🆕 [v13.12.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.12.0) Implemented the [secondary_index_block_cache](https://manual.manticoresearch.com/../Server_settings/Searchd#secondary_index_block_cache) option, updated the secondary index API, and inlined sort accessors. ### Bug Fixes * 🪲 [v13.11.8](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.8) [ Issue #3791](https://github.com/manticoresoftware/manticoresearch/issues/3791) Fixed a race condition between checking and invoking a fired timer. * 🪲 [v13.11.7](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.7) [ Issue #1045](https://github.com/manticoresoftware/manticoresearch/issues/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](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.6) [ PR #3766](https://github.com/manticoresoftware/manticoresearch/pull/3766) Added support for MCL version 8.0.6. * 🪲 [v13.11.5](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.5) [ PR #3767](https://github.com/manticoresoftware/manticoresearch/pull/3767) Improved Chinese documentation translations and updated submodules. * 🪲 [v13.11.4](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.4) [ PR #3765](https://github.com/manticoresoftware/manticoresearch/pull/3765) Fixed handling of aliased joined attributes. * 🪲 [v13.11.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.3) [ PR #3763](https://github.com/manticoresoftware/manticoresearch/pull/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](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.2) [ Issue #3065](https://github.com/manticoresoftware/manticoresearch/issues/3065) Fixed a crash when inserting data into a columnar table with index_field_lengths enabled. * 🪲 [v13.11.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.1) [ Issue #3751](https://github.com/manticoresoftware/manticoresearch/issues/3751) Fixed a crash that occurred when deleting a document with embeddings enabled.

Manticore Search 13.2.313.2.3
? · 2025-07-08

## Version 13.2.3 **Released**: July 8th 2025 Blogpost: https://manticoresearch.com/blog/manticore-search-13-2-3/ This version focuses on making Vector Search faster, more memory-efficient, and better suited for large-scale data, while also improving compatibility and stability. ### Breaking Changes * ⚠️ [v13.0.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.0.0) Updated the KNN library API to support empty [float_vector](https://manual.manticoresearch.com/Creating_a_table/Data_types#Float-vector) values. This update doesn’t change the data format but does increase the Manticore Search / MCL API version. * ⚠️ [v12.0.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/12.0.0) [ PR #3516](https://github.com/manticoresoftware/manticoresearch/pull/3516) Fixed a bug with incorrect source and destination row IDs during KNN index training and building. This update doesn’t change the data format but increases the Manticore Search / MCL API version. * ⚠️ [v11.0.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/11.0.0) Added support for new KNN vector search features like quantization, rescoring, and oversampling. This version changes the KNN data format and the [KNN_DIST() SQL syntax](https://manual.manticoresearch.com/Searching/KNN?client=SQL#KNN-vector-search). The new version can read older data, but older versions won't be able to read the new format. ### New Features and Improvements * 🆕 [v13.2.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.2.0) [ PR #3549](https://github.com/manticoresoftware/manticoresearch/issues/3525) Fixed an issue with `@@collation_database` that caused incompatibility with certain mysqldump versions * 🆕 [v13.1.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.1.0) [ Issue #3489](https://github.com/manticoresoftware/manticoresearch/issues/3489) Fixed a bug in Fuzzy Search that prevented parsing of certain SQL queries * 🆕 [v12.1.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/12.1.0) [ Issue #3426](https://github.com/manticoresoftware/manticoresearch/issues/3426) Added support for RHEL 10 operating systems * 🆕 [v11.1.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/11.1.0) Added support for empty float vectors in [KNN search](https://manual.manticoresearch.com/Searching/KNN#KNN-vector-search) * 🆕 [v10.2.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.0) [ Issue #3252](https://github.com/manticoresoftware/manticoresearch/issues/3252) [log_level](https://manual.manticoresearch.com/Server_settings/Setting_variables_online#SET) now also adjusts Buddy's logging verbosity ### Bug Fixes * 🪲 [v13.2.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.2.3) [ PR #3556](https://github.com/manticoresoftware/manticoresearch/pull/3556) Fixed "oversampling" option parsing in JSON queries * 🪲 [v13.2.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.2.2) Fixed crash logging on Linux and FreeBSD by removing usage of Boost stacktrace * 🪲 [v13.2.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.2.1) [ Issue #3298](https://github.com/manticoresoftware/manticoresearch/issues/3298) Fixed crash logging when running inside a container * 🪲 [v12.0.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/12.0.2) Improved accuracy of per-table statistics by counting in microseconds * 🪲 [v12.0.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/12.0.1) [ PR #3522](https://github.com/manticoresoftware/manticoresearch/pull/3522) Fixed a crash when faceting by MVA in a joined query * 🪲 [v11.0.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/11.0.3) [ Issue #3502](https://github.com/manticoresoftware/manticoresearch/issues/3502) Fixed a crash related to Vector Search Quantization * 🪲 [v11.0.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/11.0.2) [ Issue #3493](https://github.com/manticoresoftware/manticoresearch/issues/3493) Changed `SHOW THREADS` to display CPU utilization as an integer * 🪲 [v11.0.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/11.0.1) Fixed paths for columnar and secondary libraries * 🪲 [v10.2.7](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.7) Added support for MCL 5.0.5, including a fix for the embeddings library filename * 🪲 [v10.2.6](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.6) [ Issue #3469](https://github.com/manticoresoftware/manticoresearch/issues/3469) Applied another fix related to issue #3469 * 🪲 [v10.2.4](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.4) [ Issue #3469](https://github.com/manticoresoftware/manticoresearch/issues/3469) Fixed an issue where HTTP requests with bool queries returned empty results * 🪲 [v10.2.5](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.5) Changed default filename for the embeddings library and added checks for the 'from' field in KNN vectors * 🪲 [v10.2.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.3) [ PR #3464](https://github.com/manticoresoftware/manticoresearch/pull/3464) Updated Buddy to version 3.30.2, which includes [PR #565 about memory usage and error logging](https://github.com/manticoresoftware/manticoresearch-buddy/pull/565) * 🪲 [v10.2.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.2) [ Issue #3470](https://github.com/manticoresoftware/manticoresearch/pull/3470) Fixed JSON string filters, null filters, and ordering issues in JOIN queries * 🪲 [v10.2.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.2.1) Fixed a bug in `dist/test_kit_docker_build.sh` that caused the Buddy commit to be missing * 🪲 [v10.1.4](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.1.4) Fixed a crash when grouping by MVA in a joined query * 🪲 [v10.1.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.1.3) [ Issue #3434](https://github.com/manticoresoftware/manticoresearch/issues/3434) Fixed a bug with filtering empty strings * 🪲 [v10.1.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.1.2) [ PR #3452](https://github.com/manticoresoftware/manticoresearch/pull/3452) Updated Buddy to version 3.29.7, which resolves [Buddy #507 - error on multi-query requests with fuzzy search](https://github.com/manticoresoftware/manticoresearch-buddy/issues/507) and [Buddy #561 - Fix for metrics rate](https://github.com/manticoresoftware/manticoresearch-buddy/pull/561), required for [Helm Release 10.1.0](https://github.com/manticoresoftware/manticoresearch-helm/releases/tag/manticoresearch-10.1.0) * 🪲 [v10.1.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.1.1) Updated Buddy to version 3.29.4, resolving [#3388 - "Undefined array key 'Field'"](https://github.com/manticoresoftware/manticoresearch/issues/3388) and [Buddy #547 - layouts='ru' may not work](https://github.com/manticoresoftware/manticoresearch-buddy/issues/547)

Manticore Search 10.1.010.1.0
? · 2025-06-10

## Version 10.1.0 **Released**: June 9th 2025 Blogpost: https://manticoresearch.com/blog/manticore-search-10-1-0/ This version represents an update with new features, one breaking change and numerous stability improvements and bug fixes. The changes focus on enhancing monitoring capabilities, improving search functionality, and fixing various critical issues that affected system stability and performance. **Starting with version 10.1.0, CentOS 7 is no longer supported. Users are encouraged to upgrade to a supported operating system.** ### Breaking Changes * ⚠️ [v10.0.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.0.0) [ Issue #540](https://github.com/manticoresoftware/manticoresearch-buddy/issues/540) BREAKING CHANGE: set `layouts=''` as the default for [fuzzy search](https://manual.manticoresearch.com/Searching/Spell_correction#Fuzzy-Search) ### New Features and Improvements * 🆕 [v10.1.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.1.0) [ Issue #537](https://github.com/manticoresoftware/manticoresearch-buddy/issues/537) Added built-in [Prometheus exporter](https://manual.manticoresearch.com/Node_info_and_management/Node_status#Prometheus-Exporter) * 🆕 [v9.8.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.8.0) [ Issue #3409](https://github.com/manticoresoftware/manticoresearch/issues/3409) Added [ALTER TABLE tbl REBUILD KNN](https://manual.manticoresearch.com/Updating_table_schema_and_settings#Rebuilding-a-KNN-index) * 🆕 [v9.7.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.7.0) [ Issue #1778](https://github.com/manticoresoftware/manticoresearch/issues/1778) Added automatic embeddings generation (we're not officially announcing it yet, as the code is in the main branch but still needs more testing) * 🆕 [v9.6.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.6.0) Bumped KNN API version for auto-embeddings support * 🆕 [v9.5.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.0) [ Issue #1894](https://github.com/manticoresoftware/manticoresearch/issues/1894) Improved cluster recovery: save `seqno` periodically for faster node restart after crash * 🆕 [v9.4.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.4.0) [ Issue #2400](https://github.com/manticoresoftware/manticoresearch/issues/2400) Added support for latest [Logstash](https://manual.manticoresearch.com/Integration/Logstash#Integration-with-Logstash) and Beats ### Bug Fixes * 🪲 [v10.0.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/10.0.1) Fixed wordform handling: user-defined forms now override auto-generated ones; added test cases to test 22 * 🪲 [v9.8.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.8.2) Fix: updated deps.txt again to include packaging fixes in MCL related to the embeddings library * 🪲 [v9.8.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.8.1) Fix: updated deps.txt with packaging fixes for MCL and the embeddings library * 🪲 [v9.7.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.7.3) [ Issue #3306](https://github.com/manticoresoftware/manticoresearch/issues/3306) Fixed crash with signal 11 during indexing * 🪲 [v9.7.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.7.2) [ Issue #3109](https://github.com/manticoresoftware/manticoresearch/issues/3109) Fixed issue where non-existent `@@variables` always returned 0 * 🪲 [v9.7.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.7.1) [ Issue #3377](https://github.com/manticoresoftware/manticoresearch/issues/3377) Fixed crash related to [remove_repeats()](https://manual.manticoresearch.com/Functions/Searching_and_ranking_functions#REMOVE_REPEATS()) * 🪲 [v9.6.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.6.3) [ PR #3411](https://github.com/manticoresoftware/manticoresearch/pull/3411) Fix: use dynamic versions detection for telemetry metrics * 🪲 [v9.6.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.6.2) Fix: small fix in [SHOW VERSION](https://manual.manticoresearch.com/Node_info_and_management/SHOW_VERSION#SHOW-VERSION) output * 🪲 [v9.6.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.6.1) Fix: crash when creating a table with a KNN attribute but no model * 🪲 [v9.5.16](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.16) [ Issue #3342](https://github.com/manticoresoftware/manticoresearch/issues/3342) Fixed issue where `SELECT ... FUZZY=0` didn't always disable fuzzy search * 🪲 [v9.5.15](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.15) [ PR #3397](https://github.com/manticoresoftware/manticoresearch/pull/3397) Added support for [MCL](https://github.com/manticoresoftware/columnar) 4.2.2; fixes errors with older storage formats * 🪲 [v9.5.14](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.14) [ Issue #3392](https://github.com/manticoresoftware/manticoresearch/issues/3392) Fixed incorrect handling of strings in HTTP JSON replies * 🪲 [v9.5.13](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.13) [ Issue #3356](https://github.com/manticoresoftware/manticoresearch/issues/3356) Fixed crash in tricky full-text query case (common-sub-term) * 🪲 [v9.5.12](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.12) Fixed typo in disk chunk auto flush error message * 🪲 [v9.5.11](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.11) [ Issue #3195](https://github.com/manticoresoftware/manticoresearch/issues/3195) Improved [auto disk chunk flush](https://manual.manticoresearch.com/Securing_and_compacting_a_table/Flushing_RAM_chunk_to_disk#Flushing-RAM-chunk-to-disk): skip saving if optimization is running * 🪲 [v9.5.10](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.10) [ Issue #3313](https://github.com/manticoresoftware/manticoresearch/issues/3313) Fixed duplicate ID check for all disk chunks in RT table using [indextool](https://manual.manticoresearch.com/Miscellaneous_tools#indextool) * 🪲 [v9.5.9](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.9) [ Issue #3132](https://github.com/manticoresoftware/manticoresearch/issues/3132) Added support for `_random` sorting in JSON API * 🪲 [v9.5.8](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.8) [ Issue #3382](https://github.com/manticoresoftware/manticoresearch/issues/3382) Fixed issue: couldn't use uint64 document ID via JSON HTTP API * 🪲 [v9.5.7](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.7) [ Issue #3385](https://github.com/manticoresoftware/manticoresearch/issues/3385) Fixed incorrect results when filtering by `id != value` * 🪲 [v9.5.6](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.6) [ PR #538](https://github.com/manticoresoftware/manticoresearch-buddy/pull/538) Fixed a critical bug with fuzzy matching in some cases * 🪲 [v9.5.5](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.5) [ Issue #3199](https://github.com/manticoresoftware/manticoresearch/issues/3199) Fixed space decoding in Buddy HTTP query parameters (e.g., `%20` and `+`) * 🪲 [v9.5.4](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.4) [ Issue #3133](https://github.com/manticoresoftware/manticoresearch/issues/3133) Fixed incorrect sorting on `json.field` in facet search * 🪲 [v9.5.3](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.3) [ Issue #3091](https://github.com/manticoresoftware/manticoresearch/issues/3091) Fixed inconsistent search results for delimiters in SQL vs JSON API * 🪲 [v9.5.2](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.2) [ Issue #2819](https://github.com/manticoresoftware/manticoresearch/issues/2819) Improved performance: replaced `DELETE FROM` with `TRUNCATE` for distributed tables * 🪲 [v9.5.1](https://github.com/manticoresoftware/manticoresearch/releases/tag/9.5.1) [ Issue #3080](https://github.com/manticoresoftware/manticoresearch/issues/3080) Fixed crash when filtering aliased `geodist()` with JSON attributes

Manticore Search 7.4.67.4.6
? · 2025-02-28

# Version 7.4.6 Released: Feb 28th 2025 ➡️➡️➡️ [DOWNLOAD HERE](https://manticoresearch.com/install/) ⬅️⬅️⬅️ ### Major changes * [Issue #832](https://github.com/manticoresoftware/manticoresearch/issues/832) Integration with [Kibana](https://manual.manticoresearch.com//Integration/Kibana.md) for easier and more efficient data visualization. ### Minor changes * [Issue #1727](https://github.com/manticoresoftware/manticoresearch/issues/1727) Fixed floating-point precision differences between arm64 and x86_64. * [Issue #2995](https://github.com/manticoresoftware/manticoresearch/issues/2995) Implemented performance optimizations for join batching. * [Issue #3039](https://github.com/manticoresoftware/manticoresearch/issues/3039) Implemented performance optimizations for EstimateValues in histograms. * [Issue #3099](https://github.com/manticoresoftware/manticoresearch/issues/3099) Added support for Boost 1.87.0. ❤️ Thank you, [@cho-m](https://github.com/cho-m) for the PR. * [Issue #77](https://github.com/manticoresoftware/columnar/issues/77) Optimized block data reuse when creating filters with multiple values; added min/max to attribute metadata; implemented pre-filtering of filter values based on min/max. ### Bugfixes * [Commit 73ac](https://github.com/manticoresoftware/manticoresearch/commit/73ac22f358a7a0e734b332c3943c86e6294c06c3) Fixed handling of expressions in joined queries when attributes from both the left and right tables are used; fixed the index_weights option for the right table. * [Issue #2915](https://github.com/manticoresoftware/manticoresearch/issues/2915) Using `avg()` in a `SELECT ... JOIN` query could lead to incorrect results; this is now fixed. * [Issue #2996](https://github.com/manticoresoftware/manticoresearch/issues/2996) Fixed an incorrect result set caused by the implicit cutoff when join batching was enabled. * [Issue #3031](https://github.com/manticoresoftware/manticoresearch/issues/3031) Fixed a crash in the daemon during shutdown when an active chunk merge was in progress. * [Issue #3037](http://github.com/manticoresoftware/manticoresearch/issues/3037) Fixed an issue where `IN(...)` could produce incorrect results. * [Issue #3038](https://github.com/manticoresoftware/manticoresearch/issues/3038) Setting `max_iops` / `max_iosize` in version 7.0.0 could degrade indexing performance; this is now fixed. * [Issue #3042](https://github.com/manticoresoftware/manticoresearch/issues/3042) Fixed a memory leak in the join query cache. * [Issue #3052](https://github.com/manticoresoftware/manticoresearch/issues/3052) Fixed the handling of query options in joined JSON queries. * [Issue #3054](https://github.com/manticoresoftware/manticoresearch/issues/3054) Fixed an issue with the ATTACH TABLE command. * [Issue #3079](https://github.com/manticoresoftware/manticoresearch/issues/3079) Fixed inconsistencies in error messages. * [Issue #3087](https://github.com/manticoresoftware/manticoresearch/issues/3087) Setting `diskchunk_flush_write_timeout=-1` per table did not disable index flushing; this is now fixed. * [Issue #3088](https://github.com/manticoresoftware/manticoresearch/issues/3088) Resolved duplicate entries after bulk replacing large IDs. * [Issue #3126](https://github.com/manticoresoftware/manticoresearch/issues/3126) Fixed a daemon crash caused by a full-text query with a single `NOT` operator and an expression ranker. * [Issue #3128](https://github.com/manticoresoftware/manticoresearch/pull/3128) Fixed a potential vulnerability in the CJSON library. ❤️ Thank you, [@tabudz](https://github.com/tabudz) for the PR.

Manticore Search 7.0.07.0.0
? · 2025-01-30

# Version 7.0.0 Released: Jan 30th 2025 ➡️➡️➡️ [DOWNLOAD HERE](https://manticoresearch.com/install/) ⬅️⬅️⬅️ 📢📢📢[Announcement blog post](https://manticoresearch.com/blog/manticore-search-7-0-0/)📢📢📢 ### Major changes * [Issue #1497](https://github.com/manticoresoftware/manticoresearch/issues/1497) Added new [Fuzzy Search](https://manual.manticoresearch.com/../Searching/Spell_correction#Fuzzy-Search) and [Autocomplete](https://manual.manticoresearch.com/../Searching/Autocomplete#CALL-AUTOCOMPLETE) functionality for easier searching. * [Issue #1500](https://github.com/manticoresoftware/manticoresearch/issues/1500) [Integration with Kafka](https://manual.manticoresearch.com/../Integration/Kafka#Syncing-from-Kafka). * [Issue #1928](https://github.com/manticoresoftware/manticoresearch/issues/1928) Introduced [secondary indexes for JSON](https://manual.manticoresearch.com/../Creating_a_table/Local_tables/Plain_and_real-time_table_settings#json_secondary_indexes). * [Issue #2361](https://github.com/manticoresoftware/manticoresearch/issues/2361) Updates and searches during updates are no longer blocked by chunk merging. * [Issue #2787](https://github.com/manticoresoftware/manticoresearch/issues/2787) Automatic [disk chunk flush](https://manual.manticoresearch.com/../Server_settings/Searchd#diskchunk_flush_write_timeout) for RT table to improve performance; now, we automatically flush a RAM chunk to a disk chunk, preventing performance issues caused by the lack of optimizations in RAM chunks, which could sometimes lead to instability depending on chunk size. * [Issue #2811](https://github.com/manticoresoftware/manticoresearch/issues/2811) [Scroll](https://manual.manticoresearch.com/../Searching/Pagination#Scroll-Search-Option) option for easier pagination. * [Issue #931](https://github.com/manticoresoftware/manticoresearch/issues/931) Integration with [Jieba](https://github.com/fxsjy/jieba) for better [Chinese tokenization](https://manual.manticoresearch.com/../Creating_a_table/NLP_and_tokenization/Languages_with_continuous_scripts). ### Minor changes * ⚠️ BREAKING [Issue #1111](https://github.com/manticoresoftware/manticoresearch/issues/1111) Fixed support for `global_idf` in RT tables. Requires table recreation. * ⚠️ BREAKING [Issue #2103](https://github.com/manticoresoftware/manticoresearch/issues/2103) Removed Thai characters from internal `cjk` charset. Update your charset definitions accordingly: if you have `cjk,non_cjk` and Thai characters are important for you, change it to `cjk,thai,non_cjk`, or `cont,non_cjk`, where `cont` is the new designation for all continuous-script languages (i.e., `cjk` + `thai`). Modify existing tables using [ALTER TABLE](https://manual.manticoresearch.com/../Updating_table_schema_and_settings#Updating-table-FT-settings-in-RT-mode). * ⚠️ BREAKING [Issue #2458](https://github.com/manticoresoftware/manticoresearch/issues/2458) Incorporated zlib support in Windows packages. * ⚠️ BREAKING [Issue #2468](https://github.com/manticoresoftware/manticoresearch/issues/2468) [CALL SUGGEST / QSUGGEST](https://manual.manticoresearch.com/../Searching/Spell_correction#CALL-QSUGGEST,-CALL-SUGGEST) now compatible with distributed tables. This increases the master/agent protocol version. If you are running Manticore Search in a distributed environment with multiple instances, make sure to first upgrade the agents, then the masters. * ⚠️ BREAKING [Issue #2889](https://github.com/manticoresoftware/manticoresearch/issues/2889) Changed column name from `Name` to `Variable name` for PQ [SHOW META](https://manual.manticoresearch.com/../Node_info_and_management/SHOW_META#SHOW-META-for-PQ-tables). * ⚠️ BREAKING [Issue #879](https://github.com/manticoresoftware/manticoresearch/issues/879) Introduced [per-table binlog](https://manual.manticoresearch.com/../Logging/Binary_logging#Per-table-binary-logging-configuration) with new options: [binlog_common](https://manual.manticoresearch.com/../Logging/Binary_logging#Binary-logging-strategies), [binlog](https://manual.manticoresearch.com/../Logging/Binary_logging#Per-table-binary-logging-configuration) for `create table` / `alter table`. You need to make a clean shutdown of the Manticore instance before upgrading to the new version. * ⚠️ BREAKING [Issue #1789](https://github.com/manticoresoftware/manticoresearch/issues/1789) Fixed incorrect error message when a node joins a cluster with the wrong replication protocol version. This change 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 tool `manticore_new_cluster` in Linux. - Read about [restarting a cluster](https://manual.manticoresearch.com/Creating_a_cluster/Setting_up_replication/Restarting_a_cluster#Restarting-a-cluster) for more details. * ⚠️ BREAKING [Issue #2308](https://github.com/manticoresoftware/manticoresearch/issues/2308) Added support for multiple tables in [`ALTER CLUSTER ADD` and `DROP`](https://manual.manticoresearch.com/../Creating_a_cluster/Setting_up_replication/Adding_and_removing_a_table_from_a_replication_cluster#Adding-and-removing-a-table-from-a-replication-cluster). This change also affects the replication protocol. Refer to the previous section for guidance on handling this update. * [Issue #2997](https://github.com/manticoresoftware/manticoresearch/issues/2997) Fixed dlopen issue on Macos. * [Commit 4954](https://github.com/manticoresoftware/manticoresearch/commit/4954b5de7341a29902a9b8fbb9a040f7942c77c4) Changed the default cutoff for OPTIMIZE TABLE on tables with KNN indexes to improve search performance. * [Commit cfc8](https://github.com/manticoresoftware/manticoresearch/commit/cfc87ecb6e33a8163c2235243b6b40e699dbf526) Added `COUNT(DISTINCT)` support for `ORDER BY` in `FACET` and `GROUP BY`. * [Issue #1103](https://github.com/manticoresoftware/manticoresearch/issues/1103) Improved clarity in [logging](https://manual.manticoresearch.com/../Logging/Server_logging#Server-logging) chunk merging. * [Issue #1130](https://github.com/manticoresoftware/manticoresearch/issues/1130) Added support for [DBeaver](https://manual.manticoresearch.com/../Integration/DBeaver). * [Issue #1546](https://github.com/manticoresoftware/manticoresearch/issues/1546) Implemented secondary indexes for [POLY2D()](https://manual.manticoresearch.com/../Functions/Geo_spatial_functions#POLY2D%28%29)/[GEOPOLY2D()](https://manual.manticoresearch.com/../Functions/Geo_spatial_functions#GEOPOLY2D%28%29) functions. * [Issue #1630](https://github.com/manticoresoftware/manticoresearch/issues/1630) HTTP requests now support `Content-Encoding: gzip`. * [Issue #1831](https://github.com/manticoresoftware/manticoresearch/issues/1831) Added `SHOW LOCKS` command. * [Issue #2187](https://github.com/manticoresoftware/manticoresearch/issues/2197) Allowed Buddy request to daemon to bypass the [searchd.max_connections](https://manual.manticoresearch.com/../Server_settings/Searchd#max_connections) constraint. * [Issue #2208](https://github.com/manticoresoftware/manticoresearch/issues/2208) Added support for joining tables via the JSON HTTP interface. * [Issue #2235](https://github.com/manticoresoftware/manticoresearch/issues/2235) Log successfully processed queries via Buddy in their original form. * [Issue #2249](https://github.com/manticoresoftware/manticoresearch/issues/2249) Added special mode to run `mysqldump` for replicated tables. * [Issue #2268](https://github.com/manticoresoftware/manticoresearch/issues/2268) Improved external files renaming on copy for `CREATE TABLE` and `ALTER TABLE` statements. * [Issue #2402](https://github.com/manticoresoftware/manticoresearch/issues/2402) Updated [searchd.max_packet_size](https://manual.manticoresearch.com/../Server_settings/Searchd#max_packet_size) default to 128MB. * [Issue #2419](https://github.com/manticoresoftware/manticoresearch/issues/2419) Added support for [IDF boost modifier](https://manual.manticoresearch.com/../Searching/Full_text_matching/Operators#IDF-boost-modifier) in JSON ["match"](https://manual.manticoresearch.com/../Searching/Full_text_matching/Basic_usage#match). * [Issue #2430](https://github.com/manticoresoftware/manticoresearch/issues/2430) Enhanced [binlog](https://manual.manticoresearch.com/../Logging/Binary_logging#Binary-logging) writing synchronization to prevent errors. * [Issue #2479](https://github.com/manticoresoftware/manticoresearch/issues/2479) Added support for SHOW TABLE INDEXES command. * [Issue #2485](https://github.com/manticoresoftware/manticoresearch/issues/2485) Set session metadata for Buddy replies. * [Issue #2490](https://github.com/manticoresoftware/manticoresearch/issues/2490) Millisecond resolution for aggregations at compatibility endpoints. * [Issue #2500](https://github.com/manticoresoftware/manticoresearch/issues/2500) Changed error messages for cluster operations when replication fails to start. * [Issue #2584](https://github.com/manticoresoftware/manticoresearch/pull/2584) New [performance metrics in SHOW STATUS](https://manual.manticoresearch.com/../Node_info_and_management/Node_status#Query-Time-Statistics): min/max/avg/95th/99th percentile per query type for the last 1, 5, and 15 minutes. * [Issue #2639](https://github.com/manticoresoftware/manticoresearch/pull/2639) Replaced all instances of `index` with `table` in requests and responses. * [Issue #2643](https://github.com/manticoresoftware/manticoresearch/issues/2643) Added `distinct` column to HTTP `/sql` endpoint aggregation results. * [Issue #268](https://github.com/manticoresoftware/manticoresearch-buddy/issues/268) Implemented autodetection of data types imported from Elasticsearch. * [Issue #2744](https://github.com/manticoresoftware/manticoresearch/issues/2744) Added collation support for string JSON field comparison expressions. * [Issue #2752](https://github.com/manticoresoftware/manticoresearch/issues/2752) Added support for `uuid_short` expression in the select list. * [Issue #2783](https://github.com/manticoresoftware/manticoresearch/issues/2783) Manticore Search now runs Buddy directly without the `manticore-buddy` wrapper. * [Issue #2785](https://github.com/manticoresoftware/manticoresearch/issues/2785) Differentiated error messages for missing tables and tables that do not support insert operations. * [Issue #2789](https://github.com/manticoresoftware/manticoresearch/issues/2789) OpenSSL 3 is now statically built into `searchd`. * [Issue #2790](https://github.com/manticoresoftware/manticoresearch/issues/2790) Added `CALL uuid_short` statement to generate sequences with multiple `uuid_short` values. * [Issue #2803](https://github.com/manticoresoftware/manticoresearch/issues/2803) Added separate options for the right table in the JOIN operation. * [Issue #2810](https://github.com/manticoresoftware/manticoresearch/issues/2810) Improved HTTP JSON aggregation performance to match `GROUP BY` in SphinxQL. * [Issue #2854](https://github.com/manticoresoftware/manticoresearch/issues/2854) Added support for `fixed_interval` in Kibana date-related requests. * [Issue #2909](https://github.com/manticoresoftware/manticoresearch/issues/2909) Implemented batching for JOIN queries, which improves the performance of certain JOIN queries by hundreds or even thousands of times. * [Issue #2937](https://github.com/manticoresoftware/manticoresearch/issues/2937) Enabled the use of joined table weight in fullscan queries. * [Issue #2953](https://github.com/manticoresoftware/manticoresearch/issues/2953) Fixed logging for join queries. * [Issue #337](https://github.com/manticoresoftware/manticoresearch-buddy/issues/337) Hid Buddy exceptions from `searchd` log in non-debug mode. * [Issue #2931](https://github.com/manticoresoftware/manticoresearch/issues/2931) Daemon shutdown with error message if user sets wrong ports for replication listener. ### Bug fixes * [Commit 0c6b](https://github.com/manticoresoftware/manticoresearch/commit/0c6bdaf41ea3684e05952e1a8273893535b923f5) Fixed: Incorrect results returned in JOIN queries with more than 32 columns. * [Issue #2335](https://github.com/manticoresoftware/manticoresearch/issues/2335) Resolved an issue where table join failed when two json attributes were used in the condition. * [Issue #2338](https://github.com/manticoresoftware/manticoresearch/issues/2338) Fixed incorrect total_relation in multiqueries with [cutoff](https://manual.manticoresearch.com/../Searching/Options#cutoff). * [Issue #2366](https://github.com/manticoresoftware/manticoresearch/issues/2366) Corrected filtering by `json.string` in the right table on [table join](https://manual.manticoresearch.com/../Searching/Joining). * [Issue #2406](https://github.com/manticoresoftware/manticoresearch/issues/2406) Enabled use of `null` for all values in any POST HTTP JSON endpoints (insert/replace/bulk). In this case a default value is used. * [Issue #2418](https://github.com/manticoresoftware/manticoresearch/issues/2418) Optimized memory consumption by adjusting allocation of [the max_packet_size](https://manual.manticoresearch.com/../Server_settings/Searchd#max_packet_size) network buffer for the initial socket probe. * [Issue #2420](https://github.com/manticoresoftware/manticoresearch/issues/2420) Fixed insertion of unsigned int into bigint attribute via JSON interface. * [Issue #2422](https://github.com/manticoresoftware/manticoresearch/issues/2422) Fixed secondary indexes to work correctly with exclude filters and pseudo_sharding enabled. * [Issue #2423](https://github.com/manticoresoftware/manticoresearch/issues/2423) Addressed a bug in [manticore_new_cluster](https://manual.manticoresearch.com/../Starting_the_server/Manually#searchd-command-line-options). * [Issue #2448](https://github.com/manticoresoftware/manticoresearch/issues/2448) Resolved daemon crash on malformed `_update` request. * [Issue #2452](https://github.com/manticoresoftware/manticoresearch/issues/2452) Fixed histograms' inability to handle value filters with excludes. * [Issue #55](https://github.com/manticoresoftware/columnar/issues/55) Fixed [knn](https://manual.manticoresearch.com/../Searching/KNN#KNN-vector-search) queries against distributed tables. * [Issue #68](https://github.com/manticoresoftware/columnar/issues/68) Enhanced handling of exclude filters on table encoding in columnar accessor. * [Commit 0eb1](https://github.com/manticoresoftware/manticoresearch/commit/0eb1579462013cb134bcaf74e06f6eeb0c2ecc4d) Fixed expression parser not obeying redefined `thread_stack`. * [Commit c304](https://github.com/manticoresoftware/manticoresearch/commit/c3041fd1d3e14773f3c5aa635343915a71f5cb95) Fixed a crash on cloning columnar IN expression. * [Commit edad](https://github.com/manticoresoftware/columnar/commit/edadc694c68d6022bdd13134263667430a42cc1d) Fixed the inversion issue in the bitmap iterator which caused a crash. * [Commit fc30](https://github.com/manticoresoftware/executor/commit/fc302ff1117b0b835a6f5a3c07057baf5fba14d9) Fixed issue where some Manticore packages were automatically removed by `unattended-upgrades`. * [Issue #1019](https://github.com/manticoresoftware/manticoresearch/issues/1019) Improved handling of queries from DbForge MySQL tool. * [Issue #1107](https://github.com/manticoresoftware/manticoresearch/issues/1107) Fixed escaping of special characters in `CREATE TABLE` and `ALTER TABLE`. ❤️ Thank you, [@subnix](https://github.com/subnix) for the PR. * [Issue #116](https://github.com/manticoresoftware/manticoresearch-backup/issues/116#issuecomment-2216597206) Fixed a deadlock when updating a blob attribute in a frozen index. The deadlock occurred due to conflicting locks while trying to unfreeze the index. It could cause a failure in manticore-backup too. * [Issue #1818](https://github.com/manticoresoftware/manticoresearch/issues/1818) `OPTIMIZE` now throws an error when the table is frozen. * [Issue #2001](https://github.com/manticoresoftware/manticoresearch/issues/2001) Allowed function names to be used as column names. * [Issue #2153](https://github.com/manticoresoftware/manticoresearch/issues/2153) Fixed daemon crash on querying table settings with unknown disk chunk. * [Issue #2184](https://github.com/manticoresoftware/manticoresearch/issues/2184) Fixed an issue where `searchd` hangs on stop after `FREEZE` and `FLUSH RAMCHUNK`. * [Issue #2228](https://github.com/manticoresoftware/manticoresearch/issues/2228) Removed date/time related tokens (and regex) from the reserved words. * [Issue #2255](https://github.com/manticoresoftware/manticoresearch/issues/2255) Fixed crash on `FACET` with more than 5 sort fields. * [Issue #2265](https://github.com/manticoresoftware/manticoresearch/issues/2265) Fixed failure to restore `mysqldump` with `index_field_lengths` enabled. * [Issue #2291](https://github.com/manticoresoftware/manticoresearch/issues/2291) Fixed crash when executing `ALTER TABLE` command. * [Issue #2333](https://github.com/manticoresoftware/manticoresearch/issues/2333) Fixed MySQL DLL in the Windows package for the indexer to work properly. * [Issue #2393](https://github.com/manticoresoftware/manticoresearch/issues/2393) Fixed GCC compilation error. ❤️ Thank you, [@animetosho](https://github.com/animetosho) for the PR. * [Issue #2447](https://github.com/manticoresoftware/manticoresearch/issues/2447) Fixed an escaping issue in [_update](https://manual.manticoresearch.com/../Data_creation_and_modification/Updating_documents/REPLACE?client=Elasticsearch-like+partial). * [Issue #2460](https://github.com/manticoresoftware/manticoresearch/issues/2460) Fixed indexer crash when declaring multiple attributes or fields with the same name. * [Issue #2467](https://github.com/manticoresoftware/manticoresearch/issues/2467) Resolved crash of daemon on incorrect transform for nested bool queries for the "compat" search related endpoints. * [Issue #2493](https://github.com/manticoresoftware/manticoresearch/issues/2493) Fixed expansion in phrases with modifiers. * [Issue #2535](https://github.com/manticoresoftware/manticoresearch/issues/2535) Resolved daemon crash on using [ZONE](https://manual.manticoresearch.com/../Searching/Full_text_matching/Operators#ZONE-limit-operator) or [ZONESPAN](https://manual.manticoresearch.com/../Searching/Full_text_matching/Operators#ZONESPAN-limit-operator) fulltext operator. * [Issue #2552](https://github.com/manticoresoftware/manticoresearch/issues/2552) Fixed infix generation for plain and RT tables with keywords dictionary. * [Issue #2571](https://github.com/manticoresoftware/manticoresearch/issues/2571) Fixed error reply in `FACET` query; set default sort order to `DESC` for `FACET` with `COUNT(*)`. * [Issue #2580](https://github.com/manticoresoftware/manticoresearch/issues/2580) Fixed daemon crash on Windows during startup. * [Issue #2603](https://github.com/manticoresoftware/manticoresearch/issues/2603) Fixed query truncation for HTTP endpoints `/sql` and `/sql?mode=raw`; made requests from these endpoints consistent without requiring `query=` header. * [Issue #2623](https://github.com/manticoresoftware/manticoresearch/issues/2623) Fixed issue where auto-schema creates a table but fails simultaneously. * [Issue #2627](https://github.com/manticoresoftware/manticoresearch/issues/2627) Fixed HNSW library to support loading multiple KNN indexes. * [Issue #2630](https://github.com/manticoresoftware/manticoresearch/issues/2630) Fixed freeze issue when multiple conditions occur simultaneously. * [Issue #2645](https://github.com/manticoresoftware/manticoresearch/issues/2645) Fixed crash with fatal error when using `OR` with KNN search. * [Issue #2647](https://github.com/manticoresoftware/manticoresearch/issues/2647) Fixed issue where `indextool --mergeidf *.idf --out global.idf` deletes the output file after creation. * [Issue #2658](https://github.com/manticoresoftware/manticoresearch/issues/2658) Fixed daemon crash on sub-select with `ORDER BY` string in outer select. * [Issue #2686](https://github.com/manticoresoftware/manticoresearch/issues/2686) Fixed crash on updating float attribute alongside string attribute. * [Issue #2704](https://github.com/manticoresoftware/manticoresearch/issues/2704) Fixed issue where multiple stopwords from `lemmatize_xxx_all` tokenizers increase `hitpos` of subsequent tokens. * [Issue #2708](https://github.com/manticoresoftware/manticoresearch/issues/2708) Fixed crash on `ALTER ... ADD COLUMN ... TEXT`. * [Issue #2737](https://github.com/manticoresoftware/manticoresearch/issues/2737) Fixed issue where updating a blob attribute in a frozen table with at least one RAM chunk causes subsequent `SELECT` queries to wait until the table is unfrozen. * [Issue #2742](https://github.com/manticoresoftware/manticoresearch/issues/2742) Fixed query cache skip for queries with packed factors. * [Issue #2775](https://github.com/manticoresoftware/manticoresearch/issues/2775) Manticore now reports an error on unknown action instead of crashing on `_bulk` requests. * [Issue #2791](https://github.com/manticoresoftware/manticoresearch/issues/2791) Fixed return of inserted document ID for HTTP `_bulk` endpoint. * [Issue #2797](https://github.com/manticoresoftware/manticoresearch/issues/2797) Fixed crash in grouper when handling multiple tables, one of which is empty and the other has a different number of matched entries. * [Issue #2835](https://github.com/manticoresoftware/manticoresearch/issues/2835) Fixed crash in complex `SELECT` queries. * [Issue #2872](https://github.com/manticoresoftware/manticoresearch/issues/2872) Added error message if `ALL` or `ANY` argument in `IN` expression is not a JSON attribute. * [Issue #2882](https://github.com/manticoresoftware/manticoresearch/issues/2882) Fixed daemon crash on updating MVA in large tables. * [Issue #2888](https://github.com/manticoresoftware/manticoresearch/issues/2888) Fixed crash on tokenization failure with `libstemmer`. ❤️ Thank you, [@subnix](https://github.com/subnix) for the PR. * [Issue #2919](https://github.com/manticoresoftware/manticoresearch/issues/2919) Fixed an issue where the joined weight from the right table was not working correctly in expressions. * [Issue #2919](https://github.com/manticoresoftware/manticoresearch/issues/2919) Fixed issue where right-joined table weight does not work in expressions. * [Issue #325](https://github.com/manticoresoftware/manticoresearch-buddy/issues/325) Fixed `CREATE TABLE IF NOT EXISTS ... WITH DATA` failure when the table already exists. * [Issue #351](https://github.com/manticoresoftware/manticoresearch-buddy/issues/351) Fixed undefined array key "id" error on count by KNN with document ID. * [Issue #359](https://github.com/manticoresoftware/manticoresearch-buddy/issues/359) Fixed `REPLACE INTO cluster_name:table_name` functionality. * [Issue #67](https://github.com/manticoresoftware/docker/issues/67) Fixed FATAL error when running Manticore Docker container with `--network=host`.

Manticore Search 6.3.86.3.8
? · 2024-11-22

# Manticore Search 6.3.8 Released: November 22nd 2024 ➡️ [INSTALL](https://manticoresearch.com/install/) ⬅️ Version 6.3.8 continues the 6.3 series and includes only bug fixes. ### Bug fixes * [PR #2777](https://github.com/manticoresoftware/manticoresearch/pull/2777) Fixed the calculation of available threads when query concurrency is limited by the `threads` or `max_threads_per_query` settings.

Manticore Search 6.3.46.3.4
? · 2024-07-31

# Version 6.3.4 Released: July 31st 2024 ➡️ [INSTALL](https://manticoresearch.com/install/) ⬅️ Version 6.3.4 continues the 6.3 series and includes only minor improvements and bug fixes. ### Minor changes * [Issue #1130](https://github.com/manticoresoftware/manticoresearch/issues/1130) Added support for [DBeaver](https://manual.manticoresearch.com/Integration/DBeaver#Integration-with-DBeaver). * [Issue #2146](https://github.com/manticoresoftware/manticoresearch/issues/2146) Improved escaping of delimiters in word forms and exceptions. * [Issue #2268](https://github.com/manticoresoftware/manticoresearch/issues/2268) Improved external files renaming on copy for CREATE and ALTER TABLE statements. * [Issue #2315](https://github.com/manticoresoftware/manticoresearch/issues/2315) Added string comparison operators to SELECT list expressions. * [Issue #2363](https://github.com/manticoresoftware/manticoresearch/issues/2363) Added support for null values in Elastic-like bulk requests. * [Issue #2374](https://github.com/manticoresoftware/manticoresearch/issues/2374) Added support for mysqldump version 9. * [Issue #2375](https://github.com/manticoresoftware/manticoresearch/issues/2375) Improved error handling in HTTP JSON queries with JSON path to the node where the error occurs. ### Bug fixes * [Issue #2280](https://github.com/manticoresoftware/manticoresearch/issues/2280) Fixed performance degradation in wildcard queries with many matches when disk_chunks > 1. * [Issue #2332](https://github.com/manticoresoftware/manticoresearch/issues/2332) Fixed crash in MVA MIN or MAX SELECT list expressions for empty MVA arrays. * [Issue #2339](https://github.com/manticoresoftware/manticoresearch/issues/2339) Fixed incorrect processing of Kibana's infinite range request. * [Issue #2342](https://github.com/manticoresoftware/manticoresearch/issues/2342) Fixed join filter on columnar attributes from the right table when the attribute is not in the SELECT list. * [Issue #2343](https://github.com/manticoresoftware/manticoresearch/issues/2343) Fixed duplicate 'static' specifier in Manticore 6.3.2. * [Issue #2344](https://github.com/manticoresoftware/manticoresearch/issues/2344) Fixed LEFT JOIN returning non-matching entries when MATCH() over the right table is used. * [Issue #2350](https://github.com/manticoresoftware/manticoresearch/issues/2350) Fixed saving of disk chunk at RT index with `hitless_words`. * [Issue #2364](https://github.com/manticoresoftware/manticoresearch/issues/2364) The 'aggs_node_sort' property can now be added in any order among other properties. * [Issue #2368](https://github.com/manticoresoftware/manticoresearch/issues/2368) Fixed error on full-text vs filter order in the JSON query. * [Issue #2376](https://github.com/manticoresoftware/manticoresearch/issues/2376) Fixed bug related to incorrect JSON response for long UTF-8 requests. * [Issue #2684](https://github.com/manticoresoftware/dev/issues/2684) Fixed calculation of presort/prefilter expressions that depend on joined attributes. * [Issue #301](https://github.com/manticoresoftware/manticoresearch-buddy/issues/301) Changed the method of calculating data size for metrics to read from the `manticore.json` file instead of checking the entire size of the data directory. * [Issue #302](https://github.com/manticoresoftware/manticoresearch-buddy/issues/302) Added handling of validation requests from Vector.dev.

Manticore Search 6.3.26.3.2
? · 2024-06-26

# Version 6.3.2 Released: June 26th 2024 ➡️➡️➡️ [DOWNLOAD HERE](https://manticoresearch.com/install/) ⬅️⬅️⬅️ Version 6.3.2 continues the 6.3 series and includes several bug fixes, some of which were discovered after the release of 6.3.0. ### Breaking changes * ⚠️[Issue #2305](https://github.com/manticoresoftware/manticoresearch/issues/2305) Updated aggs.range values to be numeric. ### Bug fixes * [Commit c51c](https://github.com/manticoresoftware/manticoresearch/commit/c51c7fa4bd0ec4ad8d53188b888461bff29f1417) Fixed grouping by stored check vs rset merge. * [Commit 0e85](https://github.com/manticoresoftware/manticoresearch/commit/0e85b9d5682f51681750d798aef6a11cfb93d69e) Fixed a crash in the daemon when querying with wildcard characters in an RT index using a CRC dictionary and `local_df` enabled. * [Issue #2200](https://github.com/manticoresoftware/manticoresearch/issues/2200) Fixed a crash in JOIN on `count(*)` without GROUP BY. * [Issue #2201](https://github.com/manticoresoftware/manticoresearch/issues/2201) Fixed JOIN not returning a warning when attempting grouping by a full-text field. * [Issue #2230](https://github.com/manticoresoftware/manticoresearch/issues/2230) Addressed issue where adding an attribute via `ALTER TABLE` did not take KNN options into account. * [Issue #2231](https://github.com/manticoresoftware/manticoresearch/issues/2231) Fixed failure in removing `manticore-tools` Redhat package in version 6.3.0. * [Issue #2242](https://github.com/manticoresoftware/manticoresearch/issues/2242) Corrected issues with JOIN and multiple FACET statements returning incorrect results. * [Issue #2250](https://github.com/manticoresoftware/manticoresearch/issues/2250) Fixed ALTER TABLE producing an error if the table is in a cluster. * [Issue #2252](https://github.com/manticoresoftware/manticoresearch/issues/2252) Fixed the original query being passed into buddy from the SphinxQL interface. * [Issue #2267](https://github.com/manticoresoftware/manticoresearch/issues/2267) Improved wildcard expansion in the `CALL KEYWORDS` for RT index with disk chunks. * [Issue #271](https://github.com/manticoresoftware/manticoresearch-buddy/issues/271) Fixed hanging of incorrect `/cli` requests. * [Issue #274](https://github.com/manticoresoftware/manticoresearch-buddy/issues/274) Resolved issues where concurrent requests to Manticore could get stuck. * [Issue #275](https://github.com/manticoresoftware/manticoresearch-buddy/issues/275) Fixed hanging of `drop table if exists t; create table t` via `/cli`. ### Replication-related * [Issue #2270](https://github.com/manticoresoftware/manticoresearch/issues/2270) Added support for `cluster:name` format in the `/_bulk` HTTP endpoint.