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 monolog/monolog from 2.5.0 to 2.8.0 #120

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps monolog/monolog from 2.5.0 to 2.8.0.

Release notes

Sourced from monolog/monolog's releases.

2.8.0

  • Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)
  • Added RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord to increase interoperability (#1723)
  • Added support for __toString for objects which are not json serializable in JsonFormatter (#1733)
  • Added GoogleCloudLoggingFormatter (#1719)
  • Added support for Predis 2.x (#1732)
  • Added AmqpHandler->setExtraAttributes to allow configuring attributes when using an AMQPExchange (#1724)
  • Fixed serialization/unserialization of handlers to make sure private properties are included (#1727)
  • Fixed allowInlineLineBreaks in LineFormatter causing issues with windows paths containing \n or \r sequences (#1720)
  • Fixed max normalization depth not being taken into account when formatting exceptions with a deep chain of previous exceptions (#1726)
  • Fixed PHP 8.2 deprecation warnings (#1722)
  • Fixed rare race condition or filesystem issue where StreamHandler is unable to create the directory the log should go into yet it exists already (#1678)

2.7.0

  • Added $datetime parameter to Logger::addRecord as low level API to allow logging into the past or future (#1682)
  • Added Logger::useLoggingLoopDetection to allow disabling cyclic logging detection in concurrent frameworks (#1681)
  • Fixed handling of fatal errors if callPrevious is disabled in ErrorHandler (#1670)
  • Marked the reusable Monolog\Test\TestCase class as @internal to make sure PHPStorm does not show it above PHPUnit, you may still use it to test your own handlers/etc though (#1677)
  • Fixed RotatingFileHandler issue when the date format contained slashes (#1671)

2.6.0

  • Deprecated SwiftMailerHandler, use SymfonyMailerHandler instead
  • Added SymfonyMailerHandler (#1663)
  • Added ElasticSearch 8.x support to the ElasticsearchHandler (#1662)
  • Added a way to filter/modify stack traces in LineFormatter (#1665)
  • Fixed UdpSocket not being able to reopen/reconnect after close()
  • Fixed infinite loops if a Handler is triggering logging while handling log records
Changelog

Sourced from monolog/monolog's changelog.

2.8.0 (2022-07-24)

  • Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)
  • Added RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord to increase interoperability (#1723)
  • Added support for __toString for objects which are not json serializable in JsonFormatter (#1733)
  • Added GoogleCloudLoggingFormatter (#1719)
  • Added support for Predis 2.x (#1732)
  • Added AmqpHandler->setExtraAttributes to allow configuring attributes when using an AMQPExchange (#1724)
  • Fixed serialization/unserialization of handlers to make sure private properties are included (#1727)
  • Fixed allowInlineLineBreaks in LineFormatter causing issues with windows paths containing \n or \r sequences (#1720)
  • Fixed max normalization depth not being taken into account when formatting exceptions with a deep chain of previous exceptions (#1726)
  • Fixed PHP 8.2 deprecation warnings (#1722)
  • Fixed rare race condition or filesystem issue where StreamHandler is unable to create the directory the log should go into yet it exists already (#1678)

2.7.0 (2022-06-09)

  • Added $datetime parameter to Logger::addRecord as low level API to allow logging into the past or future (#1682)
  • Added Logger::useLoggingLoopDetection to allow disabling cyclic logging detection in concurrent frameworks (#1681)
  • Fixed handling of fatal errors if callPrevious is disabled in ErrorHandler (#1670)
  • Marked the reusable Monolog\Test\TestCase class as @internal to make sure PHPStorm does not show it above PHPUnit, you may still use it to test your own handlers/etc though (#1677)
  • Fixed RotatingFileHandler issue when the date format contained slashes (#1671)

2.6.0 (2022-05-10)

  • Deprecated SwiftMailerHandler, use SymfonyMailerHandler instead
  • Added SymfonyMailerHandler (#1663)
  • Added ElasticSearch 8.x support to the ElasticsearchHandler (#1662)
  • Added a way to filter/modify stack traces in LineFormatter (#1665)
  • Fixed UdpSocket not being able to reopen/reconnect after close()
  • Fixed infinite loops if a Handler is triggering logging while handling log records
Commits
  • 7204886 Update changelog
  • 4b4fad9 Fix serialization to include private properties, fixes #1727, fixes phpro/gru...
  • ffd5055 Add RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord, fix...
  • 320909a Fix replaceNewlines method to avoid replacing escaped backslashes, closes #17...
  • cf0f4b3 Handle __toString to serialize objects which are not json-serializable in Jso...
  • 284482a More test fixes
  • 1e6a4e1 Remove deprecated handlers from docs
  • 34635fd Add docs
  • 6fdeea4 Fix build
  • 9c1fb56 Deprecate CubeHandler and PHPConsoleHandler which are targetting abandoned pr...
  • 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 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 [monolog/monolog](https://github.com/Seldaek/monolog) from 2.5.0 to 2.8.0.
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@2.5.0...2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from WyriHaximus as a code owner July 25, 2022 05:02
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Jul 25, 2022
@WyriHaximus WyriHaximus added this to the v1.7.0 milestone Jul 25, 2022
@WyriHaximus WyriHaximus merged commit 036289e into master Jul 25, 2022
@dependabot dependabot bot deleted the dependabot/composer/monolog/monolog-2.8.0 branch July 25, 2022 10:28
github-actions bot pushed a commit that referenced this pull request Sep 23, 2022
======

- Total issues resolved: **0**
- Total pull requests resolved: **8**
- Total contributors: **2**

JSON 👨‍💼,PHP 🐘,Source 🔮,Tests 🧪
-------------------------------

 - [124: Detect GitHub API from environment](#124) thanks to @WyriHaximus

Dependencies 📦,PHP 🐘
--------------------

 - [123: Bump reactivex/rxphp from 2.0.10 to 2.0.11](#123) thanks to @dependabot[bot]
 - [122: Bump guzzlehttp/guzzle from 7.4.2 to 7.5.0](#122) thanks to @dependabot[bot]
 - [121: Bump react/http from 1.6.0 to 1.7.0](#121) thanks to @dependabot[bot]
 - [120: Bump monolog/monolog from 2.5.0 to 2.8.0](#120) thanks to @dependabot[bot]
 - [119: Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5](#119) thanks to @dependabot[bot]

MarkDown 📝,YAML 🍄
-----------------

 - [114: Clarify ignoreActions naming](#114) thanks to @WyriHaximus

CI 🚧,Configuration ⚙,YAML 🍄
---------------------------

 - [113: Push branch name tags](#113) thanks to @WyriHaximus
github-actions bot pushed a commit that referenced this pull request Sep 23, 2022
======

- Total issues resolved: **0**
- Total pull requests resolved: **8**
- Total contributors: **2**

JSON 👨‍💼,PHP 🐘,Source 🔮,Tests 🧪
-------------------------------

 - [124: Detect GitHub API from environment](#124) thanks to @WyriHaximus

Dependencies 📦,PHP 🐘
--------------------

 - [123: Bump reactivex/rxphp from 2.0.10 to 2.0.11](#123) thanks to @dependabot[bot]
 - [122: Bump guzzlehttp/guzzle from 7.4.2 to 7.5.0](#122) thanks to @dependabot[bot]
 - [121: Bump react/http from 1.6.0 to 1.7.0](#121) thanks to @dependabot[bot]
 - [120: Bump monolog/monolog from 2.5.0 to 2.8.0](#120) thanks to @dependabot[bot]
 - [119: Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5](#119) thanks to @dependabot[bot]

MarkDown 📝,YAML 🍄
-----------------

 - [114: Clarify ignoreActions naming](#114) thanks to @WyriHaximus

CI 🚧,Configuration ⚙,YAML 🍄
---------------------------

 - [113: Push branch name tags](#113) thanks to @WyriHaximus
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 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant