From 23ca5a77e1a9dd66de9cff2474e429aee71e7699 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 13 Feb 2026 21:00:25 +0200 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e20983..8eeac65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## v0.36.3 -- Added `Content-Encoding: identity` to the S3 requests per the suggestion in [#7523](https://github.com/pocketbase/pocketbase/issues/7523). +- Added `Accept-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))_.