diff --git a/website/docs/releases/v2021.10.md b/website/docs/releases/v2021.10.md index 1ed2ac923..2ec0237df 100644 --- a/website/docs/releases/v2021.10.md +++ b/website/docs/releases/v2021.10.md @@ -161,23 +161,45 @@ A huge shoutout to all the people that contributed, helped test and also transla ## Fixed in 2021.10.3 +- admin: improve check to remove version notifications +- cmd/server: improve cleanup on shutdown +- core: add command to output full config +- core: fix auth_method for tokens - core: include parent group name - core: make group membership lookup respect parent groups (upwards) +- events: ignore creation/deletion of AuthenticatedSession objects - internal: start embedded outpost directly after backend is healthy instead of waiting - lifecycle: revert to non-h11 worker -- outpost: add lightweight, anonymous metrics +- outpost/ldap: don't cleanup user info as it is overwritten on bind +- providers/*: include list of outposts +- providers/ldap: add/squash migrations +- providers/ldap: memory Query (#1681) +- recovery: add create_admin_group management command +- root: fix defaults for EMAIL_USE_TLS - root: improve compose detection, add anonymous stats +- root: keep last 30 backups - sources/ldap: remove deprecated default - sources/oauth: set prompt=none for Discord provider - sources/plex: allow users to connect their plex account without login flow +- sources/plex: use exception_to_string in tasks - stages/authenticator_*: add default name for authenticators +- stages/identification: only allow limited challenges for login sources +- stages/identification: use random sleep +- stages/prompt: add text_read_only field +- stages/prompt: default prompts to the current value of the context +- stages/prompt: only set placeholder when in context +- stages/prompt: set field placeholder based on plan context +- stages/prompt: use initial instead of default +- web: fix linting errors by adding a wrapper for next param - web/admin: only show flows with an invitation stage configured instead of all enrollment flows - web/admin: show warning on invitation list when no stage exists or is bound +- web/admin: show warning on provider when not used with outpost - web/flows: fix authenticator_validate not allowing alphanumeric codes due to empty pattern - web/flows: improve display of static tokens - web/user: fix ak-user-settings-password getting wrong configureUrl - web/user: fix device type for static tokens - web/user: fix empty page when no sources to connect exist +- web/user: fix redirect after starting configuration flow from user interface ## Upgrading