# Manticore Search 2.8.2 GA release

We are pleased to announce the release of [Manticore Search 2.8.2 GA.](https://github.com/manticoresoftware/manticoresearch/releases/tag/2.8.2)

Prebuilt packages available for Debian,Ubuntu, Red Hat/CentOS, Windows and OSX can be downloaded from [here](https://github.com/manticoresoftware/manticore/releases).

### Major feature


Multi-master synchronous **replication** for **percolate** indexes based on Galera library (Percona fork).

Replication requires to set a new searchd directive - [data\_dir](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#data-dir) - used for the internal files of replication and a dedicated listen interface for communication.

Clusters can be created and managed using SphinxQL statements. For more information, please consult the [Replication](https://docs.manticoresearch.com/latest/html/replication.html) section.

The replication feature should be considered in beta stage, but it does not affect in any way functionality or stability of existing setups. Feedback is welcomed and possible changes should be expected. In future support for RealTime indexes will be added.
  
  
### Other improvements


OPTION clause of SELECT statement receive new option 'morphology'. Currently only value 'none' can be used to prevent morphology on query terms if index\_exact\_words is enabled.

SphinxQL is now compatible with latest Connector/J. For more information about how to setup the connection string, please check [MySQL Connectors](https://docs.manticoresearch.com/latest/html/getting-started/connectivity.html#mysql-connectors) section.
  
  
### Fixes



 - [36df1a40](https://github.com/manticoresoftware/manticoresearch/commit/36df1a407dc08263690e3492518613ace82d69ca) fixed [\#177](https://github.com/manticoresoftware/manticoresearch/issues/177) large packet via SphinxQL interface

 - [6a217f6e](https://github.com/manticoresoftware/manticoresearch/commit/6a217f6ed82fb10f752213b15617b9cedf1e8533) fixed [\#172](https://github.com/manticoresoftware/manticoresearch/issues/172) phrase\_boundary settings at RT index

 - [57932aec](https://github.com/manticoresoftware/manticoresearch/commit/57932aec734583fa93359faaf5034b2e2c9d352b) fixed [\#170](https://github.com/manticoresoftware/manticoresearch/issues/170) crash of daemon on RT optimize with MVA updated

 - [3562f652](https://github.com/manticoresoftware/manticoresearch/commit/3562f652753e4091fd7b5b0f65b58341c8cbcb31) fixed [\#168](https://github.com/manticoresoftware/manticoresearch/issues/168) deadlock at ATTACH index to itself



For a full report please consult the [Release note](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-2-8-2-ga-2-april-2019).
