Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriber: prepare to release 0.2.19 #1448

Merged
merged 1 commit into from Jun 26, 2021
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jun 26, 2021

0.2.19 (June 25, 2021)

Deprecated

  • registry: SpanRef::parents, SpanRef::from_root, and
    Context::scope iterators, which are replaced by new SpanRef::scope
    and Scope::from_root iterators (core: add as_str() for Level #1413)

Added

Thanks to @teozkr and @Folyd for contributing to this release!

# 0.2.19 (June 25, 2021)

### Deprecated

- **registry**: `SpanRef::parents`, `SpanRef::from_root`, and
  `Context::scope` iterators, which are replaced by new `SpanRef::scope`
  and `Scope::from_root` iterators (#1413)

### Added

- **registry**: `SpanRef::scope` method, which returns a leaf-to-root
  `Iterator` including the leaf span (#1413)
- **registry**: `Scope::from_root` method, which reverses the `scope`
  iterator to iterate root-to-leaf (#1413)
- **registry**: `Context::event_span` method, which looks up the parent
  span of an event (#1434)
- **registry**: `Context::event_scope` method, returning a `Scope`
  iterator over the span scope of an event (#1434)
- **fmt**: `MakeWriter::make_writer_for` method, which allows returning
  a different writer based on a span or event's metadata (#1141)
- **fmt**: `MakeWriterExt` trait, with `with_max_level`,
  `with_min_level`, `with_filter`, `and`, and `or_else` combinators
  (#1274)
- **fmt**: `MakeWriter` implementation for `Arc<W> where &W: io::Write`
  (#1274)

Thanks to @teozkr and @Folyd for contributing to this release!
@hawkw hawkw requested a review from davidbarsky June 26, 2021 00:19
@hawkw hawkw requested a review from a team as a code owner June 26, 2021 00:19
@hawkw hawkw merged commit 807bc8f into v0.1.x Jun 26, 2021
@hawkw hawkw deleted the eliza/subscriber-0.2.19 branch June 26, 2021 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant