Skip to content

Commit

Permalink
Improve the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Jun 8, 2023
1 parent cead8ca commit 862c858
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 862c858

Please sign in to comment.