Skip to content

Releases: go-kit/log

v0.2.1

14 May 16:42
0b69c70
Compare
Choose a tag to compare

This release fixes a few small bugs and adds level.Parse which allows levels to be set by a string input from e.g. flags or environment variables. Thanks, @mcosta74!

What's Changed

  • fix safeError & safeString for json format by @dwiyanr in #20
  • Update CI and add badges to README by @ChrisHines in #21
  • Allow to configure allowed levels by string value by @mcosta74 in #22

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Sep 14:19
71fa7d7
Compare
Choose a tag to compare

This release adds updates for Go 1.17, and reduces the set of dependencies.

  • Updates for Go 1.17 (#7)
  • Remove the stack library dependency (#10)
  • Simplify stack helpers and remove internal/stack package (#11)