updated deps and changelog

This commit is contained in:
Gani Georgiev
2024-12-16 15:04:19 +02:00
parent cb3936a499
commit 9b4200a65c
38 changed files with 382 additions and 207 deletions

View File

@@ -1,3 +1,10 @@
## v0.23.8
- Fixed Model->Record and Model->Collection hook events sync for nested and/or inner-hook transactions ([#6122](https://github.com/pocketbase/pocketbase/discussions/6122)).
- Other minor improvements (updated Go and npm deps, added extra escaping for the default mail record params in case the emails are stored as html files, fixed code comment typos, etc.).
## v0.23.7
- Fixed JSVM exception -> Go error unwrapping when throwing errors from non-request hooks ([#6102](https://github.com/pocketbase/pocketbase/discussions/6102)).