# Manticore Search 3.1.2 release

We are pleased to announce the release of Manticore Search 3.1.2. Downloads are available [here](https://manticoresearch.com/downloads/) and from the [Manticore Github page](https://github.com/manticoresoftware/manticoresearch/releases/tag/3.1.2). Docker image is available at [Docker Hub](https://hub.docker.com/r/manticoresearch/manticore).

### New features


Experimental [SSL](https://docs.manticoresearch.com/latest/html/httpapi_reference.html#ssl) support for HTTP API is now available.

A new [listen](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#listen) interface `https` can be used. It offers the [HTTP API](https://docs.manticoresearch.com/latest/html/httpapi_reference.html) over a secured HTTP connection. Server private key and certificate, optionally with CA certificate need to be set using the searchd [ssl\_cert](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#ssl-cert), [ssl\_key](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#ssl-key) and [ssl\_ca](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#ssl-ca) directives.

HTTP [/json/search](https://docs.manticoresearch.com/latest/html/http_reference/json_search.html) now accepts max\_matches option.
  
  
### Improvements


Improved support for FreeBSD.

The default value for Galera gcache.size is sized to the biggest rt\_mem\_limit found among local indexes or 16MB per added index in the cluster. This should improve the speed of replication.

RPM packages can be installed for CentOS/RHEL 6/7 from our [official yum repository](https://docs.manticoresearch.com/latest/html/installation.html#installing-manticore-search-from-manticore-yum-repository).
  
  
### Fixes


A number of fixes are included in this release:

 - [d0a7c959](https://github.com/manticoresoftware/manticoresearch/commit/d0a7c95906b9b5ba33c98267d54501cfe27508d6) fix [\#250](https://github.com/manticoresoftware/manticoresearch/issues/250) index\_field\_lengths index option for TSV and CSV piped sources

 - [4adc0752](https://github.com/manticoresoftware/manticoresearch/commit/4adc075294ac823289f745e2cc419f18c7dcf2e2) fix flush rescheduling for indexes without activity

 - [553ca73c](https://github.com/manticoresoftware/manticoresearch/commit/553ca73ca111f28e0888d59cd48b0d6df181ecd6) fix empty select list at SphinxQL query log

 - [0a1a2c81](https://github.com/manticoresoftware/manticoresearch/commit/0a1a2c81038794983b4e30c8aefc7cc20e89b03f) fixed replication of RT index into node where same RT index exists and has different path

 - [1266d548](https://github.com/manticoresoftware/manticoresearch/commit/1266d54800242709fbe2c34e72eb69b6595b23bd) fix indextool wrong report for block index check on empty index


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