From c3a81a1cce82fa4202245a3e9cd628a093f4a522 Mon Sep 17 00:00:00 2001 From: Jens L Date: Sat, 28 Oct 2023 18:13:56 +0200 Subject: [PATCH] website/docs: add missing breaking change due to APPEND_SLASH (#7360) Signed-off-by: Jens Langhammer --- website/docs/releases/2023/v2023.10.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/releases/2023/v2023.10.md b/website/docs/releases/2023/v2023.10.md index f91d59e8e..62e41d1f8 100644 --- a/website/docs/releases/2023/v2023.10.md +++ b/website/docs/releases/2023/v2023.10.md @@ -5,6 +5,10 @@ slug: "/releases/2023.10" ## Breaking changes +- Requests with missing trailing slash are no longer redirected + + In previous versions, requests to a path like `/api/v3/core/users` would be redirected to `[...]/users/`. This redirect would cause mutating requests (such as POST, PUT and PATCH) to fail as they would get redirected to `[...]/users/`. The redirect has been disabled, which will not have have an impact on a correctly configured setup. + - It is only possible to upgrade to 2023.10 from 2023.8. This is due to a bug in the migrations which will be fixed in a future release (#7326). - Warning: The first 2024.x version of this chart will see a rework that will include breaking changes. The breaking changes will be noted in the next Release notes. @@ -17,7 +21,7 @@ slug: "/releases/2023.10" - LDAP Provider improvements - The LDAP Provider now has an expanded schema, increasing the compatibility with clients that use the LDAP schema to parse data and .net applications on Windows. + The LDAP Provider now has an expanded schema, increasing the compatibility with clients that use the LDAP schema to parse data and .Net applications on Windows. - Improved Proxy provider logout