changelog++

This commit is contained in:
Jeff Mitchell 2019-06-18 10:29:51 -04:00
parent d65a716b63
commit 334efe4743
1 changed files with 6 additions and 1 deletions

View File

@ -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)