dependabot[bot] opened a new pull request, #6629: URL: https://github.com/apache/opendal/pull/6629
Bumps [logforth](https://github.com/fast/logforth) from 0.27.0 to 0.28.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fast/logforth/blob/main/CHANGELOG.md">logforth's changelog</a>.</em></p> <blockquote> <h2>[0.28.1] 2025-10-06</h2> <h3>Documentation changes</h3> <ul> <li><code>doc_auto_cfg</code> is now <code>doc_cfg</code>.</li> </ul> <h2>[0.28.0] 2025-10-06</h2> <h3>Breaking changes</h3> <h4>Interfaces</h4> <ul> <li>To work with the <code>log</code> crate, now it's recommended to add the "starter-log" feature flag and set both: <pre lang="rust"><code>fn main() { logforth::starter_log::builder().apply(); } </code></pre> </li> <li><code>TextLayout</code> is now behind <code>layout-text</code> feature flag, and colored is always available when the feature is enabled.</li> <li><code>EnvFilter</code> is now self-hosted. Some methods may be changed, but the general user experience should retain: <ul> <li><code>EnvFilter</code>'s constructors (<code>from_env</code>, etc.) are moved to <code>EnvFilterBuilder</code>.</li> </ul> </li> <li>There is no longer <code>NonBlocking</code> related logics.</li> </ul> <h4>File appender</h4> <ul> <li><code>SingleFile</code> appender is removed. You can replace it with <code>append::File</code>.</li> <li><code>RollingFile</code> is now <code>File</code> and is behind <code>append-file</code> flag.</li> <li><code>File</code> appender now requires <code>filename</code> when constructing.</li> <li><code>File</code>'s <code>filename_prefix</code> is now renamed to mandatory <code>filename</code>.</li> <li><code>File</code>'s <code>max_log_files</code> now takes <code>NonZeroUsize</code>.</li> <li><code>File</code>'s rollover strategy methods has been changed: <ul> <li><code>max_file_size</code> -> <code>rollover_size</code> and takes <code>NonZeroUsize</code></li> <li><code>rotation</code> -> <code>rollover_minutely</code>, <code>rollover_hourly</code>, <code>rollover_daily</code></li> <li>By default, no rollover is performed.</li> </ul> </li> <li>Rollover filename strategy has been changed: <pre><code>given: filename = app filename_suffix = log max_log_files = 3 <p>before rollover: app.log app.1.log app.2.log</p> <p>after rollover: app.log app.1.log - old app.log app.2.log - old app.1.log </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fast/logforth/commit/36074cb969e0d218a21a5c5456a30543021a6d40"><code>36074cb</code></a> chore: bump patch version for docsrs fixes</li> <li><a href="https://github.com/fast/logforth/commit/7b34f6fae252455c23758ebfc38c3a0378bd547b"><code>7b34f6f</code></a> chore: doc_auto_cfg has been merged into doc_cfg</li> <li><a href="https://github.com/fast/logforth/commit/4330f6b5ec954fc9468a6e293b27436b70bec619"><code>4330f6b</code></a> chore: prepare for 0.28.0</li> <li><a href="https://github.com/fast/logforth/commit/9bb10e91fe23e787214dfa45697e9fafa713a30a"><code>9bb10e9</code></a> chore: Update README (<a href="https://redirect.github.com/fast/logforth/issues/184">#184</a>)</li> <li><a href="https://github.com/fast/logforth/commit/2f21ab58c62fd9a2453ea4851dc183dfc2742005"><code>2f21ab5</code></a> feat: new version and async appender (<a href="https://redirect.github.com/fast/logforth/issues/183">#183</a>)</li> <li><a href="https://github.com/fast/logforth/commit/a7823edac6a256702b0f6af8e62e9de705b8cc75"><code>a7823ed</code></a> refactor: encapsulate Str (<a href="https://redirect.github.com/fast/logforth/issues/182">#182</a>)</li> <li><a href="https://github.com/fast/logforth/commit/200076c37a9df06d69c156511a6c637e458bc797"><code>200076c</code></a> feat: support KeyValues::get (<a href="https://redirect.github.com/fast/logforth/issues/181">#181</a>)</li> <li><a href="https://github.com/fast/logforth/commit/be7ad3cb860b0ca1cc8835e06a1d88a0d73baa5e"><code>be7ad3c</code></a> refactor: simplify bridges and improve starter experience (<a href="https://redirect.github.com/fast/logforth/issues/180">#180</a>)</li> <li><a href="https://github.com/fast/logforth/commit/a0ad8dd869d0fb46873fb3d40568236301f90b61"><code>a0ad8dd</code></a> refactor: revise core record design (<a href="https://redirect.github.com/fast/logforth/issues/179">#179</a>)</li> <li><a href="https://github.com/fast/logforth/commit/7d45a7c7bf3b3c96ff5ce3f7ac1c1a8e46101b09"><code>7d45a7c</code></a> chore: wait for the new changelog format</li> <li>Additional commits viewable in <a href="https://github.com/fast/logforth/compare/v0.27.0...logforth-v0.28.1">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
