From 862c858a435f6d6c3d2b7457bf20ebae066ee111 Mon Sep 17 00:00:00 2001 From: Pascal Kaufmann Date: Thu, 8 Jun 2023 13:58:14 +0200 Subject: [PATCH] Improve the changelog --- changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index ac07253186..f7acaa5472 100644 --- a/changelog.md +++ b/changelog.md @@ -3,13 +3,16 @@ This release contains various bugfixes and improvements and it breaks various type imports because we are currently in the process of moving types to their respective npm modules. ## Minor +- Extended the input fn option of auto-scheduling `input` to expect a promise and also take the pre-calculated workData as input extending the possibilities to alter auto-scheduling behavior. #588 - Remove `autoSchedulingInput` because there is no obvious way this is helpful and it has never been used in known projects - Move some platform types to platform package -- The platform option `workQueueOptions` has been extended to take a retryInput. The retryInput fn can be used to alter input into work when the work is beeing retried. This allows stopping retries. -- Extended the input fn option of auto-scheduling `` +- The platform option `workQueueOptions` has been extended to take a retryInput. The retryInput fn can be used to alter input into work when the work is beeing retried. This allows stopping retries. #588 ## Patch - Fix timeout field in worker's and types +- Fix mime-type resolves now based on http response in GridFS when downloading from an URL (fallback scenario #559). +- Fix worker not set automatically to the hostname, that was leading to stale external work jobs #561 +- Fix reschedule did not cancel old schedules #562 # Unchained Engine v2.1