changelog++

This commit is contained in:
Jeff Mitchell 2016-01-27 13:43:53 -05:00
parent b7a8d529fe
commit dd89018511
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ IMPROVEMENTS:
backend; this fixes the non-spec validation logic used in the Windows Crypto
API and Go's verification functions [GH-846]
* logical/postgres: Add `max_idle_connections` paramter [GH-950]
* logical/transit: Keys are archived and only keys between the latest version
and `min_decryption_version` are loaded into the working set. This can
provide a very large speed increase when rotating keys very often. [GH-977]
* physical/cache: Use 2Q cache instead of straight LRU [GH-908]
* physical/etcd: Support basic auth [GH-859]