Skip to content

Releases: nick-fields/retry

v2.5.0

07 Oct 00:11
c77dc43
Compare
Choose a tag to compare

2.5.0 (2021-10-07)

Features

  • Adds continue on error option

v2.4.1

10 Jun 22:36
45ba062
Compare
Choose a tag to compare

2.4.1 (2021-06-10)

v2.4.0

05 Jan 03:01
7c68161
Compare
Choose a tag to compare

2.4.0 (2021-01-04)

Dependency Bumps

  • build(deps): bump lodash from 4.17.15 to 4.17.20 (#32)

  • build(deps): bump ini from 1.3.5 to 1.3.8 (#29)

  • build(deps-dev): bump semantic-release from 17.2.2 to 17.2.3 (#27)

Features

  • Add optional on_retry_command input to allow command to return before a retry is attempted. (7c68161)

v2.3.0

02 Jan 20:42
850bd83
Compare
Choose a tag to compare

2.3.0 (2021-01-02)

Bug Fixes

  • dont require OS input and use correct shell per os (d0aac35)

Features

  • add SHELL input support (877a0ac)

v2.2.0

18 Nov 15:53
fb3bca3
Compare
Choose a tag to compare

2.2.0 (2020-11-18)

Bug Fixes

  • allow timeout_seconds to be less than retry_wait_time (292d515)

Features

  • add warning_on_retry input (5ee3666)

v2.1.0

14 Nov 17:01
0bbc6bd
Compare
Choose a tag to compare

2.1.0 (2020-11-14)

v2.0.1

14 Nov 15:06
c36bd33
Compare
Choose a tag to compare

2.0.1 (2020-11-14)

Bug Fixes

  • handle errors properly (36c6f60)
  • make command spawnable to fix log issue (31e0097)
  • package.json & package-lock.json to reduce vulnerabilities (8965a74)

v2.0.0

29 Sep 19:16
c803451
Compare
Choose a tag to compare

2.0.0 (2020-09-29)

Features

  • Add retry_on option to allow retry only on error or timeout
  • Add timeout_seconds to allow timeouts to be specified in seconds or minutes

Bug Fixes

  • action.yml misspelling
  • surface exit code from spawned process
  • handle timeouts properly

v1.0.4

17 Jun 18:14
39da88d
Compare
Choose a tag to compare

1.0.4 (2020-06-17)

Bug Fixes

  • enforce RETRY_WAIT_SECONDS on both command timeout and error (3ded872)
  • fixed debug logging (6a380b5)

v1.0.3

17 Jun 17:22
Compare
Choose a tag to compare

1.0.3 (2020-06-17)

Bug Fixes

  • fix tag push in publish step (21d303a)