From b46048e74f5a8714b046ba03c71890bfd9d45fb7 Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 13 Mar 2023 18:30:11 +0100 Subject: [PATCH] website/docs: final 2023.3 release notes (#4923) * website/docs: final 2023.3 release notes Signed-off-by: Jens Langhammer * Apply suggestions from code review Co-authored-by: Tana M Berry Signed-off-by: Jens L. --------- Signed-off-by: Jens Langhammer Signed-off-by: Jens L. Co-authored-by: Tana M Berry --- website/docs/releases/2023/v2023.3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/releases/2023/v2023.3.md b/website/docs/releases/2023/v2023.3.md index 4a7aa0a2d..cfe79267a 100644 --- a/website/docs/releases/2023/v2023.3.md +++ b/website/docs/releases/2023/v2023.3.md @@ -47,6 +47,7 @@ image: - core: fix error when creating token without request in context - core: improve service account creation (#4751) - events: fix m2m_change events not being logged +- events: set task start time before start, not on time of init (#4908) - flows: change default flow stage binding settings (#4784) - flows: planner error handling (#4812) - internal: fix crash when port 9000 is in use (#4863) @@ -59,19 +60,26 @@ image: - providers/proxy: strip scheme when comparing redirect URL - providers/scim: add option to filter out service accounts, parent group (#4862) - providers/scim: customizable externalId, document behavior (#4868) +- providers/scim: handle ServiceProviderConfig 404 (#4915) +- root: fix session middleware for websocket connections (#4909) - sources/ldap: improve error handling for password complexity (#4780) - sources/oauth: fix not all token errors being logged with response - sources/plex: fix check_token error unusable if token is empty (#4834) - stages/authenticator_sms: fix twilio sending (#4829) - stages/user_login: add option to terminate other sessions (#4754) +- stages/user_login: set session expiry before login (#4920) - tests/e2e: use example blueprints for testing (#4805) - web: fetch custom.css via fetch and add stylesheet (#4804) - web: toggle dark/light theme manually (#4876) - web/admin: fix chart display with no sources (#4782) - web/admin: fix issue with wizard's Next button incorrectly disabled when radio button is already selected (#4821) +- web/admin: fix SCIM provider layout (#4919) - web/admin: workaround for tenant certificate selection being cut off (#4820) - web/elements: add loading spinner for charts, render middle text with CSS - web/elements: fix center text not scrolling with container (#4853) +- web/elements: fix copy on insecure origins (#4917) +- web/elements: fix flipped theme in codemirror (#4901) +- web/flows: fix compatibility mode (#4910) - web/flows: fix fa:// icons in sources not shown correctly - web/user: fix source connections not being filtered (#4778)