Skip to content

Releases: fortio/scli

v1.7.0

03 Jul 18:55
599b31f
Compare
Choose a tag to compare

What's Changed

  • add a -logger-file-line=false flag to turn off filename and line numbers (#15)

Full Changelog: v1.6.0...v1.7.0

v1.6.0

26 Jun 21:30
0e3e726
Compare
Choose a tag to compare

What's Changed

#14

  • Update to log 1.5.0 with sec.usec TS format/example
  • Added logger-timestamp flag to turn off JSON timestamps (-logger-timestamp=false)
  • Potentially breaking change: changed json-log flag (-json-log=false) to logger-json (-logger-json=false) for common "log" prefix consistency

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Jun 21:33
16ea058
Compare
Choose a tag to compare

What's Changed

  • use JSON structured logging, expose -json-log=false option (#11)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

22 Apr 22:00
51379a7
Compare
Choose a tag to compare

What's Changed

  • add scli.UntilInterrupted() to run until killed (-INT) / ^Ced (#9)

Full Changelog: v1.3.1...v1.4.0

v1.3.1

04 Mar 02:39
11259a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Mar 22:17
31b1bd7
Compare
Choose a tag to compare

What's Changed

  • Add scli.NumFD() cross platform "get number of open file descriptor" util by @ldemailly in #5

Full Changelog: v1.2.0...v1.3.0

v1.2.0

25 Feb 23:46
b81106f
Compare
Choose a tag to compare

What's Changed

  • Remove dep on main fortio (fhttp) package to avoid near circular dependency as fortio uses scli too now (#4)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Feb 17:48
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

v1.0.1

20 Feb 05:50
11b65b9
Compare
Choose a tag to compare

What's Changed

  • Minor tweak to output, use log.Infof in "starting" message so -quiet removes it (#2)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Feb 23:07
3e5d606
Compare
Choose a tag to compare

What's Changed

  • Prep for 1.0, fix up readme and godoc, add workflows (#1)

Full Changelog: v0.6.2...v1.0.0