diff --git a/website/docs/releases/v2021.12.md b/website/docs/releases/v2021.12.md index 0fb90a3ff..f1d73bacf 100644 --- a/website/docs/releases/v2021.12.md +++ b/website/docs/releases/v2021.12.md @@ -214,6 +214,46 @@ This release does not have any headline features, and mostly fixes bugs. - web/elements: fix link from notification drawer not working in user interface - web/user: fix user details not rendering when loading to a different user settings tab and then switching +## Fixed in 2021.12.5 + +- *: don't use exception keyword with structlog +- *: use py3.10 syntax for unions, remove old Type[] import when possible +- core: add API endpoint to directly set user's password +- core: add error handling in source flow manager when flow isn't applicable +- core: prevent LDAP password being set for internal hash upgrades +- crypto: return private key's type (required for some oauth2 providers) +- flows: add test helpers to simplify and improve checking of stages, remove force_str +- flows: don't create EventAction.FLOW_EXECUTION +- flows: update default flow titles +- flows: use WithUserInfoChallenge for AccessDeniedChallenge +- lib: strip values for timedelta from string +- outposts: add remote docker integration via SSH +- outposts: fix outpost's sentry not sending release +- outposts: include outposts build hash in state +- outposts/proxy: add support for multiple states, when multiple requests are redirect at once +- outposts/proxy: fix error checking for type assertion +- sources/oauth: add additional scopes field to get additional data from provider +- sources/oauth: fix github provider not including correct base scopes +- stages/identification: add field for passwordless flow +- web: add tr to locale +- web: remove page header colour, match user navbar to admin sidebar +- web/admin: add Admin in titlebar for admin interface +- web/admin: fix alignment in outpost list when expanding rows +- web/admin: fix display when groups/users don't fit on a single row +- web/admin: include key type in list +- web/admin: mark additional scopes as non-required +- web/admin: show flow title in list +- web/elements: fix alignment of chipgroup on modal add +- web/elements: fix spacing between chips in chip-group +- web/elements: re-enable codemirror line numbers (fixed on firefox) +- web/flows: add workaround for autofocus not working in password stage +- web/flows: fix duplicate loading spinners when using webauthn +- web/flows: fix helper form not being removed from identification stage (improve password manager compatibility) +- web/flows: include user in access denied stage +- web/flows: only add helper username input if using native shadow dom to prevent browser confusion +- web/user: add language selection +- web/user: rework user source connection UI + ## Upgrading This release does not introduce any new requirements.