changelog++

This commit is contained in:
Jeff Mitchell 2016-01-25 14:48:34 -05:00
parent bb73d796ca
commit 3761f19932
1 changed files with 2 additions and 1 deletions

View File

@ -70,11 +70,12 @@ IMPROVEMENTS:
`tls_disable` option [GH-802]
* credential/token: Add `last_renewal_time` to token lookup calls [GH-896]
* helper/certutil: Add ability to parse PKCS#8 bundles [GH-829]
* logical/aws: You can now get STS tokens instead of IAM users [GH-927]
* logical/cubbyhole: Add cubbyhole access to default policy [GH-936]
* logical/pki: Assign ExtKeyUsageAny to CA certs generated/signed with the
backend; this fixes the non-spec validation logic used in the Windows Crypto
API and Go's verification functions [GH-846]
* logical/aws: You can now get STS tokens instead of IAM users [GH-927]
* logical/postgres: Add `max_idle_connections` paramter [GH-950]
* physical/cache: Use 2Q cache instead of straight LRU [GH-908]
* physical/etcd: Support basic auth [GH-859]