diff --git a/CHANGELOG.md b/CHANGELOG.md index 277984c..7ccc976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.