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

Release a new version of tracing-log #1664

Closed
koute opened this issue Oct 21, 2021 · 9 comments
Closed

Release a new version of tracing-log #1664

koute opened this issue Oct 21, 2021 · 9 comments
Labels
crate/log Related to the `tracing-log` crate

Comments

@koute
Copy link

koute commented Oct 21, 2021

It'd be nice to have the current v0.1.x branch pushed out to crates.io (as 0.1.3?).

(If there's anything that still needs to be done before the new version can be uploaded I'd be happy to help out.)

@hawkw
Copy link
Member

hawkw commented Oct 21, 2021

We should probably fix #1663 first, but I can try to publish a release this afternoon!

@hawkw hawkw added the crate/log Related to the `tracing-log` crate label Oct 21, 2021
@koute
Copy link
Author

koute commented Oct 21, 2021

We should probably fix #1663 first, but I can try to publish a release this afternoon!

Shouldn't be too much of an issue; I can take care of that if you'd like!

@hawkw
Copy link
Member

hawkw commented Oct 21, 2021

We should probably fix #1663 first, but I can try to publish a release this afternoon!

Shouldn't be too much of an issue; I can take care of that if you'd like!

if you have the time to, that would be great! otherwise, we can do a release of 0.1.3 this afternoon, and a release with a fix for no-std support in a following version once it's fixed.

@koute
Copy link
Author

koute commented Dec 2, 2021

Since #1670 seems to be stalled could we maybe get a new release of tracing-log as-is anyway please? (:

@hawkw
Copy link
Member

hawkw commented Dec 2, 2021

Yes, sorry for the delay!

I'd also like to give #1670 another review, as well --- sorry about that; I've been busy with a lot of other things.

@koute
Copy link
Author

koute commented Jan 28, 2022

Gentle reminder. (:

@bkchr
Copy link
Contributor

bkchr commented Feb 24, 2022

@hawkw is there any chance we can get this released? Please :)

hawkw added a commit that referenced this issue Apr 21, 2022
# 0.1.3 (April 21st, 2022)

### Added

- **log-tracer**: Added `LogTracer::with_interest_cache` to enable a
 limited form of per-record `Interest` caching for `log` records
 ([#1636])

### Changed

- Updated minimum supported Rust version (MSRV) to Rust 1.49.0 ([#1913])

### Fixed

- **log-tracer**: Fixed `LogTracer` not honoring `tracing` max level
  filters ([#1543])
- Broken links in documentation ([#2068], [#2077])

Thanks to @Millione, @teozkr, @koute, @Folyd, and @ben0x539 for
contributing to this release!

[#1636]: https://github.com/tokio-rs/tracing/pulls/1636
[#1913]: https://github.com/tokio-rs/tracing/pulls/1913
[#1543]: https://github.com/tokio-rs/tracing/pulls/1543
[#2068]: https://github.com/tokio-rs/tracing/pulls/2068
[#2077]: https://github.com/tokio-rs/tracing/pulls/2077

Fixes #1884
Fixes #1664
@hawkw
Copy link
Member

hawkw commented Apr 22, 2022

Fixed by #2086. Sorry for the delay!

@hawkw hawkw closed this as completed Apr 22, 2022
@bkchr
Copy link
Contributor

bkchr commented Apr 22, 2022

@hawkw ty :)

kaffarell pushed a commit to kaffarell/tracing that referenced this issue May 22, 2024
# 0.1.3 (April 21st, 2022)

### Added

- **log-tracer**: Added `LogTracer::with_interest_cache` to enable a
 limited form of per-record `Interest` caching for `log` records
 ([tokio-rs#1636])

### Changed

- Updated minimum supported Rust version (MSRV) to Rust 1.49.0 ([tokio-rs#1913])

### Fixed

- **log-tracer**: Fixed `LogTracer` not honoring `tracing` max level
  filters ([tokio-rs#1543])
- Broken links in documentation ([tokio-rs#2068], [tokio-rs#2077])

Thanks to @Millione, @teozkr, @koute, @Folyd, and @ben0x539 for
contributing to this release!

[tokio-rs#1636]: https://github.com/tokio-rs/tracing/pulls/1636
[tokio-rs#1913]: https://github.com/tokio-rs/tracing/pulls/1913
[tokio-rs#1543]: https://github.com/tokio-rs/tracing/pulls/1543
[tokio-rs#2068]: https://github.com/tokio-rs/tracing/pulls/2068
[tokio-rs#2077]: https://github.com/tokio-rs/tracing/pulls/2077

Fixes tokio-rs#1884
Fixes tokio-rs#1664
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate/log Related to the `tracing-log` crate
Projects
None yet
Development

No branches or pull requests

3 participants