website/docs: add missing breaking change due to APPEND_SLASH (#7360)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
220d739fef
commit
c3a81a1cce
|
@ -5,6 +5,10 @@ slug: "/releases/2023.10"
|
||||||
|
|
||||||
## Breaking changes
|
## 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).
|
- 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.
|
- 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
|
- 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
|
- Improved Proxy provider logout
|
||||||
|
|
||||||
|
|
Reference in New Issue