| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-03-16 | 908 Bytes | |
| pocketbase_0.36.7_linux_s390x.zip | 2026-03-16 | 12.4 MB | |
| pocketbase_0.36.7_darwin_amd64.zip | 2026-03-16 | 12.9 MB | |
| pocketbase_0.36.7_windows_amd64.zip | 2026-03-16 | 13.0 MB | |
| pocketbase_0.36.7_linux_armv7.zip | 2026-03-16 | 12.2 MB | |
| pocketbase_0.36.7_linux_ppc64le.zip | 2026-03-16 | 11.9 MB | |
| pocketbase_0.36.7_darwin_arm64.zip | 2026-03-16 | 12.3 MB | |
| pocketbase_0.36.7_linux_amd64.zip | 2026-03-16 | 12.7 MB | |
| pocketbase_0.36.7_linux_arm64.zip | 2026-03-16 | 11.8 MB | |
| pocketbase_0.36.7_windows_arm64.zip | 2026-03-16 | 11.9 MB | |
| README.md | 2026-03-16 | 1.3 kB | |
| v0.36.7 Release source code.tar.gz | 2026-03-16 | 4.5 MB | |
| v0.36.7 Release source code.zip | 2026-03-16 | 5.0 MB | |
| Totals: 13 Items | 120.6 MB | 3 | |
To update the prebuilt executable you can run
./pocketbase update.
-
Fixed high memory usage with large file uploads (#7572).
-
Updated the rate limiter reset rules to follow a more traditional fixed window strategy (aka. to be more close to how it is presented in the UI - allow max X user requests under Ys) since several users complained that the older algorithm was not intuitive and not suitable for large intervals. Approximated sliding window strategy was also suggested as a better compromise option to help minimize traffic spikes right after reset but the additional tracking could introduce some overhead and for now it is left aside until we have more tests.
-
Updated
modernc.org/sqliteto v1.46.2 and SQLite 3.51.3. ⚠️ SQLite 3.51.3 fixed a database corruption bug that is very unlikely to happen (with PocketBase even more so because we queue on app level all writes and explicit transactions through a single db connection), but still it is advised to upgrade. -
Updated other minor Go and npm deps. The min Go version in the go.mod of the package was also bumped to Go 1.25.0 because some of the newer deps require it.