v0.22.48

stepfun-ai/Step-Audiov0.22.48Jul 16, 2026by github-actions[bot]

AI Summary

This release is a backport from v0.39.7 focusing on dependency management and bug fixes. It addresses a critical security vulnerability regarding panic handling in internal worker goroutines and improves error messaging for the View collection validator. The update also involves switching to a fork of the ozzo-validation library to ensure dependency trust.

Key Highlights

  • Security fix for unhandled panic in internal worker goroutines
  • Replaced dependency with fork `github.com/pocketbase/ozzo-validation`
  • Fixed View collection `*` validator
  • Added friendly error messages

New Features

  • More friendly error messages for View collection validator

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)).