v0.39.1

lapce/lapcev0.39.1Jun 3, 2026by github-actions[bot]

AI Summary

This release resolves issues with multiple select options wrapping and realtime data visibility, while adding robust panic recovery for cron job execution.

Key Highlights

  • Fixed multiple select options wrapping in UI
  • Return hidden record data fields for superusers in realtime subscribers
  • Added default panic-recover handling for cron jobs
  • Bumped min Go GitHub action version to 1.26.4

New Features

  • Multiple select UI fix
  • Realtime hidden data support
  • Cron job panic recovery

Full Release Notes

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

- Fixed multiple select options wrapping ([#7720](https://github.com/pocketbase/pocketbase/issues/7720)).

- Return the hidden record data fields for superusers realtime subscribers ([#7721](https://github.com/pocketbase/pocketbase/issues/7721)).

- Added default panic-recover handling for the cron jobs to avoid terminating the server on panic.

- Bumped the min Go GitHub action version to 1.26.4 as it includes some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.4).