# Manticore Search 2.6.1 GA release

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

适用于 Debian、Ubuntu、Red Hat/CentOS、Windows 和 OSX 的预构建软件包可以从 [此处](https://github.com/manticoresoftware/manticore/releases) 下载。有关 Docker 镜像，请查看官方 [仓库](https://hub.docker.com/r/manticoresearch/manticore/)。

### 改进和变更


HTTP JSON API 新增了用于 Percolate 查询的端点 /json/pq。

在具有 **镜像** 的 **代理** 情况下，[agent_retry_count](http://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#agent-retry-count) 的行为已更改，现在 `agent_retry_count` 定义每个 **镜像** 的重试次数，每个代理的总重试次数为 `agent_retry_count`*\`mirrors`。每个镜像的重试次数将取决于 [ha_strategy](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#ha-strategy)。

现在也可以在索引配置中定义 [agent_retry_count](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#agent-retry-count)（以及别名 [mirror_retry_count](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#mirror-retry-count)）。

在 [agent](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#agent) 的定义中，现在还可以指定自定义的 retry_count，即每个代理的重试次数（即使代理具有镜像）。

官方 Docker 镜像现在提供在 <https://hub.docker.com/r/manticoresearch/manticore/>。

此版本修复了许多错误，完整报告请参阅 [发布说明](http://docs.manticoresearch.com/latest/html/releasenotes.html#version-2-6-1-ga-26-january-2018)。
