0.36.3
v0.36.3 Release
To update the prebuilt executable you can run
./pocketbase update.
Added
Accept-Encoding: identityto 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/sqliteto v1.45.0, updatedgoja_nodejsaddingBuffer.concat, updated the arguments ofapp.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.).