1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-18 21:57:50 +02:00

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

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.
- ⚠️ 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.
- ⚠️ Previously when uploading new files to a multiple `file` field, new files were automatically appended to the existing field values.