From c8a26370e83267a6e4f12fe9ad13554dd3aec6e8 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:17:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1a45cd7..c6199d09c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Migrated the create and edit access dialogs to dedicated routes +- Introduced a timeout for the asset profile and the historical market data gathering jobs + +### Fixed + +- Fixed the asset profile and historical market data gathering of a symbol getting blocked permanently by a failed job by discarding the failed jobs +- Fixed the asset profile data gathering of a symbol in the admin control panel by removing an existing job before enqueueing a new one ## 3.60.0 - 2026-08-24