Catalog / PocketBase

0.36.3

v0.36.3 Release

7 months agofixedchangedOriginal notes

To update the prebuilt executable you can run ./pocketbase update.

  • Added Accept-Encoding: identity to the S3 requests per the suggestion in #7523. This should help fixing the 0-bytes file response when S3 API compression is enabled.

  • Bumped min Go GitHub action version to 1.26.0 (it comes with minor GC performance improvements).

  • Other minor fixes (updated modernc.org/sqlite to v1.45.0, updated goja_nodejs adding Buffer.concat, updated the arguments of app.DeleteTable(...), app.DeleteView(...) and other similar methods to make it more clear that they are dangerous and shouldn't be used with untrusted input, etc.).