tink-rust
tink-rust copied to clipboard
build(deps): bump env_logger from 0.10.1 to 0.11.3
Bumps env_logger from 0.10.1 to 0.11.3.
Release notes
Sourced from env_logger's releases.
v0.11.3
[0.11.3] - 2024-03-05
Features
- Experimental support for key-value logging behind
unstable-kvv0.11.2
[0.11.2] - 2024-02-13
v0.11.1
What's Changed
- fix(fmt): Fix passing of WriteStyle when using Target::Pipe by
@Bobo1239in rust-cli/env_logger#302New Contributors
@Bobo1239made their first contribution in rust-cli/env_logger#302Full Changelog: https://github.com/rust-cli/env_logger/compare/v0.11.0...v0.11.1
v0.11.0
What's Changed
- refactor(fmt): More anstream prep by
@epagein rust-cli/env_logger#297- fix(fmt): Improve terminal styling support by
@epagein rust-cli/env_logger#298- refactor: Split out env_filter package by
@epagein rust-cli/env_logger#299- feat(filter): Add a Logger decorator by
@epagein rust-cli/env_logger#300Full Changelog: https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.0
v0.10.2
What's Changed
- refactor: Move impls next to types by
@epagein rust-cli/env_logger#283- chore(deps): update github/codeql-action action to v3 by
@renovatein rust-cli/env_logger#292- chore(deps): update actions/setup-python action to v5 by
@renovatein rust-cli/env_logger#291- fix(fmt): Address a couple of bugs by
@epagein rust-cli/env_logger#296Full Changelog: https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2
Changelog
Sourced from env_logger's changelog.
[0.11.3] - 2024-03-05
Features
- Experimental support for key-value logging behind
unstable-kv[0.11.2] - 2024-02-13
[0.11.1] - 2024-01-27
Fixes
- Allow styling with
Target::Pipe[0.11.0] - 2024-01-19
Migration Guide
env_logger::fmt::Style: The bespoke styling API, behind
color, was removed, in favor of accepting any ANSI styled string and adapting it to the target stream's capabilities.Possible styling libraries include:
- anstyle is a minimal, runtime string styling API and is re-exported as
env_logger::fmt::style- owo-colors is a feature rich runtime string styling API
- color-print for feature-rich compile-time styling API
custom_format.rs uses
anstyleviaFormatter::default_level_styleBreaking Change
- Removed bespoke styling API
env_logger::fmt::Formatter::styleenv_logger::fmt::Formatter::default_styled_levelenv_logger::fmt::Styleenv_logger::fmt::Colorenv_logger::fmt::StyledValue- Removed
env_logger::filterin favor ofenv_filterCompatibility
MSRV changed to 1.71
Features
- Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
- Add support for
NO_COLORandCLICOLOR_FORCE, see https://bixense.com/clicolors/
... (truncated)
Commits
98ce803chore: Release7a16130docs: Update changeloge55af6fMerge pull request #137 from tmccombs/structuredf6e2d45feat(kv): Use now-stable kv feature of log crate9f4a33afeat(kv): Add styling for key in default format9d26ad5feat: Add support for Key-Value data in log records8962096Merge pull request #314 from rust-cli/renovate/pre-commit-action-3.x4127228chore(deps): update pre-commit/action action to v3.0.1b0e3ea9chore: Release522ce17Merge pull request #310 from epage/docs- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.