# Manticore Search 2.8.2 GA release

我们很高兴地宣布 [Manticore Search 2.8.2 GA](https://github.com/manticoresoftware/manticoresearch/releases/tag/2.8.2) 的发布。

适用于 Debian、Ubuntu、Red Hat/CentOS、Windows 和 OSX 的预构建软件包可以从 [这里](https://github.com/manticoresoftware/manticore/releases) 下载。

### 主要功能


基于 Galera 库（Percona 分支）的 **percolate** 索引的多主同步 **复制** 功能。

复制需要设置一个新的 searchd 指令 - [data_dir](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#data-dir) - 用于复制的内部文件，以及一个专用的监听接口用于通信。

可以使用 SphinxQL 语句创建和管理集群。有关更多信息，请参阅 [复制](https://docs.manticoresearch.com/latest/html/replication.html) 部分。

该复制功能应被视为 beta 阶段，但这不会以任何方式影响现有设置的功能或稳定性。欢迎提供反馈，未来可能会有更改。将来将添加对 RealTime 索引的支持。
  
  
### 其他改进


SELECT 语句的 OPTION 子句新增了 'morphology' 选项。目前仅能使用 'none' 值来防止在启用 index_exact_words 时对查询词进行形态学处理。

SphinxQL 现在与最新的 Connector/J 兼容。有关如何设置连接字符串的更多信息，请查看 [MySQL Connectors](https://docs.manticoresearch.com/latest/html/getting-started/connectivity.html#mysql-connectors) 部分。
  
  
### 修复



 - [36df1a40](https://github.com/manticoresoftware/manticoresearch/commit/36df1a407dc08263690e3492518613ace82d69ca) 修复了 [\#177](https://github.com/manticoresoftware/manticoresearch/issues/177) 通过 SphinxQL 接口的大数据包问题

 - [6a217f6e](https://github.com/manticoresoftware/manticoresearch/commit/6a217f6ed82fb10f752213b15617b9cedf1e8533) 修复了 [\#172](https://github.com/manticoresoftware/manticoresearch/issues/172) RT 索引的 phrase_boundary 设置

 - [57932aec](https://github.com/manticoresoftware/manticoresearch/commit/57932aec734583fa93359faaf5034b2e2c9d352b) 修复了 [\#170](https://github.com/manticoresoftware/manticoresearch/issues/170) 在 RT 优化时 MVA 更新导致的守护进程崩溃

 - [3562f652](https://github.com/manticoresoftware/manticoresearch/commit/3562f652753e4091fd7b5b0f65b58341c8cbcb31) 修复了 [\#168](https://github.com/manticoresoftware/manticoresearch/issues/168) 将索引附加到自身的死锁问题



如需完整报告，请参阅 [发布说明](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-2-8-2-ga-2-april-2019)。
