This release fixes a pair of regressions in tracing-subscriber's fmt
module.
Fixed
fmt: Fixed missing event fields with Compact formatter (#1755)
fmt: Fixed PrettyFields formatter (and thus format::Pretty
event formatter) ignoring the fmt::Layer's ANSI color code
configuration (#1747)
tracing-subscriber 0.3.2
Fixed
fmt: Fixed MakeWriter filtering not working with BoxMakeWriter
(#1694)
Added
fmt: Writer::has_ansi_escapes method to check if an output
supports ANSI terminal formatting escape codes (#1696)
fmt: Added additional ANSI terminal formatting to field formatters
when supported (#1702)
fmt: Added FmtContext::span_scope, FmtContext::event_scope,
and FmtContext::parent_span methods for accessing the current span
and its scope when formatting an event (#1728)
fmt: Improved documentation on implementing event formatters (#1727)
Commits
a26ccd8 subscriber: prepare to release 0.3.3 (#1757)
e671318 subscriber: fix missing event fields in Compact formatter (#1755)
b3f508d subscriber: Ensure PrettyFields respects the writer's ANSI settings (#1747)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/83
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/1/2021
**Status:** ✅ Merged
**Merged:** 12/1/2021
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/tracing-subscriber-0.3.3`
---
### 📝 Commits (1)
- [`e0e0bec`](https://github.com/LGUG2Z/komorebi/commit/e0e0bec88de9be1ad95b2ae663fe73736c3d15d3) chore(deps): bump tracing-subscriber from 0.3.1 to 0.3.3
### 📊 Changes
**1 file changed** (+4 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+4 -4)
</details>
### 📄 Description
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.1 to 0.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-subscriber's releases</a>.</em></p>
<blockquote>
<h2>tracing-subscriber 0.3.3</h2>
<p>This release fixes a pair of regressions in <code>tracing-subscriber</code>'s <code>fmt</code>
module.</p>
<h3>Fixed</h3>
<ul>
<li><strong>fmt</strong>: Fixed missing event fields with <code>Compact</code> formatter (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1755">#1755</a>)</li>
<li><strong>fmt</strong>: Fixed <code>PrettyFields</code> formatter (and thus <code>format::Pretty</code>
event formatter) ignoring the <code>fmt::Layer</code>'s ANSI color code
configuration (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1747">#1747</a>)</li>
</ul>
<h2>tracing-subscriber 0.3.2</h2>
<h3>Fixed</h3>
<ul>
<li><strong>fmt</strong>: Fixed <code>MakeWriter</code> filtering not working with <code>BoxMakeWriter</code>
(<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1694">#1694</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li><strong>fmt</strong>: <code>Writer::has_ansi_escapes</code> method to check if an output
supports ANSI terminal formatting escape codes (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1696">#1696</a>)</li>
<li><strong>fmt</strong>: Added additional ANSI terminal formatting to field formatters
when supported (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1702">#1702</a>)</li>
<li><strong>fmt</strong>: Added <code>FmtContext::span_scope</code>, <code>FmtContext::event_scope</code>,
and <code>FmtContext::parent_span</code> methods for accessing the current span
and its scope when formatting an event (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1728">#1728</a>)</li>
<li><strong>fmt</strong>: Improved documentation on implementing event formatters (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1727">#1727</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tracing/commit/a26ccd8d798585bfc5718a944bdef7f4e382f93d"><code>a26ccd8</code></a> subscriber: prepare to release 0.3.3 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1757">#1757</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/e671318f0aa3f4cde80e6e6447cab23febe28644"><code>e671318</code></a> subscriber: fix missing event fields in <code>Compact</code> formatter (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1755">#1755</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/b3f508db38f507125e26be9d26cb07713364e885"><code>b3f508d</code></a> subscriber: Ensure PrettyFields respects the writer's ANSI settings (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1747">#1747</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/3a86d4810c81591da570889da77e3b37a9e04ba1"><code>3a86d48</code></a> chore: fix cargo MSRV field typo (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1742">#1742</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/1890d184488495cefcf0a7ac18937f843af11cec"><code>1890d18</code></a> docs: Mention test-log instead of test-env-log (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1735">#1735</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/950637daa2b60a95a99f4c88c72708561dc564a2"><code>950637d</code></a> subscriber: prepare to release v0.3.2</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/e62e7165f48b274f833856b5279a2a25db5d3114"><code>e62e716</code></a> chore: add MSRV cargo metadata (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1730">#1730</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/6461d6ba52947bc8bc22876fb906dd65c6684a47"><code>6461d6b</code></a> subscriber: expose access to event scope in <code>FmtContext</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1728">#1728</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/ce6c4036802efed69e5dceda40a4648dc50f2441"><code>ce6c403</code></a> subscriber: "implementing FormatEvent" docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1727">#1727</a>)</li>
<li><a href="https://github.com/tokio-rs/tracing/commit/f86322a4642cf93f002b3bb8fbedea0dbe08113f"><code>f86322a</code></a> subscriber: "implementing FormatEvent" docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1727">#1727</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.1...tracing-subscriber-0.3.3">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/83
Author: @dependabot[bot]
Created: 12/1/2021
Status: ✅ Merged
Merged: 12/1/2021
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/tracing-subscriber-0.3.3📝 Commits (1)
e0e0becchore(deps): bump tracing-subscriber from 0.3.1 to 0.3.3📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
Cargo.lock(+4 -4)📄 Description
Bumps tracing-subscriber from 0.3.1 to 0.3.3.
Release notes
Sourced from tracing-subscriber's releases.
Commits
a26ccd8subscriber: prepare to release 0.3.3 (#1757)e671318subscriber: fix missing event fields inCompactformatter (#1755)b3f508dsubscriber: Ensure PrettyFields respects the writer's ANSI settings (#1747)3a86d48chore: fix cargo MSRV field typo (#1742)1890d18docs: Mention test-log instead of test-env-log (#1735)950637dsubscriber: prepare to release v0.3.2e62e716chore: add MSRV cargo metadata (#1730)6461d6bsubscriber: expose access to event scope inFmtContext(#1728)ce6c403subscriber: "implementing FormatEvent" docs (#1727)f86322asubscriber: "implementing FormatEvent" docs (#1727)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.