Release notes
*Sourced from [monolog/monolog's releases](https://github.com/Seldaek/monolog/releases).*
> ## 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/1.25.1/CHANGELOG.md).*
> ### 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
- [`70e65a5`](https://github.com/Seldaek/monolog/commit/70e65a5470a42cfec1a7da00d30edb6e617e8dcf) Update changelog
- [`c4553a1`](https://github.com/Seldaek/monolog/commit/c4553a1a53dbcd7e0062a1c85cfe968ea4961297) Merge pull request [#1374](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1374) from lyrixx/future
- [`626bde6`](https://github.com/Seldaek/monolog/commit/626bde615905ba99ccbe8a3d0da558434fc28aa6) Fixed forward compatibilty layer
- [`c5dcc05`](https://github.com/Seldaek/monolog/commit/c5dcc05defbaf8780c728c1ea31b1a0704d44f56) Update changelog
- [`edaa01a`](https://github.com/Seldaek/monolog/commit/edaa01a66fb450e194eb8c296cbb9fb5b90df0b0) Add issue template
- [`190aa65`](https://github.com/Seldaek/monolog/commit/190aa65aac9062072baaac39a079c6dbdc4feb8d) Fix chromephp tests
- [`d6f225f`](https://github.com/Seldaek/monolog/commit/d6f225f2b83474a9eac18a042d1f21282296dde9) Merge pull request [#1373](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1373) from Pierre-Lannoy/patch-2
- [`c8b0d08`](https://github.com/Seldaek/monolog/commit/c8b0d08cebfaee16569b0e5a9a80911cc238fe1d) Change chrome header size limit
- [`9a6f714`](https://github.com/Seldaek/monolog/commit/9a6f71466ad76efaa4becc6592d42341fe7c8484) Merge pull request [#1364](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1364) from lyrixx/future
- [`6d76eaa`](https://github.com/Seldaek/monolog/commit/6d76eaaf7699d6bab1609b0a5abcc9d2326ad566) Backport Interface and Trait from master to 1.X
- Additional commits viewable in [compare view](https://github.com/Seldaek/monolog/compare/1.24.0...1.25.1)
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps monolog/monolog from 1.24.0 to 1.25.1.
Release notes
*Sourced from [monolog/monolog's releases](https://github.com/Seldaek/monolog/releases).* > ## 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/1.25.1/CHANGELOG.md).* > ### 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
- [`70e65a5`](https://github.com/Seldaek/monolog/commit/70e65a5470a42cfec1a7da00d30edb6e617e8dcf) Update changelog - [`c4553a1`](https://github.com/Seldaek/monolog/commit/c4553a1a53dbcd7e0062a1c85cfe968ea4961297) Merge pull request [#1374](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1374) from lyrixx/future - [`626bde6`](https://github.com/Seldaek/monolog/commit/626bde615905ba99ccbe8a3d0da558434fc28aa6) Fixed forward compatibilty layer - [`c5dcc05`](https://github.com/Seldaek/monolog/commit/c5dcc05defbaf8780c728c1ea31b1a0704d44f56) Update changelog - [`edaa01a`](https://github.com/Seldaek/monolog/commit/edaa01a66fb450e194eb8c296cbb9fb5b90df0b0) Add issue template - [`190aa65`](https://github.com/Seldaek/monolog/commit/190aa65aac9062072baaac39a079c6dbdc4feb8d) Fix chromephp tests - [`d6f225f`](https://github.com/Seldaek/monolog/commit/d6f225f2b83474a9eac18a042d1f21282296dde9) Merge pull request [#1373](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1373) from Pierre-Lannoy/patch-2 - [`c8b0d08`](https://github.com/Seldaek/monolog/commit/c8b0d08cebfaee16569b0e5a9a80911cc238fe1d) Change chrome header size limit - [`9a6f714`](https://github.com/Seldaek/monolog/commit/9a6f71466ad76efaa4becc6592d42341fe7c8484) Merge pull request [#1364](https://github-redirect.dependabot.com/Seldaek/monolog/issues/1364) from lyrixx/future - [`6d76eaa`](https://github.com/Seldaek/monolog/commit/6d76eaaf7699d6bab1609b0a5abcc9d2326ad566) Backport Interface and Trait from master to 1.X - Additional commits viewable in [compare view](https://github.com/Seldaek/monolog/compare/1.24.0...1.25.1)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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.