diff --git a/website/docs/releases/v2021.4.md b/website/docs/releases/v2021.4.md index e8b6f02e7..0a4ed1f80 100644 --- a/website/docs/releases/v2021.4.md +++ b/website/docs/releases/v2021.4.md @@ -112,6 +112,21 @@ slug: "2021.4" - web/admin: only pre-select items when creating a new object - web/flows: fix Sentry not being loaded correctly +## Fixed in 2021.4.5 + +- outposts: only kill docker container if its running +- root: add middleware to properly report websocket connection to sentry +- root: don't use .error of structlog to not send to sentry +- stages/email: catch ValueError when global email settings are invalid +- stages/invitation: accept token from prompt_data +- stages/invitation: fix token not being loaded correctly from query string +- web: fix text-colour for form help text +- web: ignore network errors for sentry +- web/admin: don't show docker certs as required +- web/flows: fix redirect loop when sentry is enabled on flow views +- web/flows: include ShadyDOM, always enable ShadyDOM for flow interface, improve compatibility with password +- web/flows/identification: fix phrasing account recovery + ## Upgrading This release does not introduce any new requirements.