# Manticore Search 3.1.2 release

我们很高兴宣布Manticore Search 3.1.2版本的发布。下载可在[此处](https://manticoresearch.com/downloads/)和[Manticore Github页面](https://github.com/manticoresoftware/manticoresearch/releases/tag/3.1.2)获取。Docker镜像可在[Docker Hub](https://hub.docker.com/r/manticoresearch/manticore)上找到。

### 新功能


现在可以使用实验性的[SSL](https://docs.manticoresearch.com/latest/html/httpapi_reference.html#ssl)支持HTTP API。

可以使用新的[监听](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#listen)接口`https`。它通过安全的HTTP连接提供[HTTP API](https://docs.manticoresearch.com/latest/html/httpapi_reference.html)。需要使用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)和[ssl\_ca](https://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#ssl-ca)指令设置服务器私钥、证书（可选CA证书）。

HTTP [/json/search](https://docs.manticoresearch.com/latest/html/http_reference/json_search.html)现在接受max\_matches选项。
  
  
### 改进


改进了对FreeBSD的支持。

Galera gcache.size的默认值根据本地索引中发现的最大rt\_mem\_limit进行设置，或在集群中每个添加的索引设置为16MB。这应该提高复制速度。

可以从我们的[官方yum仓库](https://docs.manticoresearch.com/latest/html/installation.html#installing-manticore-search-from-manticore-yum-repository)安装CentOS/RHEL 6/7的RPM包。
  
  
### 修复


此版本包含多项修复：

 - [d0a7c959](https://github.com/manticoresoftware/manticoresearch/commit/d0a7c95906b9b5ba33c98267d54501cfe27508d6) 修复[\#250](https://github.com/manticoresoftware/manticoresearch/issues/250) TSV和CSV管道源的index\_field\_lengths索引选项

 - [4adc0752](https://github.com/manticoresoftware/manticoresearch/commit/4adc075294ac823289f745e2cc419f18c7dcf2e2) 修复无活动索引的刷新重新调度

 - [553ca73c](https://github.com/manticoresoftware/manticoresearch/commit/553ca73ca111f28e0888d59cd48b0d6df181ecd6) 修复SphinxQL查询日志中的空选择列表

 - [0a1a2c81](https://github.com/manticoresoftware/manticoresearch/commit/0a1a2c81038794983b4e30c8aefc7cc20e89b03f) 修复将RT索引复制到存在相同RT索引但路径不同的节点

 - [1266d548](https://github.com/manticoresoftware/manticoresearch/commit/1266d54800242709fbe2c34e72eb69b6595b23bd) 修复对空索引进行块索引检查时indextool的错误报告



有关完整报告，请参阅[发布说明](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-3-1-2-22-august-2019)。
