Skip to content

Releases: fortio/multicurl

v1.15.2

21 Mar 00:56
e0d12c5
Compare
Choose a tag to compare

Changes

  • Use shared workflows and linter/releaser configs (#139)
  • Rebuild with go1.21.8
  • Make the test not break when cloudflare proxy is off (2 ip -> 1 ip...) (#98)

And dependencies update

Full Changelog: v1.15.2...v1.15.2

v1.15.1

03 Aug 21:58
968fe66
Compare
Choose a tag to compare

What's Changed

  • Catch up to latest 'final' log output [LVL] by @ldemailly in #94
  • Updated dependencies, rebuild with go1.20.7

Full Changelog: v1.15.0...v1.15.1

Changelog

  • de5fd77 Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#85)
  • ed2af0c Bump fortio.org/log from 1.7.0 to 1.8.1 (#87)
  • 43266c5 Bump github/codeql-action from 2.20.3 to 2.20.4 (#86)
  • b467f67 Bump github/codeql-action from 2.20.4 to 2.21.0 (#88)
  • bc7ab7f Bump github/codeql-action from 2.21.0 to 2.21.2 (#89)
  • 968fe66 Catch up to latest 'final' log output [LVL] (#94)

v1.15.0

07 Jul 14:28
4e18fd2
Compare
Choose a tag to compare

What's Changed

  • Updates to dependencies - pick up color support from fortio.org/log and cli

Full Changelog: v1.14.1...v1.15.0

Changelog

  • 6b07b45 Bump actions/checkout from 3.5.2 to 3.5.3 (#73)
  • 0d3d3ba Bump docker/login-action from 2.1.0 to 2.2.0 (#70)
  • 8fa791c Bump docker/setup-buildx-action from 2.5.0 to 2.9.0 (#82)
  • a50dac7 Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#74)
  • 4e18fd2 Bump fortio.org/cli from 1.1.0 to 1.2.0 (#83)
  • 5d99aca Bump fortio.org/log from 1.3.0 to 1.7.0 (#84)
  • 253cf70 Bump github/codeql-action from 2.20.2 to 2.20.3 (#81)
  • d56ecd0 Bump github/codeql-action from 2.3.2 to 2.20.2 (#80)
  • 9b88608 Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#71)
  • 230c870 use fortio.org/testscript@v0.3.1 (#66)

v1.14.1

07 May 18:29
dd11c23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

Changelog

  • 753e9c1 Add note to readme about package move (#55)
  • 94444fd Bump actions/checkout from 3.5.0 to 3.5.2 (#60)
  • 87ea4f6 Bump fortio.org/testscript from 0.1.0 to 0.2.0 (#57)
  • 8ebfccd Bump github/codeql-action from 2.2.11 to 2.3.0 (#61)
  • f59a343 Bump github/codeql-action from 2.2.9 to 2.2.11 (#58)
  • 40681c5 Bump github/codeql-action from 2.3.0 to 2.3.2 (#63)
  • dd11c23 newer testscript without the 'killed' issue on mac (#65)
  • 0a81d46 on some machine order of localhost is flipped (#62)

v1.14.0

29 Mar 04:52
42fa0b4
Compare
Choose a tag to compare

Changelog

#54

  • Moved to fortio.org package wise
  • Use go 1.20 and built in coverage.
  • Use hacked together standalone fortio.org/testscript fork

v1.13.0...v1.14.0

v1.13.2

29 Mar 16:53
Compare
Choose a tag to compare

Improve link to new package import

Full Changelog: v1.13.1...v1.13.2

Changelog

  • ffb34a5 add pkg.go.dev style links

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)