Skip to content

Releases: hamba/logger

v2.7.0

17 Sep 11:27
13bc99b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.26.0 to 1.27.0 in the all group by @dependabot in #84
  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.27.0 to 1.28.0 in the all group by @dependabot in #85
  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.28.0 to 1.29.0 in the all group by @dependabot in #86
  • chore: bump to go 1.22 by @nrwiersma in #88

Full Changelog: v2.6.0...v2.7.0

v2.6.0

21 May 11:11
1d510e9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the all group with 1 update by @dependabot in #76
  • chore(deps): bump the all group with 1 update by @dependabot in #75
  • chore(deps): bump the all group with 1 update by @dependabot in #77
  • chore(deps): bump the all group with 1 update by @dependabot in #78
  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.25.0 in the all group by @dependabot in #79
  • chore(deps): bump golangci/golangci-lint-action from 4 to 5 in the all group by @dependabot in #80
  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.25.0 to 1.26.0 in the all group by @dependabot in #81
  • chore(deps): bump the all group with 2 updates by @dependabot in #82
  • feat: add trace level support by @nrwiersma in #83

Full Changelog: v2.5.1...v2.6.0

v2.5.1

12 Feb 05:22
bee6fba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

01 Sep 05:21
6894d09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

12 Jul 08:02
7729fc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

07 Sep 16:19
9d8f564
Compare
Choose a tag to compare
  • Added Writer
  • Updated dependencies

v2.2.0

26 May 15:42
3e4a1d1
Compare
Choose a tag to compare
  • Added ctx.Stack context field
  • Added ctx.Caller context field
  • Added support for timestamps

v2.1.0

17 May 08:46
6a218c2
Compare
Choose a tag to compare

Removed Interface

v2.0.0

14 May 17:54
349a3d8
Compare
Choose a tag to compare

Major revamp of the package

v1.1.0

21 Nov 06:25
97d69dc
Compare
Choose a tag to compare

feat: added console formatter
feat: use Event for message passing