[#6102] fixed JSVM exception -> Go error unwrapping

This commit is contained in:
Gani Georgiev
2024-12-13 17:54:43 +02:00
parent 4f35fb74c8
commit 3098c2dcd8
33 changed files with 119 additions and 60 deletions

View File

@@ -1,3 +1,8 @@
## v0.23.7
- Fixed JSVM exception -> Go error unwrapping when throwing errors from non-request hooks ([#6102](https://github.com/pocketbase/pocketbase/discussions/6102)).
## v0.23.6
- Fixed `$filesystem.fileFromURL` documentation and generated type ([#6058](https://github.com/pocketbase/pocketbase/issues/6058)).