Skip to content

Latest commit

 

History

History
115 lines (56 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

115 lines (56 loc) · 5.89 KB

1.0.0 (2022-02-06)

Bug Fixes

  • command: Restore environment variables before calling exec (c7631e5)
  • correctly render the command name in the help text (d2bbce7), closes #16
  • iteration: Remember to try one last time before giving up (2ed5308)
  • timeout: resolve degredation which prevented setting indefinite timeout (b45e76c)
  • typo in error message for missing wget command (db2479e)
  • uses timeout in nc as it is used with wget (#42) (0195167)
  • wget timeout does not double (206b38d)

Features

  • adds -v and --version flag to show the version (Thanks @philipp-kunz-mimacom) (8636f50), closes #71
  • adds license header to wait-for script (975d508)
  • adds support for http using wget (ff0d29d), closes #14
  • option: Restrict the timeout input to non-negative integers (c4d125f)
  • option: Support more conventional formats in the option parser (ce95717)
  • version: trigger first release for v1.0.0 (33f1343)

BREAKING CHANGES

  • command: HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.

2.2.2 (2022-01-21)

Bug Fixes

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

2.2.1 (2021-12-03)

Bug Fixes

  • wget timeout does not double (206b38d)

2.2.0 (2021-11-29)

Features

2.1.3 (2021-07-12)

Bug Fixes

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

2.1.2 (2021-04-27)

Bug Fixes

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

2.1.1 (2021-03-12)

Bug Fixes

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

2.1.0 (2021-02-27)

Features

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

2.0.0 (2021-02-04)

Bug Fixes

  • command: Restore environment variables before calling exec (c7631e5)

BREAKING CHANGES

  • command: HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.

1.2.0 (2021-02-02)

Features

  • adds license header to wait-for script (975d508)

1.1.0 (2021-02-02)

Bug Fixes

  • iteration: Remember to try one last time before giving up (2ed5308)

Features

  • option: Restrict the timeout input to non-negative integers (c4d125f)
  • option: Support more conventional formats in the option parser (ce95717)

1.0.0 (2021-01-31)

Features

  • version: trigger first release for v1.0.0 (33f1343)