website/docs: update 2022.1

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-22 12:29:20 +01:00
parent d172d32817
commit 5f198e7fe4
1 changed files with 4 additions and 0 deletions

View File

@ -33,8 +33,11 @@ This release mostly removes legacy fields and features that have been deprecated
- crypto: fully parse certificate on validation in serializer to prevent invalid certificates from being saved - crypto: fully parse certificate on validation in serializer to prevent invalid certificates from being saved
- flows: handle error if flow title contains invalid format string - flows: handle error if flow title contains invalid format string
- internal: route traffic to proxy providers based on cookie domain when multiple domain-level providers exist - internal: route traffic to proxy providers based on cookie domain when multiple domain-level providers exist
- internal: use math.MaxInt for compatibility
- lifecycle: add early check for missing/invalid secret key - lifecycle: add early check for missing/invalid secret key
- outposts/proxyv2: allow access to /akprox urls in forward auth mode to make routing in nginx/traefik easier
- outposts/proxyv2: fix before-redirect url not being saved in proxy mode - outposts/proxyv2: fix before-redirect url not being saved in proxy mode
- outposts/proxyv2: fix JWKS url pointing to localhost on embedded outpost
- providers/oauth2: change default redirect uri behaviour; set first used url when blank and use star for wildcard - providers/oauth2: change default redirect uri behaviour; set first used url when blank and use star for wildcard
- root: allow customisation of ports in compose without override - root: allow customisation of ports in compose without override
- root: decrease to 10 backup history - root: decrease to 10 backup history
@ -43,6 +46,7 @@ This release mostly removes legacy fields and features that have been deprecated
- web: add polyfill for Intl.ListFormat - web: add polyfill for Intl.ListFormat
- web: directly read csrf token before injecting into request - web: directly read csrf token before injecting into request
- web: fix double plural in label - web: fix double plural in label
- web/admin: also set embedded outpost host when it doesn't include scheme
- web/admin: fix missing configure flow setting on webuahtn setup stage form - web/admin: fix missing configure flow setting on webuahtn setup stage form
- web/flows: remove node directly instead of using removeChild() - web/flows: remove node directly instead of using removeChild()