Commit f04ba10
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#16641 parent 94b7d97 commit f04ba10
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
1 | 27 | | |
2 | 28 | | |
3 | 29 | | |
| |||
0 commit comments