PocketBase - Package Updates
-
[1.6.2]
- Update pocketbase to 0.29.2
- Full Changelog
- Bumped min Go GitHub action version to 1.23.12 since it comes with some minor fixes for the runtime and
database/sql
package.
-
[1.6.3]
- Update pocketbase to 0.29.3
- Full Changelog
- Try to forward Apple OAuth2 POST redirect user's name so that it can be returned (and eventually assigned) with the success response of the all-in-one auth call (#7090).
- Fixed
RateLimitRule.Audience
code comment (#7098; thanks @iustin05). - Mocked
syscall.Exec
when building for WASM (#7116; thanks @joas8211). - Registered missing
$filesystem
,$mails
,$template
and__hooks
bindings in the JSVM migrations (#7125). - Regenerated JSVM types to include methods from structs with single generic parameter.
-
[1.7.0]
- Update pocketbase to 0.30.0
- Full Changelog
- Eagerly escape the S3 request path following the same rules as in the S3 signing header (#7153).
- Added Lark OAuth2 provider (#7130; thanks @mashizora).
- Increased test tokens
exp
claim to minimize eventual issues with reproducible builds (#7123). - Added
os.Root
bindings to the JSVM ($os.openRoot
,$os.openInRoot
). - Added
osutils.IsProbablyGoRun()
helper to loosely check if the program was started usinggo run
. - Various minor UI improvements (updated collections indexes UI, enabled seconds in the datepicker, updated helper texts, etc.).
- Updated the minimum package Go version to 1.24.0 and bumped Go dependencies.