From 146df5e4d86b303cfdaba9080829150ca6334fd1 Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Tue, 5 Nov 2024 13:51:19 +0100 Subject: [PATCH] update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 8841c4b..7c46ac0 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.74] - 2024-11-05 +- Ensure futures are all started at the same time, enabling proper multithreading +- Synchronize thread count and urllib pool size to avoid dropped connections + ## [0.73] - 2024-11-05 - Set minimum interval per panel rather than globally, to avoid issues with panels using data from different sources with different intervals. - Set 15m minimum interval for GEANT LAMBDA / Managed Wavelength Service panels since the polling interval is 15m in the TNMS data source. -- GitLab