Update changelog for 0.28.3

This commit is contained in:
LukeHagar
2025-06-10 00:01:45 +00:00
committed by github-actions[bot]
parent bf32ba8105
commit d9f57d95af
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
## v0.28.3
- Skip sending empty `Range` header when fetching blobs from S3 ([#6914](https://github.com/pocketbase/pocketbase/pull/6914)).
- Updated Go deps and particularly `modernc.org/sqlite` to 1.38.0 (SQLite 3.50.1).
- Bumped GitHub action min Go version to 1.23.10 as it comes with some [minor security `net/http` fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.23.10+label%3ACherryPickApproved).
## v0.28.2
- Loaded latin-ext charset for the default text fonts ([#6869](https://github.com/pocketbase/pocketbase/issues/6869)).

View File

@@ -1 +1 @@
0.26.0-rc.1
0.28.3