v0.22.51
nektos/actv0.22.51Jul 30, 2026by github-actions[bot]
AI Summary
This release backports the CLI panic handling changes from v0.39.10.
Key Highlights
- Reverted auto panic recover handling for CLI commands
Breaking Changes
- Reverted auto panic recover handling for CLI commands to allow panic to force exit with non-zero code
New Features
- Reverted CLI panic handling behavior
Full Release Notes
- (_Backported from v0.39.10_) Reverted the auto panic recover handling for the cli commands to preserve the old behavior and allow panic to force exit with non-zero code ([#7781](https://github.com/pocketbase/pocketbase/issues/7781)).