From 334efe474346ce29814ae8d0cf40d8f042111d12 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 18 Jun 2019 10:29:51 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5982712..ba81a7e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ IMPROVEMENTS: * auth/jwt: A JWKS endpoint may now be configured for signature verification [JWT-43] * auth/jwt: `bound_claims` will now match received claims that are lists if any element of the list is one of the expected values [JWT-50] + * auth/token: Add a large set of token configuration options to token store + roles [GH-6662] + * storage/postgres: LIST now performs better on large datasets. [GH-6546] * ui: KV v1 and v2 will now gracefully degrade allowing a write without read workflow in the UI [GH-6570] * ui: Many visual improvements with the addition of Toolbars [GH-6626], the restyling @@ -53,12 +56,14 @@ IMPROVEMENTS: smaller [GH-6718] * ui: Tabbing to auto-complete in filters will first complete a common prefix if there is one [GH-6759] - * storage/postgres: LIST now performs better on large datasets. [GH-6546] BUG FIXES: * identity: Fix a case where modifying aliases of an entity could end up moving the entity into the wrong namespace + * namespaces: Fix a behavior (currently only known to be benign) where we + wouldn't delete policies through the official functions before wiping the + namespaces on deletion ## 1.1.3 (June 5th, 2019)