Skip to content

Releases: go-logfmt/logfmt

v0.6.0

31 Jan 03:59
Compare
Choose a tag to compare

Added

v0.5.1

18 Aug 17:51
Compare
Choose a tag to compare

This release does not contain any code changes. Most of the changes since the last release are related to CI logistics behind the scenes. The only reason for tagging a new release is to update the go.mod file for Go 1.17 as described in the Go 1.17 release notes

v0.5.0

18 Jul 23:41
Compare
Choose a tag to compare

Changed

  • Remove the dependency on github.com/kr/logfmt by @ChrisHines
  • Move fuzz code to github.com/go-logfmt/fuzzlogfmt by @ChrisHines

v0.4.0

22 Nov 01:58
Compare
Choose a tag to compare

Added

Changed

  • Drop invalid runes from keys instead of returning ErrInvalidKey by @ChrisHines
  • On panic while printing, attempt to print panic value by @bboreham

Commits

v0.3.0

22 Nov 01:25
Compare
Choose a tag to compare

Added

  • Pool buffers for quoted strings and byte slices by @nussjustin

Fixed

  • Fuzz fix, quote invalid UTF-8 values by @judwhite

Commits

v0.2.0

22 Nov 01:25
Compare
Choose a tag to compare

Added

  • Encoder.EncodeKeyvals

Commits

v0.1.0

22 Nov 01:24
Compare
Choose a tag to compare

Added

  • Encoder
  • Decoder
  • MarshalKeyvals