From 9ff3e5a8954dc1e8d0a40edabfafc7e2cdbc2884 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 3 Jun 2026 15:11:07 +0300 Subject: [PATCH] bumped min go github action version to 1.26.4 --- .github/workflows/release.yaml | 2 +- CHANGELOG.md | 6 ++++-- CHANGELOG_16_22.md | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 81ed0bc3..bf5e6595 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '>=1.26.3' + go-version: '>=1.26.4' # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts. diff --git a/CHANGELOG.md b/CHANGELOG.md index 46725db1..7719e6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -## v0.39.1 (WIP) +## v0.39.1 - Fixed multiple select options wrapping ([#7720](https://github.com/pocketbase/pocketbase/issues/7720)). - Return the hidden record data fields for superusers realtime subscribers ([#7721](https://github.com/pocketbase/pocketbase/issues/7721)). -- Added default panic-recover handling for the cron jobs to avoid terminating the application on panic. +- Added default panic-recover handling for the cron jobs to avoid terminating the server on panic. + +- Bumped the min Go GitHub action version to 1.26.4 as it includes some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.4). ## v0.39.0 diff --git a/CHANGELOG_16_22.md b/CHANGELOG_16_22.md index eef078ff..e8690796 100644 --- a/CHANGELOG_16_22.md +++ b/CHANGELOG_16_22.md @@ -2,6 +2,11 @@ > For the most recent versions, please refer to [CHANGELOG.md](./CHANGELOG.md) --- +## v0.22.46 + +- (_Backported from v0.39.1_) Bumped the min Go GitHub action version to 1.26.4 as it includes some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.4). + + ## v0.22.45 - (_Backported from v0.38.2_) Updated all `golang.org/x/` packages to cover the recent [security fixes](https://groups.google.com/g/golang-announce/c/PdiGK3xulk4) _(none of them should be a critical issue in PocketBase but nonetheless it is advised to update)_.