Skip to content

Releases: nrfta/go-log

v0.14.0

03 Jun 16:52
158289e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

03 May 18:01
b9047d1
Compare
Choose a tag to compare

🏠 Internal

📦 Dependencies


Contributors

@dependabot, @dependabot[bot], @gjarmstrong and @josemarluedke


For full changes, see the comparison between v0.12.0 and v0.13.0

v0.12.0

27 Nov 10:58
59519f0
Compare
Choose a tag to compare

🚀 Enhancement

📦 Dependencies


Contributors

@dependabot, @gjarmstrong and @josemarluedke


For full changes, see the comparison between v0.11.0 and v0.12.0

v0.11.0

14 Nov 11:29
9fbab9b
Compare
Choose a tag to compare

🏠 Internal


Contributors

@gjarmstrong, @josemarluedke and @strobus


For full changes, see the comparison between v0.10.0 and v0.11.0

v0.10.0

17 Jan 00:44
213cdc4
Compare
Choose a tag to compare

🚀 Enhancement


Contributors

@josemarluedke, @strobus and @thomas-esposito


For full changes, see the comparison between v0.9.1 and v0.10.0

v0.9.1

15 Jan 20:50
Compare
Choose a tag to compare
  • renamed isProduction parameter to isJSONFormatted in the New function

Contributors

@strobus


For full changes, see the comparison between v0.9.0 and v0.9.1

v0.9.0

15 Jan 18:02
81601eb
Compare
Choose a tag to compare
  • add log new error methods; convert Fields to []Field (#4) @strobus

Contributors

@strobus


For full changes, see the comparison between v0.8.0 and v0.9.0

v0.8.0

11 Nov 03:02
680fa56
Compare
Choose a tag to compare
  • degrade gracefully when context not properly initialized (#3) @strobus

Contributors

@strobus


For full changes, see the comparison between v0.7.0 and v0.8.0

v0.7.0

10 Nov 20:34
8a4da74
Compare
Choose a tag to compare

🚀 Enhancement

  • support holding logging Fields in context (#2) @strobus

Contributors

@josemarluedke and @strobus


For full changes, see the comparison between v0.6.0 and v0.7.0

v0.6.0

07 Oct 03:23
Compare
Choose a tag to compare
  • Added GetLogger method to return the current logger instance. Useful when passing the logger to shared libraries.