[#6631] fixed and normalized logs error serialization

This commit is contained in:
Gani Georgiev
2025-03-23 20:48:05 +02:00
parent 16539335be
commit 7407bdcaf5
32 changed files with 142 additions and 56 deletions

View File

@@ -1,3 +1,8 @@
## v0.26.3
- Fixed and normalized errors serialization across common types for more consistent logs error output ([#6631](https://github.com/pocketbase/pocketbase/issues/6631)).
## v0.26.2
- Updated `golang-jwt/jwt` dependency because it comes with a [minor security fix](https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp).