Skip to content

Releases: fortio/multicurl

v1.13.1

29 Mar 15:48
Compare
Choose a tag to compare

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

18 Mar 00:03
7b5ef1b
Compare
Choose a tag to compare

Changelog

  • Change/document the behavior of -H Host:xxx header flag (and matching HostOverride 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

11 Mar 21:37
2a7ed7e
Compare
Choose a tag to compare

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

  • 2a7ed7e Add -json summary output option (#43)
  • 2c5e534 Bump docker/setup-buildx-action from 1.7.0 to 2.4.1 (#42)
  • fe87b01 Bump docker/setup-qemu-action from 1.2.0 to 2.1.0 (#41)

v1.11.0

06 Mar 00:22
f5f126d
Compare
Choose a tag to compare

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

  • 5765a69 Bump github/codeql-action from 2.2.4 to 2.2.5 (#35)
  • dcdb442 Dump certificate expiry information (#38)
  • defa197 add support for -cacert and -insecure (#39)
  • f5f126d mtls (client cert) support (#40)

v1.10.2

19 Feb 23:17
551df2f
Compare
Choose a tag to compare

Changelog

  • 551df2f Use the 1.0 version of fortio.org/cli (#33)

v1.10.1

19 Feb 19:37
6c334a9
Compare
Choose a tag to compare

Changelog

  • 6c334a9 use newer, leaner cli package, cleans up go.mod/go.sum and more direct config (#32)

v1.10.0

19 Feb 05:52
Compare
Choose a tag to compare

Changelog

  • 85cc871 Bump github/codeql-action from 2.2.2 to 2.2.4 (#30)
  • e039673 Make sure we use go1.19.6 for goreleaser building
  • b43589e Switched to fortio.org/cli for main() setup, ditto for Plural* (#31)

v1.9.1

13 Feb 01:38
Compare
Choose a tag to compare

Changelog

  • fa9721f minor: update log and readme flag output a bit wider before folding

v1.9.0

12 Feb 22:49
5bb67eb
Compare
Choose a tag to compare

What's Changed

  • Switch to new top level fortio.org/log and version 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

v1.8.0

04 Feb 19:20
91a6f5f
Compare
Choose a tag to compare

Changelog