From 4c4600fb91bfc03e1047909154c72bb458ef0402 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Mon, 13 Feb 2017 16:38:07 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index c5fa071..65e3f74 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,15 @@ ## v1.1.2 (dev-snapshot) * Add more information to each record: * For connections via Unix Domain Socket, PID, application name, and OS user name of process on the other end of the connection. - * For connections via TCP Socket, client port of the connection + * For connections via TCP Socket, client port of the connection. + * When `audit_before_after` is set to `'after'`, the number of rows affected by the statement and/or returned by the SQL query. * The offset-extract.sh script was updated. **If you have extracted offsets on your own, you should rerun the script to make the new offsets available.** -* New configuration variable, `audit_socket_creds`, which enables writing of the above information. Default is `ON`. +* New configuration variable, `audit_socket_creds`, which enables writing of the connection-related information. Default is `ON`. +* `UNINSTALL PLUGIN` now works on MySQL 5.7. +* `UPDATE` was added to the list of commands where password masking is done. +* New configuration variable, `audit_before_after`, which determines if the log record is written before or after execution of the SQL statement. Possible string values are `'before'`, `'after'`, or `'both'`. The default is `after`. + * This changes the behavior of the plugin for statements created with `PREPARE`. + * Using `'both'` produces two records for each statement, be prepared to process them. ## v1.1.1 * Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.