From e1dc2bf87790c0ea00130818e767f2e8f117b8b7 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Tue, 9 May 2017 17:37:55 +0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index ee85fff..2a3ddd3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## v1.1.3 +* Added support for MySQL 5.5.56. +* Added support for MariaDB 5.5.56 and 10.1.23. +* New configuration variable, `audit_json_socket_write_timeout`, which provides a timeout in milliseconds for writes to the JSON socket. Current value is 1000 (= 1 second). This should prevent the plugin from causing any lockouts of MySQL. + ## v1.1.2 * Added support for MySQL 5.5.55, 5.6.36, and 5.7.18. * Added support for MariaDB 5.5.55, 10.1.21 - 10.1.22, and 10.0.29 - 10.0.30.