CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Releases: pocketbase/pocketbase
v0.30.2 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
- Bumped min Go GitHub action version to 1.24.8 since it comes with some minor security fixes.
Assets 12
v0.22.36 Release
Compare
- (Backported from v0.30.2) Bumped min Go GitHub action version to 1.24.8 since it comes with some minor security fixes.
Assets 10
v0.30.1 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
-
β οΈ Excluded thelost+found
directory from the backups (#7208; thanks @lbndev).
If for some reason you want to keep it, you can restore it by editing thee.Exclude
list of theOnBackupCreate
andOnBackupRestore
hooks. -
Minor tests improvements (disabled initial superuser creation for the test app to avoid cluttering the std output, added more tests for the
s3.Uploader.MaxConcurrency
, etc.). -
Updated
modernc.org/sqlite
and other Go dependencies.
Assets 12
v0.30.0 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
-
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.
Assets 12
v0.29.3 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
-
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).
Note that WASM is not officially supported PocketBase build target and many things may not work as expected. -
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.
-
Updated Go dependencies.
Assets 12
v0.29.2 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
- Bumped min Go GitHub action version to 1.23.12 since it comes with some minor fixes for the runtime and
database/sql
package.
Assets 12
v0.22.35 Release
Compare
- (Backported from v0.29.2) Bumped min Go GitHub action version to 1.23.12 since it comes with some minor fixes for the runtime and
database/sql
package.
Assets 10
v0.29.1 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
-
Added Box.com OAuth2 provider (#7056; thanks @blakepatteson).
-
Updated the X/Twitter provider to return the
confirmed_email
field and to use thex.com
domain (#7035). -
Updated
modernc.org/sqlite
to 1.38.2 (SQLite 3.50.3). -
Fixed example List API response (#7049; thanks @williamtguerra).
Assets 12
v0.29.0 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.
-
Enabled calling the
/auth-refresh
endpoint with nonrenewable tokens.
When used with nonrenewable tokens (e.g. impersonate) the endpoint will simply return the same token with the up-to-date user data associated with it. -
Added the triggered rate rimit rule in the error log
details
. -
Added optional
ServeEvent.Listener
field to initialize a custom network listener (e.g.unix
) instead of the defaulttcp
(#3233). -
Fixed request data unmarshalization for the
DynamicModel
array/object fields (#7022). -
Fixed Dashboard page title
-
escaping (#6982). -
Other minor improvements (updated first superuser console text when running with
go run
, clarified trusted IP proxy header label, wrapped the backup restore in a transaction as an extra precaution, updated deps, etc.).
Assets 12
v0.28.4 Release
Compare
To update the prebuilt executable you can run
./pocketbase update
.