diff --git a/website/docs/releases/2024/v2024.4.md b/website/docs/releases/2024/v2024.4.md index 0f503170b1..b8138d84c3 100644 --- a/website/docs/releases/2024/v2024.4.md +++ b/website/docs/releases/2024/v2024.4.md @@ -203,6 +203,16 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.4 - web: spell customization with a Z (#8596) - web: upgrade to lit 3 (#8781) +## Fixed in 2024.4.1 + +- core: fix logic for token expiration (cherry-pick #9426) (#9428) +- lifecycle: always try custom redis URL (cherry-pick #9441) (#9458) +- sources/oauth: ensure all UI sources return a valid source (cherry-pick #9401) (#9406) +- stages/identification: don't check source component (cherry-pick #9410) (#9420) +- web/common: fix locale detection for user-set locale (cherry-pick #9436) (#9439) +- 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) + ## API Changes #### What's New