Updated Changelog (markdown)

master
aharonrobbins 2017-02-13 16:38:07 +02:00
parent 1de5e802a3
commit 4c4600fb91
1 changed files with 8 additions and 2 deletions

@ -1,9 +1,15 @@
## v1.1.2 (dev-snapshot) ## v1.1.2 (dev-snapshot)
* Add more information to each record: * 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 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.** * 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 ## v1.1.1
* Added support for MySQL 5.5.54, 5.6.35, and 5.7.17. * Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.