changelog++

This commit is contained in:
Jeff Mitchell 2018-07-12 18:40:21 -04:00
parent a2b88fa239
commit 9e3acbafb5
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ DEPRECATIONS/CHANGES:
attained via the `-sync` CLI flag or `sync` API parameter. When in
synchronous mode, if the operation results in failure it is up to the user
to retry.
* CLI Retries: The CLI will no longer retry commands on 5xx errors. This was a
source of confusion to users as to why Vault would "hang" before returning a
5xx error. The Go API client still defaults to two retries.
FEATURES: