Releases: kachick/wait-other-jobs
Releases · kachick/wait-other-jobs
v3.8.0
What's Changed
- Skip to add link for dynamic events such as dependabot action by @kachick in #1036
- Improve error message when unable to parse JSON by @kachick in #1044
- Refine interval options and add
outputs.parameters
by @kachick in #1045 - Force update some npm packages which has ReDoS reports by @kachick in #1046
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
Feat
Chore
- Bump zod from 3.23.8 to 3.24.1 by @dependabot in #1002
- Bump @octokit/core from 6.1.2 to 6.1.3 in the octokit-dependencies group by @dependabot in #1015
- Force update undici to avoid CVE-2025-22150 by @kachick in #1027
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
- Make it possible to start the first polling immediately by @kachick in #995
And clarified the default value ofwait-seconds-before-first-polling
might be changed in next major release. See #994 (comment) for the background
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- Add support for GHE by @sochotnicky in #618
New Contributors 🎉
- @sochotnicky made their first contribution in #618
Full Changelog: v3.4.1...v3.5.0
v3.4.1
v3.4.0
v3.3.0
v3.2.0
Add option to specify the event in wait-list
: #771