From cb42b10e04afcd7ac727d61704e28078d04fbde8 Mon Sep 17 00:00:00 2001 From: Didier Michel Date: Thu, 31 Aug 2023 16:27:09 +0200 Subject: [PATCH] Update NEWS for 3.8.0 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index a392667ac..83976e094 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,25 @@ Barman News - History of user-visible changes +Version 3.8.0 - 31 August 2023 + +- Clarify package installation. barman is packaged with default python version + for each operating system. + +- The `minimum-redundancy` option is added to `barman-cloud-backup-delete`. + It allows to set the minimum number of backups that should always be available. + +- Add a new `primary_checkpoint_timeout` configuration option. Allows define + the amount of seconds that Barman will wait at the end of a backup if no + new WAL files are produced, before forcing a checkpoint on the primary server. + +- Bug fixes: + + - Fix race condition in barman retention policies application. Backup + deletions will now raise a warning if another deletion is in progress + for the requested backup. + + - Fix `barman-cloud-backup-show` man page installation. + Version 3.7.0 - 25 July 2023 - Support is added for snapshot backups on AWS using EBS volumes.