Skip to content

tracing-subscriber 0.3.11

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 21:37
· 562 commits to master since this release
b9da544

This is a bugfix release for the Filter implementation for EnvFilter added
in v0.3.10.

Fixed

  • env-filter: Added missing Filter::on_record callback to EnvFilter's
    Filter impl (#2058)
  • env-filter: Fixed method resolution issues when calling EnvFilter
    methods with both the Filter and Layer traits in scope (#2057)
  • env-filter: Fixed EnvFilter::builder().parse() and other parsing methods
    returning an error when parsing an empty string (#2052)

Thanks to new contributor @Ma124 for contributing to this release!