diff --git a/website/docs/releases/v2022.5.md b/website/docs/releases/v2022.5.md index 25194dced..28b296dc0 100644 --- a/website/docs/releases/v2022.5.md +++ b/website/docs/releases/v2022.5.md @@ -73,16 +73,23 @@ slug: "2022.5" ## Fixed in 2022.5.3 +- api: migrate to openapi generator v6 (#2968) +- api: update API browser to match admin UI and auto-switch theme - core: fix username validator not allowing changes that can be done via flows - crypto: set SAN in default generated Certificate to semi-random domain - ensure all viewsets have filter and search and add tests (#2946) - events: fix transport not allowing blank values - flows: fix re-imports of entries with identical PK re-creating objects (#2941) +- providers/oauth2: handle attribute errors when validation JWK contains private key - providers/oauth2: improve error handling for invalid regular expressions +- providers/oauth2: only set expiry on user when it was freshly created +- providers/oauth2: regex-escape URLs when set to blank - providers/oauth2: set related_name for many-to-many connections so used by detects the connection - providers/saml: handle parse error +- root: Add docker-compose postgresql and redis healthchecks (#2958) - stages/user_write: fix typo in request context variable - web: decrease elements that refresh on global refresh signal +- web/admin: add note that regex is used for redirect URIs - web/admin: add set password button to user view page - web/admin: fix broken flow execute link (#2940) - web/admin: fix display of LDAP bind mode @@ -91,6 +98,7 @@ slug: "2022.5" - web/admin: refactor table refresh to preserve selected/expanded elements correctly - web/elements: fix missing click handler on wizard close button - web/elements: fix used_by refreshing for all elements when using DeleteBulkForm +- website/docs: Fix misconfiguration causing POST requests behind Nginx to timeout (#2967) ## Upgrading