Releases: fortio/cli
v1.12.1
What's Changed
- Rebuild with rebuilt log with re tag goroutine by @ldemailly in #47
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Bump fortio.org/duration from 1.0.1 to 1.0.4 by @dependabot[bot] in #44
- Fix data race (by not making the update but commenting caller should instead), update log with NO_COLOR and cli default fixes by @ldemailly in #46
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- Update README with duration flag information and example by @ldemailly in #43
Full Changelog: v1.10.0...v1.11.0
v1.10.0
Min go version is now go1.20 (will be go1.21 for scli and the rest)
Use 1.9.2 if stuck on older go
Use 1.23.8 if you can (stable and supported, latest security fixes as of this writing)
What's Changed
- latest struct2env/log and use last version of x/crypto/x509roots/fallback before sillyness of 1.23.0 appeared there too by @ldemailly in #41
Full Changelog: v1.9.2...v1.10.0
v1.9.2
What's Changed
Full Changelog: v1.9.0...v1.9.2
v1.9.1
Pick up https://github.com/fortio/log/releases/tag/v1.17.0
What's Changed
- Bump fortio.org/log from 1.16.0 to 1.17.0 by @dependabot in #39
Full Changelog: v1.9.0...v1.9.1
v1.9.0
v1.8.0
Allow an additional LOGGER_IGNORE_CLI_MODE env var to be set to true to ignore reset of logger settings that cli.Main()
does indirectly by calling SetDefaultsForClientTools(). This allows to get usually not needed LOGGER_LOG_FILE_AND_LINE=true and control all settings through flags and env.
What's Changed
- Bump fortio.org/log from 1.14.0 to 1.16.0 by @dependabot in #37
Full Changelog: v1.7.0...v1.7.1
v1.7.0
See https://github.com/fortio/cli#small-binaries
(new tags from smaller binaries)
What's Changed
- Pull log 1.14.0 with its no_net (no_http) tags by @ldemailly in #34
- Fix typo about tags in README.md by @ldemailly in #32
- codespell + manual grammar rework of a comment/doc by @ldemailly in #33
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add the CA bundle auto fallback for
FROM scratch
docker from/for multicurl to here use-tags no_tls_fallback
in your build to revert to previous mechanism where the OS bundle must be present (#31)
See Readme section for details.
Full Changelog: v1.5.2...v1.6.0