v0.39.10

feder-cr/AIHawkv0.39.10Jul 30, 2026by github-actions[bot]

AI Summary

PocketBase release reverting CLI panic recovery to allow non-zero exit codes and updating SQLite.

Key Highlights

  • Reverted auto panic recover handling to preserve old behavior and allow panics to force non-zero exits
  • Updated `modernc.org/sqlite` to v1.55.0

New Features

  • CLI panic handling revert for proper exit codes
  • SQLite v1.55.0 update

Full Release Notes

> _To update the prebuilt executable you can run `./pocketbase update`._

- 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)).
    _Proper command non-zero exit support will be available with the next v0.40/v0.41 release._

- Minor UI improvements (added placeholder loader for the logs chart, npm dev deps update, etc.).

- Updated `modernc.org/sqlite` to v1.55.0 _(DSN query params compatibility and doc changes)_.