Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump yiisoft/log from 2.0.0 to 2.1.0 #204

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Bumps yiisoft/log from 2.0.0 to 2.1.0.

Release notes

Sourced from yiisoft/log's releases.

Version 2.1.0

  • New #104: Add new static methods Logger::assertLevelIsValid(), Logger::assertLevelIsString() and Logger::assertLevelIsSupported() (@​vjik)
  • New #108: Support of nested values in message templates' variables, e. g. {foo.bar} (@​vjik)
  • New #109, #113, #116: Add context providers (@​vjik)
  • New #111: Add DateTime and DateTimeImmutable support as time in log context (@​vjik)
  • New #112: Add Message::category() method and Message::DEFAULT_CATEGORY constant, deprecate CategoryFilter::DEFAULT in favor it (@​vjik)
  • New #113: Add Message::trace() method (@​vjik)
  • New #114: Add Message::time() method (@​vjik)
  • Chg #104: Deprecate method Logger::validateLevel() (@​vjik)
  • Chg #109: Deprecate Logger methods setTraceLevel() and setExcludedTracePaths() in favor of context provider usage (@​vjik)
  • Chg #116: Deprecate methods setCommonContext() and getCommonContext() in Target class (@​vjik)
  • Chg #118: Replace gettype() to get_debug_type() in exception messages generation (@​vjik)
  • Bug #84: Change the type of the $level parameter in the Message constructor to string (@​dood-)
  • Bug #89: Fix error on parse messages, that contains variables that cannot cast to a string (@​vjik)
  • Bug #98: Fix error on formatting trace, when it doesn't contain "file" and "line" (@​vjik)
Changelog

Sourced from yiisoft/log's changelog.

2.1.0 July 03, 2024

  • New #104: Add new static methods Logger::assertLevelIsValid(), Logger::assertLevelIsString() and Logger::assertLevelIsSupported() (@​vjik)
  • New #108: Support of nested values in message templates' variables, e. g. {foo.bar} (@​vjik)
  • New #109, #113, #116: Add context providers (@​vjik)
  • New #111: Add DateTime and DateTimeImmutable support as time in log context (@​vjik)
  • New #112: Add Message::category() method and Message::DEFAULT_CATEGORY constant, deprecate CategoryFilter::DEFAULT in favor it (@​vjik)
  • New #113: Add Message::trace() method (@​vjik)
  • New #114: Add Message::time() method (@​vjik)
  • Chg #104: Deprecate method Logger::validateLevel() (@​vjik)
  • Chg #109: Deprecate Logger methods setTraceLevel() and setExcludedTracePaths() in favor of context provider usage (@​vjik)
  • Chg #116: Deprecate methods setCommonContext() and getCommonContext() in Target class (@​vjik)
  • Chg #118: Replace gettype() to get_debug_type() in exception messages generation (@​vjik)
  • Bug #84: Change the type of the $level parameter in the Message constructor to string (@​dood-)
  • Bug #89: Fix error on parse messages, that contains variables that cannot cast to a string (@​vjik)
  • Bug #98: Fix error on formatting trace, when it doesn't contain "file" and "line" (@​vjik)
Commits
  • 9d54995 Release version 2.1.0
  • a740d28 Replace gettype() to get_debug_type() in exception messages generation (#...
  • f31439c Improve psalm (#117)
  • 7e849e3 Add CommonContextProvider + Deprecate common context in Target (#116)
  • e722975 Update rector version (#115)
  • ff5b29a Add Message::time() method (#114)
  • 447337f Add Message::trace() + Minor refactoring (#113)
  • c53b9a9 Add Message::category() and Message::DEFAULT_CATEGORY (#112)
  • e9ff278 Add DateTime and DateTimeImmutable support as time in log context (#111)
  • 77c5ad3 Context provider (#109)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [yiisoft/log](https://github.com/yiisoft/log) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/yiisoft/log/releases)
- [Changelog](https://github.com/yiisoft/log/blob/master/CHANGELOG.md)
- [Commits](yiisoft/log@2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: yiisoft/log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 3, 2024
@luke- luke- merged commit e6984ac into main Jul 3, 2024
4 checks passed
@luke- luke- deleted the dependabot/composer/yiisoft/log-2.1.0 branch July 3, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant