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.0-alpha.5 #555

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jan 31, 2020

Added:

Fixed:

  • registry: Fixed a memory leak in the slab used to store per-span
    data (3c35048)
  • Layer: Fixed Layered subscribers failing to downcast to their
    own type (subscriber: fix Layered layers not downcasting to themselves #549)
  • fmt: Fixed a panic when multiple layers insert FormattedFields
    extensions from the same formatter type (1c3bb70)
  • fmt: Fixed fmt::Layer::on_record inserting a new
    FormattedFields when formatted fields for a span already exist
    (1c3bb70)

Signed-off-by: Eliza Weisman [email protected]

Added:

- **env_filter**: Documentation for filtering directives (#554)
- **registry**, **env_filter**: Updated `smallvec` dependency to 0.1
  (#543)

Fixed:

- **registry**: Fixed a memory leak in the slab used to store per-span
  data (3c35048)
- **Layer**: Fixed `Layered` subscribers failing to downcast to their
  own type (#549)
- **fmt**: Fixed a panic when multiple layers insert `FormattedFields`
  extensions from the same formatter type (1c3bb70)
- **fmt**: Fixed `fmt::Layer::on_record` inserting a new
  `FormattedFields` when  formatted fields for a span already exist
  (1c3bb70)

Signed-off-by: Eliza Weisman <[email protected]>
@hawkw hawkw requested review from davidbarsky and a team January 31, 2020 22:48
@hawkw hawkw merged commit c889311 into master Jan 31, 2020
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.

2 participants