Releases: patrickedqvist/wait-for-vercel-preview
Releases · patrickedqvist/wait-for-vercel-preview
v1.3.3
Summary
This release adds the vercel_protection_bypass_header input for bypassing Vercel deployment protection in automation workflows. It also includes several bug fixes and internal improvements.
Highlights
- New:
vercel_protection_bypass_headerinput for Vercel protection bypass (#68) - Fix:
allow_inactiveinput now correctly handles the string"false"(#80) - Fix: Action exits early when GitHub token is missing (#86)
What's Changed
- feat: adds support for x-vercel-protection-bypass by @nettapper in #68
- fix: update dist folder by @effektsvk in #70
- feat: add new retry mechanism by @patrickedqvist in #71
- Revert "feat: add new retry mechanism" by @patrickedqvist in #72
- Fix "allow_inactive" input treating the string "false" as true by @Yang-33 in #80
- refactor: convert project to ESM, Vitest and Biome by @patrickedqvist in #85
- fix: exit early if no github token by @patrickedqvist in #86
New Contributors
- @nettapper made their first contribution in #68
- @effektsvk made their first contribution in #70
- @Yang-33 made their first contribution in #80
Full Changelog: v1.3.2...v1.3.3
Version 1.3.2
What's Changed
- build(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #61
- feat: set runtime to node version 20 by @patrickedqvist in #65
Version 1.3.1
- Specifies node16 instead of non-applicable node18 in action.yml
Full Changelog: v1.3.0...v.1.3.1
Version 1.3.0
- Maintenance release (updated packages)
- Squashed some bugs.
Thanks, everyone for your contributions! ⭐
What's Changed
- build(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #30
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #32
- Update readme with push event support by @vitorbal in #31
- fix: use the full max_timeout for the deployment phase by @JoshBarr in #34
- build(deps): bump @actions/core from 1.4.0 to 1.9.1 by @dependabot in #37
- Stop hiding error under the pretense of deployments by @NullSoldier in #36
- Add
pathoptional parameter to Readme.md by @juliofarah in #38 - build(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.6 by @dependabot in #40
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #41
- bump @xmldom/xmldom from 0.7.6 to 0.7.9 by @dependabot in #42
- Bump node and dep versions by @kdawgwilk in #44
- Fix axios import error on tests by @oxfist in #48
- chore: update packages by @patrickedqvist in #51
New Contributors
- @vitorbal made their first contribution in #31
- @NullSoldier made their first contribution in #36
- @juliofarah made their first contribution in #38
- @kdawgwilk made their first contribution in #44
- @oxfist made their first contribution in #48
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
Feature
Bugs
- Fixed an issue where the deployment notification would never resolve, if there was another non-vercel deployment running in another workflow on the same PR. We look up the deployment that's triggered by vercel[bot] rather than just taking the first deployment.
- Fixed a couple of minor flow control things, where the code would keep running after setFailure(), which sometimes resulted in double errors
Version 1.1.1
- Fixed typo in example (thanks @joostmeijles)
- Update octokit definitions
Version 1.1.0
- Added "check_interval" feature
- Updated packages
Version 1.0.9
- Updated the constructor for the
@actions/githubpackage
Version 1.0.8
- Reverted from using ncc to plain js and node_modules
Version 1.0.6
- Added ncc for compiling the main file