website/docs: update 2021.12.5 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
03503363e5
commit
4e476fd4e9
|
@ -216,10 +216,10 @@ This release does not have any headline features, and mostly fixes bugs.
|
||||||
|
|
||||||
## Fixed in 2021.12.5
|
## Fixed in 2021.12.5
|
||||||
|
|
||||||
- *: don't use exception keyword with structlog
|
|
||||||
- *: use py3.10 syntax for unions, remove old Type[] import when possible
|
- *: use py3.10 syntax for unions, remove old Type[] import when possible
|
||||||
- core: add API endpoint to directly set user's password
|
- core: add API endpoint to directly set user's password
|
||||||
- core: add error handling in source flow manager when flow isn't applicable
|
- core: add error handling in source flow manager when flow isn't applicable
|
||||||
|
- core: fix UserSelfSerializer's save() overwriting other user attributes
|
||||||
- core: prevent LDAP password being set for internal hash upgrades
|
- core: prevent LDAP password being set for internal hash upgrades
|
||||||
- crypto: return private key's type (required for some oauth2 providers)
|
- crypto: return private key's type (required for some oauth2 providers)
|
||||||
- flows: add test helpers to simplify and improve checking of stages, remove force_str
|
- flows: add test helpers to simplify and improve checking of stages, remove force_str
|
||||||
|
@ -232,9 +232,11 @@ This release does not have any headline features, and mostly fixes bugs.
|
||||||
- outposts: include outposts build hash in state
|
- outposts: include outposts build hash in state
|
||||||
- outposts/proxy: add support for multiple states, when multiple requests are redirect at once
|
- outposts/proxy: add support for multiple states, when multiple requests are redirect at once
|
||||||
- outposts/proxy: fix error checking for type assertion
|
- outposts/proxy: fix error checking for type assertion
|
||||||
|
- policies/reputation: rework reputation to use a single entry, include geo_ip data
|
||||||
- sources/oauth: add additional scopes field to get additional data from provider
|
- sources/oauth: add additional scopes field to get additional data from provider
|
||||||
- sources/oauth: fix github provider not including correct base scopes
|
- sources/oauth: fix github provider not including correct base scopes
|
||||||
- stages/identification: add field for passwordless flow
|
- stages/identification: add field for passwordless flow
|
||||||
|
- tenants: forbid creation of multiple default tenants
|
||||||
- web: add tr to locale
|
- web: add tr to locale
|
||||||
- web: remove page header colour, match user navbar to admin sidebar
|
- web: remove page header colour, match user navbar to admin sidebar
|
||||||
- web/admin: add Admin in titlebar for admin interface
|
- web/admin: add Admin in titlebar for admin interface
|
||||||
|
|
Reference in New Issue