# Manticore Search 2.6.1 GA release

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

Prebuilt packages available for Debian,Ubuntu, Red Hat/CentOS, Windows and OSX can be downloaded from [here](https://github.com/manticoresoftware/manticore/releases). For Docker image check official [repository](https://hub.docker.com/r/manticoresearch/manticore/).

### Improvements and changes


HTTP JSON API has new endpoint /json/pq for Percolate Queries.

The directive [agent\_retry\_count](http://docs.manticoresearch.com/latest/html/conf_options_reference/searchd_program_configuration_options.html#agent-retry-count) behaviour has changed in case of **agents** with **mirrors**, as now `agent_retry_count` defines number of retries per **mirror** and the total number of retries per agent is `agent_retry_count`\*`mirrors`. The number of retries per mirror will depend on the [ha\_strategy](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#ha-strategy).

It is also possible now to have [agent\_retry\_count](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#agent-retry-count) ( and the alias [mirror\_retry\_count](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#mirror-retry-count) ) defined in index configuration.

In the definition of an [agent](http://docs.manticoresearch.com/latest/html/conf_options_reference/index_configuration_options.html#agent), you can also now specify to have a custom retry\_count, as retries per agent (even for agents with mirrors).

Official docker images are now provided at <https://hub.docker.com/r/manticoresearch/manticore/>.

A number of bugs have been fixed in this release, for a full report please consult the [Release note](http://docs.manticoresearch.com/latest/html/releasenotes.html#version-2-6-1-ga-26-january-2018).
