Skip to content

Commit

Permalink
Update NEWS for 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewallace1979 committed Oct 2, 2023
1 parent cab3174 commit d185407
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
Barman News - History of user-visible changes

Version 3.9.0 - 3 October 2023

- Allow `barman switch-wal --force` to be run against PG>=14 if the
user has the `pg_checkpoint` role (thanks to toydarian for this patch).

- Log the current check at `info` level when a check timeout occurs.

- The minimum size of an upload chunk when using `barman-cloud-backup`
with either S3 or Azure Blob Storage can now be specified using the
`--min-chunk-size` option.

- For PostgreSQL 15 and later: `backup_compression = none` is now
supported and the allowed `backup_compression_level` values for
`zstd` and `lz4` have been updated to match those allowed by
`pg_basebackup`.

- For PostgreSQL versions earlier than 15: `backup_compression_level = 0`
can now be used with `backup_compression = gzip`.

- Bug fixes:

- Fix `barman recover` on platforms where Multiprocessing uses spawn by
default when starting new processes.

Version 3.8.0 - 31 August 2023

- Clarify package installation. barman is packaged with default python version
Expand Down

0 comments on commit d185407

Please sign in to comment.