Skip to content

Releases: samber/slog-datadog

v2.4.1

11 Feb 20:40
Compare
Choose a tag to compare

feat: add custom marshaler

v2.3.0

03 Feb 20:30
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/samber/slog-datadog/commits/v2.3.0

v2.2.1

15 Jan 16:51
Compare
Choose a tag to compare

Fix record payload

v2.2.0

25 Dec 21:38
Compare
Choose a tag to compare

Make WithAttrs() immutable

v2.1.0

25 Oct 08:33
Compare
Choose a tag to compare

Feat: non blocking

v2.0.1

21 Oct 19:34
Compare
Choose a tag to compare
  • Adding support for AddSource+ReplaceAttr
  • Moving some code to samber/slog-common

v1.0.0

09 Aug 16:38
Compare
Choose a tag to compare

Upgrade to Go v1.21

v0.3.0

20 Jun 16:34
Compare
Choose a tag to compare
  • Upgrade slog
  • Fix slog.Group and slog.NewJSONHandler breaking changes

v0.2.0

30 Apr 18:33
Compare
Choose a tag to compare

Convert record timestamp to UTC

v0.1.1

25 Apr 20:49
Compare
Choose a tag to compare
  • Upgrade to go 1.20.3
  • Upgrade to golang.org/x/exp nightly