TechWilk / rota

Web-based rota management with email reminders.
7 stars 2 forks source link

Bump monolog/monolog from 1.24.0 to 1.25.2 #198

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps monolog/monolog from 1.24.0 to 1.25.2.

Release notes *Sourced from [monolog/monolog's releases](https://github.com/Seldaek/monolog/releases).* > ## 1.25.2 > * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable > * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler and SamplingHandler > * Fixed BrowserConsoleHandler formatting when using multiple styles > * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings > * Fixed normalization of SoapFault objects containing non-strings as "detail" > * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding > > ## 1.25.1 > * Fixed forward-compatible interfaces to be compatible with Monolog 1.x too. > > ## 1.25.0 > * Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead > * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead > * Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead > * Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTrait, ProcessableHandlerInterface, ProcessableHandlerTrait. If you use modern PHP and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at least Monolog 1.25 though. > * Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler > * Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records > * Fixed issue in SignalHandler restarting syscalls functionality > * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases > * Fixed ZendMonitorHandler to work with the latest Zend Server versions > * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB).
Changelog *Sourced from [monolog/monolog's changelog](https://github.com/Seldaek/monolog/blob/master/CHANGELOG.md).* > ### 1.25.2 (2019-11-13) > > * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable > * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler and SamplingHandler > * Fixed BrowserConsoleHandler formatting when using multiple styles > * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings > * Fixed normalization of SoapFault objects containing non-strings as "detail" > * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding > > ### 1.25.1 (2019-09-06) > > * Fixed forward-compatible interfaces to be compatible with Monolog 1.x too. > > ### 1.25.0 (2019-09-06) > > * Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead > * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead > * Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead > * Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTrait, ProcessableHandlerInterface, ProcessableHandlerTrait. If you use modern PHP and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at least Monolog 1.25 though. > * Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler > * Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records > * Fixed issue in SignalHandler restarting syscalls functionality > * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases > * Fixed ZendMonitorHandler to work with the latest Zend Server versions > * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB).
Commits - [`d5e2fb3`](https://github.com/Seldaek/monolog/commit/d5e2fb341cb44f7e2ab639d12a1e5901091ec287) Add missing use statement - [`ac44ccc`](https://github.com/Seldaek/monolog/commit/ac44cccd84d77609f501d91c1c955513017bf267) Update changelog - [`4a70fb3`](https://github.com/Seldaek/monolog/commit/4a70fb3353107bf1be596958d395ec29b32dbbec) Add formatter forwarding to BufferHandler as well - [`ec3e0e3`](https://github.com/Seldaek/monolog/commit/ec3e0e3f907d25456063ec1e1799eb0bcf4a5bab) set json flags correctly for SlackRecord, fixes [#1396](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1396), closes [#1397](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1397) - [`f97cc75`](https://github.com/Seldaek/monolog/commit/f97cc755af78886da8b5878ab7db225fbbc0f8f3) Fix 5.3/5.4 builds - [`dc2895c`](https://github.com/Seldaek/monolog/commit/dc2895c80da6bcc9b9f26ab6d0736b86f019813f) Suppress errors when json_encode has ignoreErrors set - [`05f6ed7`](https://github.com/Seldaek/monolog/commit/05f6ed7205319323df4d5526358a7aeb6d18b1cd) Fix php 5.3 syntax - [`12a76ad`](https://github.com/Seldaek/monolog/commit/12a76ad61e5ac3770ed175579f990f365f66ffd9) Fix usages of json_encode which did not handle invalid UTF8 gracefully, fixes... - [`e1af546`](https://github.com/Seldaek/monolog/commit/e1af546a55723e3e83b1e3193aa29b51cdae6735) Handle detail key of SoapFault being an object, fixes [#1391](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1391) - [`cf77550`](https://github.com/Seldaek/monolog/commit/cf77550dca7ed60552dd4fd929d8c6287f8292d4) Make sure all exception codes are integers, fixes [#1393](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1393) - Additional commits viewable in [compare view](https://github.com/Seldaek/monolog/compare/1.24.0...1.25.2)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #204.