website/docs: add 2022.1

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-21 09:47:49 +01:00
parent 62d35f8f8c
commit e12cbd8711
2 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,11 @@ This release mostly removes legacy fields and features that have been deprecated
- core: dont return 404 when trying to view key of expired token
- 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
- internal: route traffic to proxy providers based on cookie domain when multiple domain-level providers exist
- lifecycle: add early check for missing/invalid secret key
- outposts/proxyv2: fix before-redirect url not being saved in proxy mode
- 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: decrease to 10 backup history
- root: fix backups running every minute instead of once
- stages/authenticator_webauthn: make more WebAuthn options configurable

View File

@ -133,14 +133,15 @@ module.exports = {
type: "category",
label: "Release Notes",
items: [
"releases/v2022.1",
"releases/v2021.12",
"releases/v2021.10",
"releases/v2021.9",
"releases/v2021.8",
{
type: "category",
label: "Previous versions",
items: [
"releases/v2021.8",
"releases/v2021.7",
"releases/v2021.6",
"releases/v2021.5",