Updated Changelog (markdown)

master
guylichtman 2014-09-22 08:07:29 -07:00
parent 67008bb3ca
commit 45312f00a1
1 changed files with 46 additions and 42 deletions

@ -1,6 +1,10 @@
## v1.0.6 (Not yet released) ## v1.0.6 (Not yet released)
* Added MySQL offests up to: 5.5.39 and 5.6.20
* New feature: write a header message at start of logging or on file flush (both file and socket logging options). Includes new configuration parameter: `audit_header_msg` to control if the header message is enabled/disabled (default enabled). Header message is in json format. Sample json message: `{"msg-type":"header","date":"1404402497645","audit-version":"1.0.0-99999","audit-protocol-version":"1.0","hostname":"debian","mysql-version":"5.5.23-1~dotdeb.0","mysql-program":"/usr/sbin/mysqld","mysql-socket":"/var/run/mysqld/mysqld.sock","mysql-port":"3306"}` * New feature: write a header message at start of logging or on file flush (both file and socket logging options). Includes new configuration parameter: `audit_header_msg` to control if the header message is enabled/disabled (default enabled). Header message is in json format. Sample json message: `{"msg-type":"header","date":"1404402497645","audit-version":"1.0.0-99999","audit-protocol-version":"1.0","hostname":"debian","mysql-version":"5.5.23-1~dotdeb.0","mysql-program":"/usr/sbin/mysqld","mysql-socket":"/var/run/mysqld/mysqld.sock","mysql-port":"3306"}`
* New feature: password masking. Passwords will be masked in the audit log. New configuration variables added: `audit_password_masking_cmds` and `audit_password_masking_regex`. * New feature: password masking. Passwords will be masked in the audit log. New configuration variables added: `audit_password_masking_cmds` and `audit_password_masking_regex`.
* New configuration option: `audit_whitelist_cmds`: Comma separated list of white-listed cmds whose queries are not recorded. Contributed by [@imreFitos](https://github.com/imreFitos).
* New default socket name used for auditing. Default name used if not explicitly configured: /tmp/mysql.audit_[cwd]_[port number OR unix socket with underscores instead of slashes]. Used for better support of multiple mysql instances running on the same machine.
* New configuration options for specifying retry interval for connecting to audit destination: `audit_json_file_retry` and `audit_json_socket_retry`.
## v1.0.5 ## v1.0.5