From bc145be04916e3e530b4da482d0569d0ec9686f3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 3 May 2024 14:34:00 +0200 Subject: [PATCH 1/2] website/docs: prepare 2024.4.2 release notes Signed-off-by: Jens Langhammer --- website/docs/releases/2024/v2024.4.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/docs/releases/2024/v2024.4.md b/website/docs/releases/2024/v2024.4.md index ab38dab3eaf9..e6728351273a 100644 --- a/website/docs/releases/2024/v2024.4.md +++ b/website/docs/releases/2024/v2024.4.md @@ -216,6 +216,19 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.4 - web: Add resolved and integrity fields back to package-lock.json (cherry-pick #9419) (#9421) - web: markdown: display markdown even when frontmatter is missing (cherry-pick #9404) (#9405) +## Fixed in 2024.4.2 + +- core: only prefetch related objects when required (cherry-pick #9476) (#9510) +- 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 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) +- 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) + ## API Changes #### What's New From 83bc66e503bff7c1e39535a751db04f500e16f77 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 7 May 2024 13:36:54 +0200 Subject: [PATCH 2/2] 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)