website: update 2022.9 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
aa48f6dd9d
commit
f8502edd2b
|
@ -221,7 +221,6 @@ Changed response : **200 OK**
|
|||
|
||||
## Minor changes/fixes
|
||||
|
||||
- stages/authenticator_duo: improved import (#3601)
|
||||
- \*: cleanup stray print calls
|
||||
- \*: remove remaining default creation code in squashed migrations
|
||||
- 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
|
||||
- internal: fix outposts not logging flow execution errors correctly
|
||||
- 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/proxy: fix routing based on signature in traefik and caddy
|
||||
- root: make redis persistent in docker-compose
|
||||
- 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/oauth: use GitHub's dedicated email API when no public email address is configured
|
||||
- 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: improved import (#3601)
|
||||
- stages/consent: default to expiring consent instead of always_require
|
||||
- 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/flows: fix ak-locale prompt being rendered without name attribute
|
||||
- web/flows: update flow background
|
||||
- web/user: justify content on user settings page on desktop
|
||||
|
||||
|
|
Reference in New Issue