From 23a7eba16bbb698f2c1bb7eb34b01639b614f569 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 4 Sep 2021 14:09:11 +0200 Subject: [PATCH] website/docs: add 8.5 release notes Signed-off-by: Jens Langhammer --- website/docs/releases/v2021.8.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/docs/releases/v2021.8.md b/website/docs/releases/v2021.8.md index 96a6127bc..5cfd28a79 100644 --- a/website/docs/releases/v2021.8.md +++ b/website/docs/releases/v2021.8.md @@ -116,6 +116,20 @@ slug: "2021.8" - web/admin: fix list of webauthn devices not updating after rename - web/flows: fix FlowExecutor not updating when challenge changes from outside +## Fixed in 2021.8.5 + +- api: add additional filters for ldap and proxy providers +- api: cache schema, fix server urls +- core: minor query optimization +- internal: disable directory listing on static files +- internal: fix font loading errors on safari +- internal: fix web requests not having a logger set +- outpost: fix spans being sent without parent context +- root: fix is_secure with safari on debug environments +- stages/identification: fix empty user_fields query returning first user +- web/admin: show applications instead of providers in outpost form +- web/flows: fix display error when using IdentificationStage without input fields + ## Upgrading This release does not introduce any new requirements.