v0.39.0

lipku/LiveTalkingv0.39.0May 28, 2026by github-actions[bot]

AI Summary

This release introduces a new SQL console for executing raw queries in the Debug settings and adds system email alerts for superusers regarding automated backup errors. It also includes various minor improvements to logs, rendering, text handling, and updates the underlying SQLite library.

Key Highlights

  • New SQL console in Settings > Debug for one-off queries
  • Email alerts for superusers when automated backups fail
  • Optimized logs and records list rendering performance
  • Text contrast improvements and word breaking fixes

New Features

  • SQL console for raw queries
  • Automated backup error email alerts
  • Bulk selection export error fix
  • Optimized list rendering
  • Updated SQLite library to v1.51.0

Full Release Notes

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

- Added new "SQL console" section under _Settings > Debug_ allowing executing any raw SQL query from the UI ([#2236](https://github.com/pocketbase/pocketbase/issues/2236); [#7638](https://github.com/pocketbase/pocketbase/discussions/7638)).
    _Note that this is intended for one-off analytic queries, the occasional `VACUUM`/`PRAGMA optimize` or debug purposes and not as the primary interface for interacting with your PocketBase data because it can break your application if not used with proper care!_

- Send system email alerts to superusers in case of an error with the automated backups ([#7698](https://github.com/pocketbase/pocketbase/issues/7698)).

- Various minor improvements and fixes:
    - fixed logs bulk selection export error
    - optimized logs and records list rendering
    - allowed word breaking in labels
    - text contrast improvements
    - registered missing `oidc2` and `oidc3` option fields
    - updated default email template texts for consistency
    - updated `modernc.org/sqlite` to v1.51.0
    - etc.