Releases: samber/slog-datadog
Releases · samber/slog-datadog
v2.4.1
feat: add custom marshaler
v2.3.0
feat: add timeout parameter
What's Changed
- chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: https://github.com/samber/slog-datadog/commits/v2.3.0
v2.2.1
Fix record payload
v2.2.0
Make WithAttrs() immutable
v2.1.0
Feat: non blocking
v2.0.1
- Adding support for AddSource+ReplaceAttr
- Moving some code to samber/slog-common
v1.0.0
Upgrade to Go v1.21
v0.3.0
- Upgrade slog
- Fix slog.Group and slog.NewJSONHandler breaking changes
v0.2.0
Convert record timestamp to UTC
v0.1.1
- Upgrade to go 1.20.3
- Upgrade to golang.org/x/exp nightly