Skip to content

subscriber: prepare to release 0.3.6#1839

Merged
hawkw merged 1 commit intov0.1.xfrom
eliza/subscriber-0.3.6
Jan 14, 2022
Merged

subscriber: prepare to release 0.3.6#1839
hawkw merged 1 commit intov0.1.xfrom
eliza/subscriber-0.3.6

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