php-docs-samples
php-docs-samples copied to clipboard
fix(deps): update dependency monolog/monolog to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| monolog/monolog | require | major | ^2.0 -> ^3.0 |
Release Notes
Seldaek/monolog
v3.2.0
- Deprecated
CubeHandlerandPHPConsoleHandleras both projects are abandoned and those should not be used anymore (#1734)- Marked
Logger@finalas it should not be extended, prefer composition or talk to us if you are missing something - Added RFC 5424 level (
7to0) support toLogger::logandLogger::addRecordto increase interoperability (#1723) - Added
SyslogFormatterto output syslog-like files which can be consumed by tools like lnav (#1689) - Added support for
__toStringfor objects which are not json serializable inJsonFormatter(#1733) - Added
GoogleCloudLoggingFormatter(#1719) - Added support for Predis 2.x (#1732)
- Added
AmqpHandler->setExtraAttributesto 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
\nor\rsequences (#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)
- Marked
v3.1.0
- Added
$datetimeparameter toLogger::addRecordas low level API to allow logging into the past or future (#1682)- Added
Logger::useLoggingLoopDetectionto 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\TestCaseclass as@internalto 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)
- Added
v3.0.0
Changes from RC1
- The
Monolog\LevelNameenum does not exist anymore, useMonolog\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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.