v0.39.6

miraymen/pix2surfv0.39.6Jul 8, 2026by github-actions[bot]

AI Summary

This release adds Cc and Bcc recipient support to the dev sendmail command and enhances the Microsoft OAuth2 provider with safe email extraction options. It also updates goja dependencies and bumps the minimum Go GitHub action version to 1.26.5 for security fixes.

Key Highlights

  • Added Cc and Bcc recipients to the dev sendmail command.
  • Added safe email extraction options to the Microsoft OAuth2 provider.
  • Updated goja and related golang.org/x/* dependencies for WeakMap fixes.
  • Bumped minimum Go GitHub action version to 1.26.5 for security.

New Features

  • Cc and Bcc recipients in dev sendmail command.
  • Preferred safe email extraction method for Microsoft OAuth2.

Full Release Notes

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

- Added `Cc` and `Bcc` recipients to the dev `sendmail` command for consistency with the SMTP mailer.

- Added extra hardening options to the Microsoft OAuth2 provider allowing developers to specify the preferred safe email extraction method ([#7756](https://github.com/pocketbase/pocketbase/discussions/7756)).

- Updated goja and the related `golang.org/x/*` dependencies _(`WeakMap` regression fixes)_.

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