From bf70b677b7a3e9df40f5e35f818408fab2d5b832 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 8 Oct 2015 19:47:16 -0400 Subject: [PATCH] Add timeout to changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16793cb4a..0476b06e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,19 @@ DEPRECATIONS/BREAKING CHANGES: - * Policy Name Casing: Policy names are now normalized to lower-case on write, helping prevent accidental case mismatches. For backwards compatibility, policy names are not normalized when reading or deleting. [GH-676] + * Policy Name Casing: Policy names are now normalized to lower-case on write, helping prevent accidental case mismatches. For backwards compatibility, policy names are not currently normalized when reading or deleting. [GH-676] IMPROVEMENTS: + * api: API client now uses a 30 second timeout instead of indefinite [GH-681] * core: Tokens can now renew themselves [GH-455] - * core: Stale leader entries will now be reaped [GH-679] - * init: Base64-encoded PGP keys can be used with the CLI for `init` and `rekey` operations [GH-653] + * core: Base64-encoded PGP keys can be used with the CLI for `init` and `rekey` operations [GH-653] * logical: Responses now contain a "warnings" key containing a list of warnings returned from the server. These are conditions that did not require failing an operation, but of which the client should be aware. [GH-676] BUG FIXES: * core: Fix upgrade path for leases created in `generic` prior to 0.3 [GH-673] + * core: Stale leader entries will now be reaped [GH-679] ## 0.3.1 (October 6, 2015)