v0.39.6
facebookresearch/omnilingual-asrv0.39.6Jul 8, 2026by github-actions[bot]
AI Summary
This release adds Cc and Bcc recipients to the development sendmail command and enhances Microsoft OAuth2 provider security. It also updates dependencies like goja and bumps the minimum GitHub Action version to address security fixes.
Key Highlights
- Added Cc and Bcc recipients to dev sendmail command
- Added extra hardening options to Microsoft OAuth2 provider
- Updated goja and related golang.org/x dependencies for WeakMap fixes
- Bumped minimum Go GitHub action version to 1.26.5
New Features
- Cc and Bcc recipients for dev sendmail
- Microsoft OAuth2 hardening options
- goja and golang.org/x dependency updates
- Go GitHub action version bump
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).