From daf2dd161f79b2c3ddd798272f3a06481753a59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 20 Sep 2016 11:06:18 +0000 Subject: [PATCH] Release note for 1.2.3 --- doc/release_notes/ProxySQL_v1.2.3.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/release_notes/ProxySQL_v1.2.3.md diff --git a/doc/release_notes/ProxySQL_v1.2.3.md b/doc/release_notes/ProxySQL_v1.2.3.md new file mode 100644 index 000000000..cd1b9c213 --- /dev/null +++ b/doc/release_notes/ProxySQL_v1.2.3.md @@ -0,0 +1,37 @@ +# ProxySQL v1.2.3 + +Release date: 2016-09-20 + +## Performance improvement + +None + + +## Usability improvement + +* Admin: introduced new table `runtime_mysql_users` [#691](../../../../issues/691) +* Compile: new packages avaiable for Fedora24 +* Compile: new packages avaiable for Ubuntu16 +* Doc: updated documentation on passwords +* General: added suppot for systemd (yet not included in binaries) + + +## New features + +* Admin: introduced new variable `admin-hash_passwords` to automatically hash mysql passwords [#676](../../../../issues/676) +* Query Cache: aggressive memory purging when 90% of memory limit is reached [#690](../../../../issues/690) +* Query Processor: added parsing for several SQL commands + + +## Bug fixes + +* Mirroring: fixes several bugs related to errors handling +* Mirroring: fixes crashing bug +* Query Cache: memory used was computed incorrectly +* Connection Pool: a failed `CHANGE_USER` could cause a crash [#682](../../../../issues/682) + + +## Contributors + +Thanks to contributors, in alphabetical order: +* @dveeden