changelog++

This commit is contained in:
Jeff Mitchell 2017-07-31 16:18:20 -04:00
parent a9b1d699d0
commit fbf6fb423c
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,10 @@ DEPRECATIONS/CHANGES:
`sys/revoke-force` have been deprecated and relocated under `sys/leases`.
Additionally, the deprecated path `sys/revoke-force` now requires the `sudo`
capability.
* Response Wrapping Lookup Unauthenticated: The `sys/wrapping/lookup` endpoint
is now unauthenticated. This allows introspection of the wrapping info by
clients that only have the wrapping token without then invalidating the
token. Validation functions/checks are still performed on the token.
FEATURES:
@ -48,6 +52,7 @@ IMPROVEMENTS:
* storage/postgresql: Improve listing speed [GH-2945]
* storage/s3: More efficient paging when an object has a lot of subobjects
[GH-2780]
* sys/wrapping: Make `sys/wrapping/lookup` unauthenticated [GH-3084]
* telemetry: Add support for DogStatsD [GH-2490]
BUG FIXES: