[#6639] fixed RecordErrorEvent.Error and CollectionErrorEvent.Error sync with ModelErrorEvent.Error

This commit is contained in:
Gani Georgiev
2025-03-25 19:56:03 +02:00
parent 865408a9b4
commit 778869c318
5 changed files with 569 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
## v0.26.4 (WIP)
- Fixed `RecordErrorEvent.Error` and `CollectionErrorEvent.Error` sync with `ModelErrorEvent.Error` sync with ([#6639](https://github.com/pocketbase/pocketbase/issues/6639)).
## v0.26.3
- Fixed and normalized logs error serialization across common types for more consistent logs error output ([#6631](https://github.com/pocketbase/pocketbase/issues/6631)).