Updated Changelog (markdown)
parent
1de5e802a3
commit
4c4600fb91
10
Changelog.md
10
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.
|
||||
|
|
Loading…
Reference in New Issue