updated changelog
This commit is contained in:
parent
ca4902a808
commit
a8321498fd
|
|
@ -1,11 +1,11 @@
|
||||||
## v0.30.1 (WIP)
|
## v0.30.1
|
||||||
|
|
||||||
- ⚠️ Excluded the `lost+found` directory from the backups ([#7208](https://github.com/pocketbase/pocketbase/pull/7208); thanks @lbndev).
|
- ⚠️ 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._
|
_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.).
|
- 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 Go dependencies.
|
- Updated `modernc.org/sqlite` and other Go dependencies.
|
||||||
|
|
||||||
|
|
||||||
## v0.30.0
|
## v0.30.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue