Cdr Slog Versions Save

Minimal structured logging library for Go

v1.6.1

9 months ago

What's Changed

Full Changelog: https://github.com/coder/slog/compare/v1.6.0...v1.6.1

v1.6.0

9 months ago

What's Changed

Full Changelog: https://github.com/coder/slog/compare/v1.5.4...v1.6.0

v1.5.4

11 months ago

c17dfd2 (HEAD -> main, tag: v1.5.4, origin/main, origin/HEAD) Support keysAndArgs API of stdlib slog (#173) 2202bcf fix: Use SyscallConn for isTTY which is safe during file close (#167) aa14d1b chore: bump cloud.google.com/go from 0.26.0 to 0.110.2 (#175) fd83a35 chore: bump golang.org/x/crypto (#174)

v1.5.0

1 year ago

v1.4.1

2 years ago

v1.4.0

2 years ago

v1.3.0

4 years ago
  • Simplified API #79

v1.2.0

4 years ago
  • Improve reflection encoding #74
  • Improved assert API #76 #74
  • Improved assert diffs #77

v1.1.0

4 years ago
  • Document logging levels #71
  • Improved slogtest/assert docs #68

v1.0.0

4 years ago

🎊

  • Add reflection encoder for lists #67
  • Document encoding of values
  • Handle protobuf fields properly