Update changelog for 0.23.0-rc14

This commit is contained in:
LukeHagar
2024-11-26 00:01:23 +00:00
committed by github-actions[bot]
parent 28d16c4ed9
commit 77f8c446d4

View File

@@ -1,3 +1,10 @@
## v0.23.1
- Added `RequestEvent.Blob(status, contentType, bytes)` response write helper ([#5940](https://github.com/pocketbase/pocketbase/discussions/5940)).
- Added more descriptive error messages.
## v0.23.0
> [!NOTE]
@@ -77,6 +84,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.