From 83bc66e503bff7c1e39535a751db04f500e16f77 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 7 May 2024 13:36:54 +0200 Subject: [PATCH] latest changes Signed-off-by: Marc 'risson' Schmitt --- website/docs/releases/2024/v2024.4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/releases/2024/v2024.4.md b/website/docs/releases/2024/v2024.4.md index e6728351273a..f5df0ac89f7d 100644 --- a/website/docs/releases/2024/v2024.4.md +++ b/website/docs/releases/2024/v2024.4.md @@ -218,13 +218,19 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.4 ## Fixed in 2024.4.2 +- core: fix source_flow_manager saving user-source connection too early (cherry-pick #9559) (#9578) +- core: fix task clean_expiring_models removing valid sessions with using database storage (cherry-pick #9598) (#9601) - core: only prefetch related objects when required (cherry-pick #9476) (#9510) +- enterprise/audit: fix audit logging with m2m relations (cherry-pick #9571) (#9572) - events: ensure all models' `__str__` can be called without any further lookups (cherry-pick #9480) (#9485) - flows: fix execute API endpoint (cherry-pick #9478) (#9481) - lifecycle: close database connection after migrating (cherry-pick #9516) (#9531) - providers/saml: fix ECDSA support (cherry-pick #9537) (#9544) +- providers/scim: fix SCIM ID incorrectly used as primary key (cherry-pick #9557) (#9579) - providers/scim: fix Sync task's time_limit not set correctly (cherry-pick #9546) (#9553) - sources/oauth: fix OAuth2 Client sending token request incorrectly (cherry-pick #9474) (#9475) +- sources/scim: fix duplicate groups and invalid schema (cherry-pick #9466) (#9606) +- tenants: fix scheduled tasks not running on default tenant (cherry-pick #9583) (#9586) - web/flows: fix error when enrolling multiple WebAuthn devices consecutively (cherry-pick #9545) (#9547) - web/flows: fix missing fallback for flow logo (cherry-pick #9487) (#9492) - web: Add missing integrity hashes to package-lock.json (#9527)