Manticore Search 2.7.0 GA release

Manticore Search 2.7.0 has been released.
This release introduces refactors of some internal components.
The management of local indexes has been reworked to decouple the indexes from query threads - this means no longer query stalls or rotations blocked.
The networking between master and nodes has some big improvements. One is the proto now sends handshake+query in a single packet. If TFO is enabled on the systems, it will be used by master and nodes. Threads for remote nodes are now async and fully independent.
The Percolate Queries filters can contain expressions and a new ‘id_alias’ option is added.
Distributed indexes can work with FEDERATED.
Improved compatibility with ProxysQL by adding a dummy SHOW NAMES COLLATE and SET wait_timeout.
You can now use suffixes g,G,t,T in config file for data size variables.
Host weights for HA strategies are not expressed as float percents instead of uint16.
We no longer offer a build for Debian Wheezy as it’s support ended recently.