bumped app version

This commit is contained in:
Gani Georgiev
2026-02-13 16:58:08 +02:00
parent 97eb9b300b
commit 1d72c8487e
35 changed files with 52 additions and 42 deletions

View File

@@ -1,3 +1,13 @@
## v0.36.3
- Added `Content-Encoding: identity` to the S3 requests per the suggestion in [#7523](https://github.com/pocketbase/pocketbase/issues/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](https://go.dev/doc/go1.26#runtime))_.
- Other minor fixes _(updated `modernc.org/sqlite` to v1.45.0, 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.)_.
## v0.36.2
- Updated `modernc.org/sqlite` to v1.44.3 _(race check fix)_, `goja` _(circular references fix)_ and other go deps.