changelog++

This commit is contained in:
Jeff Mitchell 2019-03-12 11:08:09 -04:00
parent 3b0d07a440
commit 439f1eec51
1 changed files with 6 additions and 2 deletions

View File

@ -1,19 +1,23 @@
## 1.1.0 (Unreleased)
BUG FIXES:
* agent/caching: Non-2xx (e.g. redirects) and non-JSON responses returned by
the server are no longer wrapped and returned by Agent Caching as 500
Internal Server Error responses.
[[GH-6353]](https://github.com/hashicorp/vault/pull/6353)
* core: The `operator migrate` command will no longer hang on empty key names.
[[GH-6371]](https://github.com/hashicorp/vault/pull/6371)
* agent/caching: Add locking during cache lookup to prevent identical
non-cached requests made in parallel launch multiple rewener goroutines.
[[GH-6374]](https://github.com/hashicorp/vault/pull/6374)
* core: The `operator migrate` command will no longer hang on empty key names.
[[GH-6371]](https://github.com/hashicorp/vault/pull/6371)
* secret/totp: Uppercase provided keys so they don't fail base32 validation
[GH-6400]
## 1.1.0-beta2 (March 5th, 2019)
CHANGES:
* agent/caching: Enable the caching of tokens and leases generated by the
auto-auth token when that's in use.
[[GH-6293]](https://github.com/hashicorp/vault/pull/6293)