changelog++

This commit is contained in:
Calvin Leung Huang 2017-07-20 14:18:52 -04:00
parent c14e7cb8f6
commit 43736b9b19
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ FEATURES:
* **CouchDB Storage**: CouchDB can now be used for Vault storage
* **SAP HANA Database Plugin**: The `databases` backend can now manage users
for SAP HANA databases
* **Plugin backends**: Vault now supports running secret and auth backends as
* **Plugin Backends**: Vault now supports running secret and auth backends as
plugins. Plugins can be mounted like normal backends and can be developed
independently from vault.
independently from Vault.
IMPROVEMENTS:
@ -55,7 +55,7 @@ BUG FIXES:
silently [GH-3016]
* auth/token: Don't allow using the same token ID twice when manually
specifying [GH-2916]
* cli: Fix issue with parsing keys that start with special characters [GH-2998]
* cli: Fix issue with parsing keys that start with special characters [GH-2998]
* core: Relocated `sys/leases/renew` returns same payload as original
`sys/leases` endpoint [GH-2891]
* secret/totp: Ensure codes can only be used once. This makes some automated