v0.7.0
What's Changed
- Http middleware by @veqryn in #21
sloghttp.ExtractAttrCollectionextractor will automatically add to the log
record any attributes added bysloghttp.Withafter thesloghttp.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