Update changelog for 0.28.4

This commit is contained in:
LukeHagar
2025-06-22 00:01:44 +00:00
committed by github-actions[bot]
parent 1d562dddd6
commit 4bc50a6631
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
## v0.28.4
- Added global JSVM `toBytes()` helper to return the bytes slice representation of a value such as io.Reader or string (_other types are first serialized to Go string_).
- Fixed `security.RandomStringByRegex` random distribution ([#6947](https://github.com/pocketbase/pocketbase/pull/6947); thanks @yerTools).
- Minor docs and typos fixes.
## v0.28.3 ## v0.28.3
- Skip sending empty `Range` header when fetching blobs from S3 ([#6914](https://github.com/pocketbase/pocketbase/pull/6914)). - Skip sending empty `Range` header when fetching blobs from S3 ([#6914](https://github.com/pocketbase/pocketbase/pull/6914)).

View File

@@ -1 +1 @@
0.26.0-rc.1 0.28.4