From c75cb74364c8a16b6ae0edf18f20bd57424aa6d6 Mon Sep 17 00:00:00 2001 From: Giulio Calacoci Date: Wed, 24 Jan 2024 11:46:50 +0100 Subject: [PATCH] Update NEWS and AUTHORS for 3.10.0 Signed-off-by: Giulio Calacoci --- AUTHORS | 1 + NEWS | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/AUTHORS b/AUTHORS index 99469063d..4145bc7d5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Barman maintainers (in alphabetical order): * Abhijit Menon-Sen * Didier Michel * Giulio Calacoci +* Israel Barth * Jane Threefoot * Michael Wallace diff --git a/NEWS b/NEWS index f278aaeeb..c2c313139 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,28 @@ Barman News - History of user-visible changes +Version 3.10.0 - 24 January 2024 + +- Limit the average bandwidth used by `barman-cloud-backup` when backing + up to either AWS S3 or Azure Blob Storage according to the value set by + a new CLI option `--max-bandwidth`. + +- Add the new configuration option `lock_directory_cleanup` + That enables cron to automatically clean up the barman_lock_directory + from unused lock files. + +- Add support for a new type of configuration called `model`. + The model acts as a set of overrides for configuration options + for a given Barman server. + +- Add a new barman command `barman config-update` that allows the creation + and the update of configurations using JSON + +- Bug fixes: + + - Fix a bug that caused `--min-chunk-size` to be ignored when using + barman-cloud-backup as hook script in Barman. + + Version 3.9.0 - 3 October 2023 - Allow `barman switch-wal --force` to be run against PG>=14 if the