Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-07-19 | 908 Bytes | |
pocketbase_0.29.0_linux_ppc64le.zip | 2025-07-19 | 11.6 MB | |
pocketbase_0.29.0_windows_arm64.zip | 2025-07-19 | 11.8 MB | |
pocketbase_0.29.0_linux_amd64.zip | 2025-07-19 | 12.4 MB | |
pocketbase_0.29.0_linux_arm64.zip | 2025-07-19 | 11.7 MB | |
pocketbase_0.29.0_linux_s390x.zip | 2025-07-19 | 12.1 MB | |
pocketbase_0.29.0_darwin_amd64.zip | 2025-07-19 | 12.6 MB | |
pocketbase_0.29.0_darwin_arm64.zip | 2025-07-19 | 12.1 MB | |
pocketbase_0.29.0_linux_armv7.zip | 2025-07-19 | 11.9 MB | |
pocketbase_0.29.0_windows_amd64.zip | 2025-07-19 | 12.7 MB | |
README.md | 2025-07-19 | 1.2 kB | |
v0.29.0 Release source code.tar.gz | 2025-07-19 | 4.4 MB | |
v0.29.0 Release source code.zip | 2025-07-19 | 5.0 MB | |
Totals: 13 Items | 118.3 MB | 8 |
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). -
Added
toBytes
JSVM helper (#6935). -
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.).