Skip to content

Releases: maoueh/zap-pretty

v0.3.0

21 Apr 19:55
Compare
Choose a tag to compare

Changelog

  • 9d64744 A few updates - Prevent panics from killing the process, recover them and print line as-is. - Started the work on being more streaming aware and deals better with duplicated keys in the JSON line. - Improved tests and benchmark a bit.
  • 4391465 Added serviceContext and logging.googleapis.com/labels as removed fields and added -all flag
  • 0c20b4b Change maximum line that can be read to 250MiB (still need some more work to "skip" line > 250MiB)
  • c6b911c Fix line handling when caller is not present, added support for logger name
  • c6c3e40 Fixed GitHub Matrix versions for Golang
  • 5291d02 Fixed stacktrace not pretty-printed when dealing with standard Zap logger format
  • c6d9e2e Fixed timezone of tests
  • d606306 Fixed wrong GitHub Actions definition
  • 686481f Updated go releaser, updated release script

v0.2.1

28 Feb 19:27
Compare
Choose a tag to compare

Changelog

60d344d Added possibility to to still format zapDriver format when timestamp instead of time exists
579649e Bumped to latest aurora version

v0.2.0

07 Jan 02:06
Compare
Choose a tag to compare

Changelog

61cc8e5 Added new installation instructions
c001955 Added support for pretty formatting of stacktrace and errorVerbose fields
5e45622 Added support for signaler under Windows platform
0af9619 Fixed parsing of zap standard format with ts being a timestamp string
b72f5a0 Now forwarding all signals to process group
b56a2dd Now showing 3 fields in a single line instead of 2

v0.1.1

02 Feb 04:08
Compare
Choose a tag to compare

Changelog

8f534c9 Fixed goreleaser config and removed changelog

v0.1.0

02 Feb 03:55
Compare
Choose a tag to compare

Changelog

be68ca3 Added support for zap.NewProduction default lines
8fce577 Converted to go.mod and updated README
f4c5b93 Factorized code and fixed wrong time formatting in zap driverr format
0f88efa Fixed bug where zap driver was still having msg field in JSON payload
a9834ea Initial addition of goreleaser config
8a9bf72 Initial commit
695543b Refactored to be testable
125e0f3 Slight improvement to README