Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@maoueh maoueh released this 21 Apr 19:55
· 5 commits to master since this release

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