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

fix(deps): update dependency monolog/monolog to v3 #1630

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 10, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
monolog/monolog require major ^2.0 -> ^3.0

Release Notes

Seldaek/monolog (monolog/monolog)

v3.4.0

Compare Source

Full Changelog: Seldaek/monolog@3.3.1...3.4.0

v3.3.1

Compare Source

  • Fixed Logger not being serializable anymore (#​1792)

v3.3.0

Compare Source

  • Deprecated FlowdockHandler & Formatter as the flowdock service was shutdown (#​1748)
    • Added ClosureContextProcessor to allow delaying the creation of context data by setting a Closure in context which is called when the log record is used (#​1745)
    • Added an ElasticsearchHandler option to set the op_type to create instead of the default index (#​1766)
    • Added support for enum context values in PsrLogMessageProcessor (#​1773)
    • Added graylog2/gelf-php 2.x support (#​1747)
    • Improved BrowserConsoleHandler logging to use more appropriate methods than just console.log in the browser (#​1739)
    • Fixed GitProcessor not filtering correctly based on Level (#​1749)
    • Fixed WhatFailureGroupHandler not catching errors happening inside close() (#​1791)
    • Fixed datetime field in GoogleCloudLoggingFormatter (#​1758)
    • Fixed infinite loop detection within Fibers (#​1753)
    • Fixed AmqpHandler->setExtraAttributes not working with buffering handler wrappers (#​1781)

v3.2.0

Compare Source

  • Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#​1734)
    • Marked Logger @final as it should not be extended, prefer composition or talk to us if you are missing something
    • Added RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord to increase interoperability (#​1723)
    • Added SyslogFormatter to output syslog-like files which can be consumed by tools like lnav (#​1689)
    • 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)

v3.1.0

Compare Source

  • 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)
    • Fixed interop issue by removing the need for a return type in ProcessorInterface (#​1680)
    • 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)

v3.0.0

Compare Source

Changes from RC1

  • The Monolog\LevelName enum does not exist anymore, use Monolog\Level->getName() instead.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner May 10, 2022 14:22
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2022
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label May 10, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2022
@renovate-bot renovate-bot force-pushed the renovate/logging-monolog-monolog-3.x branch from 54d3978 to fd75ac1 Compare November 8, 2022 00:49
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 8, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 8, 2022
@yash30201
Copy link
Contributor

yash30201 commented Jan 30, 2023

monolog/monolog[3.0.0, ..., 3.2.0] require php >=8.1

Thus adding a do not merge lable as our libraries also support php <= 8.0.

@yash30201 yash30201 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 30, 2023
@renovate-bot renovate-bot force-pushed the renovate/logging-monolog-monolog-3.x branch from fd75ac1 to 8111262 Compare March 16, 2023 11:44
@renovate-bot renovate-bot requested a review from a team as a code owner March 16, 2023 11:44
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 16, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 16, 2023
@forking-renovate
Copy link

forking-renovate bot commented Sep 23, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/logging-monolog-monolog-3.x branch September 23, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants