ProxySQL is proud to announce the release of the latest stable
version of ProxySQL 2.0.13 on the 15th of July 2020
ProxySQL is a high performance, high availability, protocol aware
proxy for MySQL, with a GPL license! It can be downloaded
here or alternatively from the ProxySQL Repository, and freely usable and
accessible according to the GNU GPL v3.0 license.
Release Overview Highlights
New Features
Although only bug fixes are supposed to go into ProxySQL 2.0, we
had to introduce a few minor new features:
- A client can force ProxySQL to run a query in a new
connection using a query annotation using create_new_connection=1
in a comment. For example SELECT /* create_new_connection=1 */ 1
. See #2874
- Added …
[Read more]