[#5958] fixed RecordQuery() custom struct scanning

This commit is contained in:
Gani Georgiev
2024-11-26 14:13:32 +02:00
parent f1b199b35c
commit 6e26cb5d88
3 changed files with 47 additions and 14 deletions

View File

@@ -1,8 +1,11 @@
## (WIP)
## v0.23.2 (WIP)
- Fixed `RecordQuery()` custom struct scanning ([#5958](https://github.com/pocketbase/pocketbase/discussions/5958)).
- Added support for passing more than one id in the `Hook.Unbind` method for consistency with the router.
## v0.23.1
- Added `RequestEvent.Blob(status, contentType, bytes)` response write helper ([#5940](https://github.com/pocketbase/pocketbase/discussions/5940)).