From 4d28f543be2e2f84e1b8e1d691f16ebcce76b5ed Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Sat, 4 Oct 2025 00:01:20 +0000 Subject: [PATCH] Update changelog for 0.30.1 --- CHANGELOG.md | 10 ++++++++++ latest_version | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6074c..b165280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.30.1 + +- ⚠️ Excluded the `lost+found` directory from the backups ([#7208](https://github.com/pocketbase/pocketbase/pull/7208); thanks @lbndev). + _If for some reason you want to keep it, you can restore it by editing the `e.Exclude` list of the `OnBackupCreate` and `OnBackupRestore` hooks._ + +- Minor tests improvements (disabled initial superuser creation for the test app to avoid cluttering the std output, added more tests for the `s3.Uploader.MaxConcurrency`, etc.). + +- Updated `modernc.org/sqlite` and other Go dependencies. + + ## v0.30.0 - Eagerly escape the S3 request path following the same rules as in the S3 signing header ([#7153](https://github.com/pocketbase/pocketbase/issues/7153)). diff --git a/latest_version b/latest_version index c25c8e5..1a44cad 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.30.0 +0.30.1