v0.22.48
hpcaitech/Open-Sorav0.22.48Jul 16, 2026by github-actions[bot]
AI Summary
This release backports critical security fixes and dependency updates from a newer version, specifically addressing validation library issues and worker goroutine panics to improve stability and security.
Key Highlights
- Security fix for unhandled panic in internal worker goroutines
- Replaced `go-ozzo/ozzo-validation` with the `github.com/pocketbase/ozzo-validation` fork
- Fixed View collection `*` validator and added more friendly error messages
Breaking Changes
- Replaced validation library import path; users utilizing `go-ozzo/ozzo-validation` must update imports to the forked version.
Full Release Notes
- (_Backported from v0.39.7_) Replaced `github.com/go-ozzo/ozzo-validation` with the fork `github.com/pocketbase/ozzo-validation` since the original library has recently changed ownership and the new maintainer cannot be trusted. - (_Backported from v0.39.7_) Fixed View collection `*` validator and added more friendly error messages ([#7761](https://github.com/pocketbase/pocketbase/issues/7761)). - (_Backported from v0.39.7_) ⚠️ Security fix for unhandled panic in internal worker goroutines ([#7762](https://github.com/pocketbase/pocketbase/discussions/7762)).