changelog++
This commit is contained in:
parent
d65a716b63
commit
334efe4743
|
@ -44,6 +44,9 @@ IMPROVEMENTS:
|
||||||
* auth/jwt: A JWKS endpoint may now be configured for signature verification [JWT-43]
|
* 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
|
* 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]
|
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
|
* ui: KV v1 and v2 will now gracefully degrade allowing a write without read
|
||||||
workflow in the UI [GH-6570]
|
workflow in the UI [GH-6570]
|
||||||
* ui: Many visual improvements with the addition of Toolbars [GH-6626], the restyling
|
* ui: Many visual improvements with the addition of Toolbars [GH-6626], the restyling
|
||||||
|
@ -53,12 +56,14 @@ IMPROVEMENTS:
|
||||||
smaller [GH-6718]
|
smaller [GH-6718]
|
||||||
* ui: Tabbing to auto-complete in filters will first complete a common prefix if there
|
* ui: Tabbing to auto-complete in filters will first complete a common prefix if there
|
||||||
is one [GH-6759]
|
is one [GH-6759]
|
||||||
* storage/postgres: LIST now performs better on large datasets. [GH-6546]
|
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
* identity: Fix a case where modifying aliases of an entity could end up
|
* identity: Fix a case where modifying aliases of an entity could end up
|
||||||
moving the entity into the wrong namespace
|
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)
|
## 1.1.3 (June 5th, 2019)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue