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.3.6 #1839

Merged
merged 1 commit into from
Jan 14, 2022
Merged

subscriber: prepare to release 0.3.6 #1839

merged 1 commit into from
Jan 14, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jan 14, 2022

0.3.6 (Jan 14, 2022)

This release adds configuration options to tracing_subscriber::fmt to
log source code locations for events.

Added

  • fmt: Added with_file and with_line_number configuration
    methods to fmt::Format, fmt::SubscriberBuilder, and fmt::Layer
    (#1773)

Fixed

  • fmt: Removed incorrect leading comma from span fields with the
    Pretty formatter (#1833)

Deprecated

  • fmt: Deprecated Pretty::with_source_location, as it can now be
    replaced by the more general Format, SubscriberBuilder, and
    Layer methods (#1773)

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

# 0.3.6 (Jan 14, 2022)

This release adds configuration options to `tracing_subscriber::fmt` to
log source code locations for events.
### Added

- **fmt**: Added `with_file` and `with_line_number` configuration
  methods to `fmt::Format`, `fmt::SubscriberBuilder`, and `fmt::Layer`
  ([#1773])

### Fixed

- **fmt**: Removed incorrect leading comma from span fields with the
  `Pretty` formatter ([#1833])

### Deprecated

- **fmt**: Deprecated `Pretty::with_source_location`, as it can now be
  replaced by the more general `Format`, `SubscriberBuilder`, and
  `Layer` methods ([#1773])

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

[#1773]: #1773
[#1833]: #1833
@hawkw hawkw requested a review from a team as a code owner January 14, 2022 20:44
@hawkw hawkw merged commit f835405 into v0.1.x Jan 14, 2022
@hawkw hawkw deleted the eliza/subscriber-0.3.6 branch January 14, 2022 21:15
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.3.6 (Jan 14, 2022)

This release adds configuration options to `tracing_subscriber::fmt` to
log source code locations for events.
### Added

- **fmt**: Added `with_file` and `with_line_number` configuration
  methods to `fmt::Format`, `fmt::SubscriberBuilder`, and `fmt::Layer`
  ([tokio-rs#1773])

### Fixed

- **fmt**: Removed incorrect leading comma from span fields with the
  `Pretty` formatter ([tokio-rs#1833])

### Deprecated

- **fmt**: Deprecated `Pretty::with_source_location`, as it can now be
  replaced by the more general `Format`, `SubscriberBuilder`, and
  `Layer` methods ([tokio-rs#1773])

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

[tokio-rs#1773]: tokio-rs#1773
[tokio-rs#1833]: tokio-rs#1833
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.

1 participant