v0.39.6
v0.39.6 Release
Added 2
- 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
Changed 1
- Updated goja and the related golang.org/x/* dependencies with WeakMap regression fixes
Security 1
- Bumped the min Go GitHub action version to 1.26.5 which includes minor security fixes
To update the prebuilt executable you can run
./pocketbase update.
-
Added
CcandBccrecipients to the devsendmailcommand 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).
-
Updated goja and the related
golang.org/x/*dependencies (WeakMapregression fixes). -
Bumped the min Go GitHub action version to 1.26.5 as it includes some minor security fixes.