v0.22.48
parruda/swarmv0.22.48Jul 16, 2026by github-actions[bot]
AI Summary
A security and validation-focused release that backports critical fixes from a newer version, including a fork of the validation library and fixes for worker panic handling.
Key Highlights
- Replace `github.com/go-ozzo/ozzo-validation` with `github.com/pocketbase/ozzo-validation` fork
- Fix View collection `*` validator with friendly error messages
- Security fix for unhandled panic in internal worker goroutines
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)).