changelog++

This commit is contained in:
Jeff Mitchell 2017-05-04 06:37:45 -04:00
parent 3d9cf89ad6
commit 3256a53de7
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ FEATURES:
behavior is also still available. [GH-2441]
* **MSSQL Physical Backend**: You can now use Microsoft SQL Server as your
Vault physical data store [GH-2546]
* Lease Listing and Lookup: You can now introspect a lease to get its creation
and expiration properties via `sys/leases/lookup`; with `sudo` capability
you can also list leases for lookup, renewal, or revocation via that
endpoint. Various lease functions (renew, revoke, revoke-prefix,
revoke-force) have also been relocated to `sys/leases/`, but they also work
at the old paths for compatibility. [GH-2650]
IMPROVEMENTS: