diff --git a/Changelog.md b/Changelog.md index 768f088..944d0df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,9 @@ ## 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 +* 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`. ## v1.1.1 * Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.