Releases: fortio/multicurl
Releases · fortio/multicurl
v1.13.1
Indicate the new location of the go import path (github.com/fortio/multicurl -> fortio.org/multicurl)
Full Changelog: v1.13.0...v1.13.1
v1.13.0
Changelog
- Change/document the behavior of
-H Host:xxx
header flag (and matchingHostOverride
Config
field) to also make xxx be the ServerName in SNI/TLS handshake (#47)
Such as
multicurl -H host:xxx https://yyy/a/b
is the same as
multicurl -I ips_of_yyy.txt https://xxx/a/b
(like simpler version of
host yyy | awk '{print $4}' | multicurl -I - https://xxx/a/b
this was already working for http but not https
)
v1.12.0
What's Changed
- Add
-json
JSON summary output option, see README.md for example output/usage (#43) - Rebuild with go1.19.7
Full Changelog: v1.11.0...v1.12.0
Changelog
v1.11.0
What's Changed
- Dump certificate expiry information including option to error out if expiry is too close (
-cert-expiry
flag) in #38 - Add support for
-cacert
and-insecure
(for https to non standard certs servers) in #39 - mutual TLS / mtls support (client cert, pass
-cert
,-key
files) in #40
Full Changelog: v1.10.2...v1.11.0
Changelog
v1.10.2
v1.10.1
v1.10.0
v1.9.1
v1.9.0
What's Changed
- Switch to new top level
fortio.org/log
andversion
top level packages by @ldemailly in #29
(reduces dependencies/size and removed unused flags)
Full Changelog: v1.8.0...v1.9.0
Changelog
- b340c06 Bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#28)
- d954b07 Bump github/codeql-action from 2.2.1 to 2.2.2 (#27)
- b764216 Update README.md
- 32cc5bf Update README.md
- 776a1fe Update README.md
- 5bb67eb switch to new top level log and version packages (#29)
- 4d70b52 update example
- a9efc52 use CGO_ENABLED=0 for go install instruction