From 52c56025e00fbcdcc8175ab75d8a6b6edb42ed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 20 Dec 2017 09:53:49 +0100 Subject: [PATCH] Updated release note --- doc/release_notes/ProxySQL_v1.4.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release_notes/ProxySQL_v1.4.4.md b/doc/release_notes/ProxySQL_v1.4.4.md index 46ea06aa3..9f2bb51ac 100644 --- a/doc/release_notes/ProxySQL_v1.4.4.md +++ b/doc/release_notes/ProxySQL_v1.4.4.md @@ -7,6 +7,7 @@ Compared to v1.4.3, it has the following new features / bugs fixes / enhancement New features: * Admin Module now regularly collects historical statistics of various metrics * introduced a new web interface to export simple statistics +* from the web interface it is possible to verify if a newer version was released * added bandwidth throttling for resultsets sent from ProxySQL to client, or from MySQL server to ProxySQL: see [wiki](https://github.com/sysown/proxysql/wiki/Bandwidth-throttling) * Added watchdog to automatically restart proxysql if MySQL threads are not reporting heartbeat: see [wiki](https://github.com/sysown/proxysql/wiki/Watchdog) * It is now possible to configure ProxySQL to call an external script in case proxysql daemon terminates not gracefully. See [execute_on_exit_failure](https://github.com/sysown/proxysql/wiki/Configuration-file#general-variables)