Skip to content

Releases: Jtalk/url-health-check-action

Using Node v20

26 Jan 10:58
b716ccb
Compare
Choose a tag to compare

Upgrading to Node.js v20 as Github is deprecating v16 in its runners.

v3.2: Dependabot updates

26 Aug 09:09
fc2fe2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.2

Add Cookie & Basic Auth support

02 Mar 12:26
f3f7bd7
Compare
Choose a tag to compare
Merge pull request #22 from MuH3gPaB/curl_cookies_auth_support

Cookie and basic auth support

Stop using set-output

22 Oct 13:02
61a0e49
Compare
Choose a tag to compare

Set-output was deprecated, so @actions/core had to be upgraded to account for that. It should backward compatible.

v2 add curl upgrade capability

11 Sep 13:04
61a0e49
Compare
Choose a tag to compare

There were issues with running --retry-all-errors in the current family of runners. This release adds automatic curl upgrade when the relevant option is used.

I try using existing package repositories where possible, but we're using an official static binary for Ubuntu.

v2.2

23 Apr 11:02
d6ec959
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.2

v2.1 Fix number arguments failing exec on windows

12 Nov 23:24
Compare
Choose a tag to compare

Github Toolkit's exec expects all the arguments to be strings. Passing there a number works on other platforms, but windows is special.

This release converts all the arguments to exec to strings.

Add option to retry on all errors

06 Mar 16:43
Compare
Choose a tag to compare

Curl does not retry non-transient errors by default (e.g. 404). This version adds the retry-all flag to the action that translates into Curl's --retry-all-errors.

**This flag won't work on the current ubuntu-latest due to its Curl being out of date. **

Retry on ECONNREFUSED

06 Feb 13:06
Compare
Choose a tag to compare

The action now keeps retrying refused connections. It feels useful and I can't see any drawbacks when applied to testing, but let me know if it breaks your workflow.

v1.3: Merge pull request #1 from Jtalk/dependabot/npm_and_yarn/actions/http…

29 Apr 18:51
2ff10af
Compare
Choose a tag to compare
…-client-1.0.8

Bump @actions/http-client from 1.0.7 to 1.0.8