changelog++

This commit is contained in:
Jeff Mitchell 2017-08-03 07:34:31 -04:00
parent 8e01c994bf
commit 2080c4a3d1
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ IMPROVEMENTS:
* core: Add metrics counters for audit log failures [GH-2863]
* secret/ssh: Allow specifying the key ID format using template values for CA
type [GH-2888]
* server: Add `tls_client_ca_file` option for specifying a CA file to use for
client certificate verification when `tls_require_and_verify_client_cert` is
enabled [GH-3034]
* storage/cockroachdb: Add CockroachDB storage backend [GH-2713]
* storage/couchdb: Add CouchhDB storage backend [GH-2880]
* storage/mssql: Add `max_parallel` [GH-3026]