Releases: go-logfmt/logfmt
Releases · go-logfmt/logfmt
v0.6.0
Added
- NewDecoderSize by [@alexanderjophus]
v0.5.1
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
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
Added
- Go module support by @ChrisHines
- CHANGELOG by @ChrisHines
Changed
- Drop invalid runes from keys instead of returning ErrInvalidKey by @ChrisHines
- On panic while printing, attempt to print panic value by @bboreham
v0.3.0
Added
- Pool buffers for quoted strings and byte slices by @nussjustin
Fixed
- Fuzz fix, quote invalid UTF-8 values by @judwhite
v0.2.0
v0.1.0
Added
- Encoder
- Decoder
- MarshalKeyvals