Releases: ParticleHealth/tau
Releases · ParticleHealth/tau
v0.12.1
What's Changed
- Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #40
- Fix error field JSON marshalling by @vasyharan in #41
- Enables adding stack to log lines error reporting by @vasyharan in #42
- Allow nil to WithError by @vasyharan in #43
Full Changelog: v0.11.0...v0.12.1
Release v0.11.0
What's Changed
- Use SpanContext instead of Span by @vasyharan in #39
New Contributors
- @vasyharan made their first contribution in #39
Full Changelog: v0.10.0...v0.11.0
Release v0.10.0
Release v0.9.0
What's Changed
- Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #34
- slog encoding directly to output by @Orbz in #36
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: v0.8.0...v0.9.0
Release v0.8.0
Release v0.7.0
Bugs
- slog: Removing
timefield as it breaks logging on GCE COS (#27)
Release v0.6.0
Features
- slog: Convenience methods for working with Details/Errors (#22)
Release v0.5.0
Features
- slog: Convenience funcs for working with Context (#20)
Release v0.4.0
Breaking Changes
- slog: Removing slog.Pair and instead just standardizing on map[string]interface{} (#18)
Release v0.3.0
Features
- slog: Adding
WithDetailsfuncs to support free-form JSON context (#17)