Skip to content

Commit f04ba10

Browse files
hawkwkaffarell
authored andcommitted
log: prepare to release v0.1.3 (tokio-rs#2086)
# 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
1 parent 94b7d97 commit f04ba10

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

tracing-log/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 0.1.3 (April 21st, 2022)
2+
3+
### Added
4+
5+
- **log-tracer**: Added `LogTracer::with_interest_cache` to enable a limited
6+
form of per-record `Interest` caching for `log` records ([#1636])
7+
8+
### Changed
9+
10+
- Updated minimum supported Rust version (MSRV) to Rust 1.49.0 ([#1913])
11+
12+
### Fixed
13+
14+
- **log-tracer**: Fixed `LogTracer` not honoring `tracing` max level filters
15+
([#1543])
16+
- Broken links in documentation ([#2068], [#2077])
17+
18+
Thanks to @Millione, @teozkr, @koute, @Folyd, and @ben0x539 for contributing to
19+
this release!
20+
21+
[#1636]: https://github.com/tokio-rs/tracing/pulls/1636
22+
[#1913]: https://github.com/tokio-rs/tracing/pulls/1913
23+
[#1543]: https://github.com/tokio-rs/tracing/pulls/1543
24+
[#2068]: https://github.com/tokio-rs/tracing/pulls/2068
25+
[#2077]: https://github.com/tokio-rs/tracing/pulls/2077
26+
127
# 0.1.2 (February 19th, 2020)
228

329
### Added

0 commit comments

Comments
 (0)