Skip to content

Commit

Permalink
website/docs: prepare 2024.4.2 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed May 3, 2024
1 parent 49cf10e commit bc145be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/docs/releases/2024/v2024.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc145be

Please sign in to comment.