Skip to content

Releases: eficode/wait-for

v2.2.4

09 Jan 08:14
Compare
Choose a tag to compare

2.2.4 (2023-01-09)

Bug Fixes

  • Fixes an issue where in Alpine based environments wget would run into an endless retry loop (#100) (b15c461) Thanks to @gesellix

v2.2.3

05 Mar 10:57
Compare
Choose a tag to compare

2.2.3 (2022-03-05)

Bug Fixes

  • http: corrects protocol check for wget availability (#82) (570c9fb)

v2.2.2

21 Jan 14:25
Compare
Choose a tag to compare

2.2.2 (2022-01-21)

Bug Fixes

  • timeout: resolve degredation which prevented setting indefinite timeout (b45e76c)

v2.2.1

03 Dec 07:45
Compare
Choose a tag to compare

2.2.1 (2021-12-03)

Bug Fixes

  • wget timeout does not double (206b38d)

v2.2.0

29 Nov 20:20
Compare
Choose a tag to compare

2.2.0 (2021-11-29)

Features

v2.1.3

12 Jul 13:31
Compare
Choose a tag to compare

2.1.3 (2021-07-12)

Bug Fixes

  • typo in error message for missing wget command (db2479e)

v2.1.2

27 Apr 15:21
Compare
Choose a tag to compare

2.1.2 (2021-04-27)

Bug Fixes

  • uses timeout in nc as it is used with wget (#42) (0195167)

v2.1.1

12 Mar 12:40
Compare
Choose a tag to compare

2.1.1 (2021-03-12)

Bug Fixes

  • correctly render the command name in the help text (d2bbce7), closes #16

v2.1.0

27 Feb 13:35
Compare
Choose a tag to compare

2.1.0 (2021-02-27)

Features

  • adds support for http using wget (ff0d29d), closes #14

v2.1.0-beta.1

16 Feb 19:59
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

2.1.0-beta.1 (2021-02-16)

Features

  • adds support for http using wget (3758bab), closes #14