From c4b1e2d55e98a32ff63f4f18ac14804043920256 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 18 Oct 2024 17:08:02 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9908c57d..b6394bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - Added deprecation log in case Instagram OAuth2 is used (_related to [#5652](https://github.com/pocketbase/pocketbase/discussions/5652)_). -- Added `update` command warning to prevent unnecessary downloading PocketBase v0.23.0 since it will contain breaking changes and it will fail anyway. +- Added `update` command warning to prevent unnecessary downloading PocketBase v0.23.0 since it will contain breaking changes. - Added global JSVM `toString()` helper (_successor of `readerToString()`_) to stringify any value (bool, number, multi-byte array, io.Reader, etc.). _`readerToString` is still available but it is marked as deprecated. You can also use `toString` as replacement for of `String.fromCharCode` to properly stringify multi-byte unicode characters like emojis._ @@ -10,6 +10,8 @@ decodeURIComponent(escape(String.fromCharCode(...bytes))) -> toString(bytes) ``` +- Updated `aws-sdk-go-v2` and removed deprecated `WithEndpointResolverWithOptions`. + - Backported some of the v0.23.0-rc form validators, fixes and tests. - Bumped GitHub action min Go version and dependencies.