Releases: Codex-/return-dispatch
Releases · Codex-/return-dispatch
v2.0.6
🚀 Features
- Filter workflow runs by @carlobeltrame in https://github.com/Codex-/return-dispatch/pull/294
🙌 New Contributors
- @carlobeltrame made their first contribution in https://github.com/Codex-/return-dispatch/pull/294
View changes on GitHub
v2.0.5
⚙️ Maintenance Release
- deps: Update all non-major dependencies - in https://github.com/Codex-/return-dispatch/issues/291 (0307f)
View changes on GitHub
v2.0.4
🚀 Features
- New input parameter job fetch retries with a linear backoff strategy - by @Yermanaco in https://github.com/Codex-/return-dispatch/issues/267 (73e46)
View changes on GitHub
v2.0.3
🐞 Bug Fixes
View changes on GitHub
v2.0.2
🐞 Bug Fixes
- Prevent extra iterations occurring on retryOrTimeout - by @Codex- (d2aec)
- When workflow name is the substring of another workflow name - by @Codex- (83052)
View changes on GitHub
v2.0.1
v2.0.0
🚀 Features
This release brings many changes to improve testability and coverage. Notably far better retry and error handling on failure cases with many improvements to logging in general for troubleshooting.
- Implement retrying on server errors - by @Codex- (d608b)
- Simplify branch name handling - by @Codex- (95105)
- Use more efficient branch handling - by @Codex- (20d9a)
🐞 Bug Fixes
- Upstream response types fixed, can remove type assertion - by @Codex- (c228c)
- Ensure failure is set before attempting to log and handle unknown throws - by @Codex- (21389)
- Runtime failure when using es2024 features - by @Codex- (854b9)
- Incorrect logging on dispatch - by @Codex- (1c670)
- Don't recalculate retry timeout on each iteration - by @Codex- (9a80c)
- AttemptToFindRunId would return timeout if called with an empty array - by @Codex- (d15ca)
- Action would make extraneous calls when no run ids were found - by @Codex- (83057)