From fd6a589129cb54d1f8568ab93746e2d79996c99e Mon Sep 17 00:00:00 2001 From: James Seward Date: Sun, 11 Jun 2023 15:43:12 +0100 Subject: [PATCH] Update CHANGELOG for 1.12 --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5f259dc2..f7041903 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +1.12: + * Require Python 3.7+ + * Add allow_redirects option for HTTP monitor + * Add port option for DNS monitor + * Improve reliability of network logging thread + * Fix display of 60 seconds up/downtime as "1:00" instead of "0:60" + * Add heartbeat option to Loggers + * Add downtime to monitor recovery message + * Add nextcloud alerter + * Add support for Ring camera + * Improve logic for OOH alerting + * Improve compound monitor alert/failure calculation + * Remove PyOpenSSL and use native SSL support + * Improve efficiency for copying HTML files around + * Fix double-call to record_fail in unix service monitor + 1.11: * Run monitors multithreaded * Add TLS certificate expiry monitor