Skip to content

Releases: maxcnunes/waitforit

v2.4.1

17 Oct 14:42
Compare
Choose a tag to compare
  • Fix default ports not been resolved (e.g. https=443)
  • Add -insecure option to allow connection to self-signed ssl certificates

v2.4.0

04 Sep 11:49
Compare
Choose a tag to compare
  • Add support for -proto: Protocol to use during the connection

v2.3.0

02 Sep 00:58
Compare
Choose a tag to compare
  • Add support for -status: Expected status that address should return (e.g. 200) (by @killmenot )

    waitforit \
        -address=http://google.com \
        -status 200 \
        -debug
    
  • Add support for -header: List of headers sent in the http(s) ping request

    waitforit \
        -address=http://google.com \
        -header "Authorization: Basic Zm9vOmJhcg==" \
        -header "X-ID: 111" \
        -debug
    

v2.2.1

30 Aug 20:51
Compare
Choose a tag to compare

v2.2.0

22 Jan 13:17
Compare
Choose a tag to compare
  • Add an optional retry timeout parameter (by @javajolt )
  • Support custom port for https

v2.1.0

21 Aug 13:23
Compare
Choose a tag to compare
  • Improve message for when is missing all required fields

v2.0.0

20 Aug 21:33
Compare
Choose a tag to compare

New Features

  • Allow execute a post command once the address became available (thanks to @balintant 👏👏 )

Breaking Changes

  • Changed full-connection on cli args to address - 499ff5d
  • Changed connectionString on configuration file to address - 7213ab8

v1.4.0

10 Nov 21:31
Compare
Choose a tag to compare
  • Add support to use a config file - by @Roverr
  • Improve concurrent logs - by @krolow

v1.3.2

21 Sep 10:57
Compare
Choose a tag to compare

v1.3.1

20 Jun 21:35
Compare
Choose a tag to compare