Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-06-21 | 908 Bytes | |
pocketbase_0.28.4_darwin_arm64.zip | 2025-06-21 | 12.1 MB | |
pocketbase_0.28.4_darwin_amd64.zip | 2025-06-21 | 12.6 MB | |
pocketbase_0.28.4_linux_arm64.zip | 2025-06-21 | 11.7 MB | |
pocketbase_0.28.4_linux_ppc64le.zip | 2025-06-21 | 11.6 MB | |
pocketbase_0.28.4_windows_arm64.zip | 2025-06-21 | 11.7 MB | |
pocketbase_0.28.4_linux_amd64.zip | 2025-06-21 | 12.4 MB | |
pocketbase_0.28.4_linux_armv7.zip | 2025-06-21 | 11.8 MB | |
pocketbase_0.28.4_linux_s390x.zip | 2025-06-21 | 12.1 MB | |
pocketbase_0.28.4_windows_amd64.zip | 2025-06-21 | 12.7 MB | |
README.md | 2025-06-21 | 421 Bytes | |
v0.28.4 Release source code.tar.gz | 2025-06-21 | 4.4 MB | |
v0.28.4 Release source code.zip | 2025-06-21 | 5.0 MB | |
Totals: 13 Items | 118.1 MB | 0 |
To update the prebuilt executable you can run
./pocketbase update
.
-
Added global JSVM
toBytes()
helper to return the bytes slice representation of a value such as io.Reader or string (other types are first serialized to Go string). -
Fixed
security.RandomStringByRegex
random distribution (#6947; thanks @yerTools). -
Minor docs and typos fixes.