website: update 2022.9 release notes

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-09-22 10:46:29 +02:00
parent aa48f6dd9d
commit f8502edd2b
1 changed files with 9 additions and 1 deletions

View File

@ -221,7 +221,6 @@ Changed response : **200 OK**
## Minor changes/fixes ## Minor changes/fixes
- stages/authenticator_duo: improved import (#3601)
- \*: cleanup stray print calls - \*: cleanup stray print calls
- \*: remove remaining default creation code in squashed migrations - \*: remove remaining default creation code in squashed migrations
- blueprint: fix EntryInvalidError not being handled in tasks - blueprint: fix EntryInvalidError not being handled in tasks
@ -239,17 +238,26 @@ Changed response : **200 OK**
- flows: migrate FlowExecutor error handler to native challenge instead of shell - flows: migrate FlowExecutor error handler to native challenge instead of shell
- internal: fix outposts not logging flow execution errors correctly - internal: fix outposts not logging flow execution errors correctly
- internal: optimise outpost's flow executor to use less requests - internal: optimise outpost's flow executor to use less requests
- internal: use config system for workers/threads, document the settings (#3626)
- outposts: fix oauth state when using signature routing (#3616)
- outposts/proxy: fix redirect path when external host is a subdirectory (#3628)
- providers/oauth2: add x5c (#3556) - providers/oauth2: add x5c (#3556)
- providers/proxy: fix routing based on signature in traefik and caddy - providers/proxy: fix routing based on signature in traefik and caddy
- root: make redis persistent in docker-compose - root: make redis persistent in docker-compose
- root: re-use custom log helper from config and cleanup duplicate functions - root: re-use custom log helper from config and cleanup duplicate functions
- root: shorten outpost docker healthcheck intervals
- sources/ldap: start_tls before binding but without reading server info - sources/ldap: start_tls before binding but without reading server info
- sources/oauth: use GitHub's dedicated email API when no public email address is configured - sources/oauth: use GitHub's dedicated email API when no public email address is configured
- sources/oauth: use UPN for username with azure AD source - sources/oauth: use UPN for username with azure AD source
- stages/authenticator_duo: fix 404 when current user does not have permissions to view stage - stages/authenticator_duo: fix 404 when current user does not have permissions to view stage
- stages/authenticator_duo: improved import (#3601)
- stages/consent: default to expiring consent instead of always_require - stages/consent: default to expiring consent instead of always_require
- tenants: handle all errors in default_locale - tenants: handle all errors in default_locale
- web: fix checkbox styling on applications form
- web: fix scrolling in modals in low-height views (#3596)
- web: use mermaidjs (#3623)
- web/admin: enable blueprint instances by default - web/admin: enable blueprint instances by default
- web/flows: fix ak-locale prompt being rendered without name attribute
- web/flows: update flow background - web/flows: update flow background
- web/user: justify content on user settings page on desktop - web/user: justify content on user settings page on desktop