Skip to content

Commit 168d33d

Browse files
committed
Merge tag 'tracing-subscriber-0.3.17' into feat/tracing-journald
This release of `tracing-subscriber` fixes a build error when using `env-filter` with recent versions of the `regex` crate. It also introduces several minor API improvements. - **env-filter**: Add "unicode-case" and "unicode-perl" to the `regex` dependency, fixing a build error with recent versions of `regex` (tokio-rs#2566) - A number of minor documentation typos and other fixes (tokio-rs#2384, tokio-rs#2378, tokio-rs#2368, tokio-rs#2548) - **filter**: Add `fmt::Display` impl for `filter::Targets` (tokio-rs#2343) - **fmt**: Made `with_ansi(false)` no longer require the "ansi" feature, so that ANSI formatting escapes can be disabled without requiring ANSI-specific dependencies (tokio-rs#2532) - **fmt**: Dim targets in the `Compact` formatter, matching the default formatter (tokio-rs#2409) Thanks to @keepsimple1, @andrewhalle, @LeoniePhiline, @LukeMathWalker, @howardjohn, @daxpedda, and @dbidwell94 for contributing to this release!
2 parents 92cd43f + 0114ec1 commit 168d33d

File tree

177 files changed

+6692
-4455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+6692
-4455
lines changed

.config/nextest.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# recommended nextest profile for CI jobs (from
2+
# https://nexte.st/book/configuration.html#profiles)
3+
[profile.ci]
4+
# Print out output for failing tests as soon as they fail, and also at the end
5+
# of the run (for easy scrollability).
6+
failure-output = "immediate-final"
7+
# Do not cancel the test run on the first failure.
8+
fail-fast = false
9+
10+
# TODO(eliza): uncomment this when we can get nicer JUnit output from nextest...
11+
# [profile.ci.junit]
12+
# path = "junit.xml"

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88
# David contributed the Registry implementation.
99
/tracing-subscriber/registry @davidbarsky @hawkw @tokio-rs/tracing
1010

11-
# Julian contributed the OpenTelemetry implementation.
12-
/tracing-opentelemetry/ @jtescher @tokio-rs/tracing
13-
1411
# Zeki contributed the TracingAppender implementation
1512
/tracing-appender/ @zekisherif @tokio-rs/tracing

0 commit comments

Comments
 (0)