added note about the trailing slash cahnge in the changelog

This commit is contained in:
Gani Georgiev 2024-11-24 22:10:24 +02:00
parent 64fa4b9cef
commit 8f6e91c485
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ There are a lot of changes but to highlight some of the most notable ones:
- New `POST /api/collections/{collection}/impersonate/{id}` endpoint. - New `POST /api/collections/{collection}/impersonate/{id}` endpoint.
- ⚠️ If you are constructing requests to `/api/*` routes manually remove the trailing slash (_there is no longer trailing slash removal middleware registered by default_).
- ⚠️ Removed `/api/admins/*` endpoints because admins are converted to `_superusers` auth collection records. - ⚠️ Removed `/api/admins/*` endpoints because admins are converted to `_superusers` auth collection records.
- ⚠️ Previously when uploading new files to a multiple `file` field, new files were automatically appended to the existing field values. - ⚠️ Previously when uploading new files to a multiple `file` field, new files were automatically appended to the existing field values.