v0.22.48

superradcompany/microsandboxv0.22.48Jul 16, 2026by github-actions[bot]

AI Summary

This release includes a dependency fork to address trust concerns, fixes a specific collection validator, and patches a critical security vulnerability regarding goroutine panics.

Key Highlights

  • Replaced validation library with internal fork for security/trust reasons
  • Fixed View collection `*` validator 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)).