From 17364c3bd8786d61a3310b7027208b7e15217714 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 15 Feb 2023 20:34:25 +0100 Subject: [PATCH] website/docs: add 2023.2.2 release notes Signed-off-by: Jens Langhammer --- website/docs/releases/2023/v2023.2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/releases/2023/v2023.2.md b/website/docs/releases/2023/v2023.2.md index 711cb1f6e..4db4ce3a1 100644 --- a/website/docs/releases/2023/v2023.2.md +++ b/website/docs/releases/2023/v2023.2.md @@ -96,6 +96,17 @@ image: - web/admin: remove groups and users from users and group form to prevent accidental removal when updating - web/admin: use full page size for modals +## Fixed in 2023.2.2 + +- flows: include flow authentication requirement in diagram +- lib: don't try to cache generated avatar with full user, only cache with name +- providers/ldap: check MFA password on password stage +- providers/proxy: fix client credential flows not using http interceptor +- providers/proxy: fix value is too long with filesystem sessions +- root: use channel send workaround for sync sending of websocket messages +- web/admin: fix error when creating new users +- web/user: revert truncate behaviour for application description + ## API Changes #### What's New