Skip to content

Releases: fortio/cli

v1.12.3

10 Nov 22:10
d5f9824

Choose a tag to compare

What's Changed

  • Newest log (without redirect info message about cli tools) and linter induced updates by @ldemailly in #50

Full Changelog: v1.12.2...v1.12.3

v1.12.2

11 Oct 03:27
dc07dfa

Choose a tag to compare

What's Changed

  • Handle -quiet before setting the cli default by @ldemailly in #48

Full Changelog: v1.12.1...v1.12.2

v1.12.1

04 Oct 04:14
8847b3b

Choose a tag to compare

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

04 Oct 03:34
3765e08

Choose a tag to compare

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

11 Sep 21:27
90051bb

Choose a tag to compare

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

06 Apr 22:57
ddacd3e

Choose a tag to compare

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

02 Oct 21:18
2ec6dff

Choose a tag to compare

v1.9.1

02 Oct 20:20
fbd6201

Choose a tag to compare

v1.9.1 Pre-release
Pre-release

Pick up https://github.com/fortio/log/releases/tag/v1.17.0

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

15 Aug 20:26
53eb244

Choose a tag to compare

What's Changed

  • Move scli's UntilInterrupted() here so it can be used in non server side CLIs in #38

Full Changelog: v1.8.0...v1.9.0

v1.8.0

29 Jul 18:23
fcd3323

Choose a tag to compare

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

Full Changelog: v1.7.0...v1.7.1