Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@veqryn veqryn released this 01 Apr 07:09
· 4 commits to main since this release
e44c955

What's Changed

  • Http middleware by @veqryn in #21
    sloghttp.ExtractAttrCollection extractor will automatically add to the log
    record any attributes added by sloghttp.With after the sloghttp.AttrCollection
    http middleware. This allows other middlewares to log with attributes that would
    normally be out of scope, because they were added by a later middleware or the
    final http handler in the chain.

Full Changelog: v0.6.0...v0.7.0