From 9a198d4b40dae627506bb11f15b8f437821d4713 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 13 Jun 2025 14:59:42 +0200 Subject: [PATCH] Update changelog --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e31add4..cbcafa4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,21 @@ ## Planned ahead ! Operation center must be able to create scheduled tasks for every operation +## 3.0.3 +#### Features +- New finer grained concurrency control +- New optional random delay before backup operations +- All prometheus metrics now have repo_name label +- Metrics are now send for non executed backups because of concurrency checks +- Implement emailing capacities + +#### Fixes + +#### Misc +- Make another attempt to hide the console window on Windows when running in GUI mode +- Update restic metrics tests +- Don't encrypt auto upgrade / prometheus push gateway usernames + ## 3.0.2 #### Features - Implement --no-lock parameter