Skip to content

Releases: treavorj/zerolog

v1.34.4: Merge pull request #2 from treavorj/sync-branch

17 Dec 19:42
d288b01

Choose a tag to compare

New Features:

  • Add following methods for logger to better match std.log and popular libraries that require a wrapper:
    • Debugf
    • Infof
    • Warnf
    • Warningf
    • Errorf
    • Fatalf

Upstream New Features:

  • Add on interface for net/http
    • IPAddr: Adds a field with net.IP
    • IPPrefix: Adds a field with net.IPNet
    • MACAddr: Adds a field withg net.HardwareAddr

Other:

  • Improve test coverage

v1.34.3

11 Jul 21:22

Choose a tag to compare

Merge multiple changes from base repository

Full Changelog: v1.34.2...v1.34.3

v1.34.2

19 Nov 22:53

Choose a tag to compare

Reduce memory footprint by reorganizing structure
Correct listed problems from gopls

v1.34.1

18 Nov 23:08
ff6d79b

Choose a tag to compare

Made independent fork of zerolog

v1.34.0-rc.0

13 Nov 22:34

Choose a tag to compare

Add deduplication methods for context and events