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 symfony/monolog-bundle from 2.5.1 to 3.3.1 #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2020

Bumps symfony/monolog-bundle from 2.5.1 to 3.3.1.

Release notes

Sourced from symfony/monolog-bundle's releases.

v3.3.1

  • Fixed compatiblity with Symfony 4.2

3.3.0

  • Fixed the autowiring of the channel logger in autoconfigured services
  • Added timeouts to the pushover, hipchat, slack handlers
  • Dropped support for PHP 5.3, 5.4, 5.5, and HHVM
  • Added configuration for HttpCodeActivationStrategy

3.2.0

  • Removed randomness from the container build
  • Fixed support for the monolog.logger tag specifying a channel in combination with Symfony 3.4+ autowiring
  • Fixed visibility of channels configured explicitly in the bundle config (they are now public in Symfony 4 too)
  • Fixed invalid service definitions

3.1.0

  • Added support for server_log handler
  • Allow configuring VERBOSITY_QUIET in console handlers
  • Fixed autowiring
  • Fixed slackbot handler not escaping channel names properly
  • Fixed slackbot handler requiring slack_team instead of team to be configured

v3.0.3

  • Fixed deprecation notices when using Symfony 3.3+ and PHP7+

3.0.2

  • Revert disabling DebugHandler in CLI environments
  • Update configuration for slack handlers for Monolog 1.22 new options
  • Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)

2.12.1

  • Revert disabling DebugHandler in CLI environments
  • Avoid triggering a deprecation warning for Symfony <3.2 users

2.11.1

  • Fixed monolog requirement to make it explicit what version the bundle requires

2.11.0

  • Added support for the new deduplication handler
  • Added use_microseconds option at the top level that lets you optionally disable microseconds across all loggers (small perf boost)
  • Added support for a raven handler release param to call setRelease on the handler

2.10.0

  • Added auto_stack_logs option to raven (sentry) handler
  • Added app_name option to newrelic handler
  • Added nested option to all handlers to mark them as nested and that they should not be added to the logger instances, only useful if you want to assign them to a given handler you defined as a service.

2.9.0

  • Added include_stacktraces configuration option to all handlers
  • Added possibility to autowire the default monolog.logger based on Psr\Log\LoggerInterface type hints
... (truncated)
Changelog

Sourced from symfony/monolog-bundle's changelog.

3.3.1 (2018-11-04)

  • Fixed compatiblity with Symfony 4.2

3.3.0 (2018-06-04)

  • Fixed the autowiring of the channel logger in autoconfigured services
  • Added timeouts to the pushover, hipchat, slack handlers
  • Dropped support for PHP 5.3, 5.4, and HHVM
  • Added configuration for HttpCodeActivationStrategy
  • Deprecated "excluded_404s" option for Symfony >= 3.4

3.2.0 (2018-03-05)

  • Removed randomness from the container build
  • Fixed support for the monolog.logger tag specifying a channel in combination with Symfony 3.4+ autowiring
  • Fixed visibility of channels configured explicitly in the bundle config (they are now public in Symfony 4 too)
  • Fixed invalid service definitions

3.1.2 (2017-11-06)

  • fix invalid usage of count()

3.1.1 (2017-09-26)

  • added support for Symfony 4

3.1.0 (2017-03-26)

  • Added support for server_log handler
  • Allow configuring VERBOSITY_QUIET in console handlers
  • Fixed autowiring
  • Fixed slackbot handler not escaping channel names properly
  • Fixed slackbot handler requiring slack_team instead of team to be configured

3.0.3 (2017-01-10)

  • Fixed deprecation notices when using Symfony 3.3+ and PHP7+

3.0.2 (2017-01-03)

  • Revert disabling DebugHandler in CLI environments
  • Update configuration for slack handlers for Monolog 1.22 new options
  • Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)

3.0.1 (2016-11-15)

  • Removed obsolete code (DebugHandlerPass)

3.0.0 (2016-11-06)

... (truncated)
Commits
  • 572e143 bug #281 Fix deprecation on symfony/config 4.2 (chalasr)
  • 45742f1 Fix deprecation on symfony/config 4.2
  • 8204f3c updated CHANGELOG
  • 42abba5 bug #268 Fix the autowiring of the channel logger in autoconfigured services ...
  • 732424e feature #264 Add timeouts to the pushover, hipchat, slack handlers (SpacePossum)
  • d6242d1 Add timeouts to the pushover, hipchat, slack handlers
  • b39e571 Fix the autowiring of the channel logger in autoconfigured services
  • fccb0fc feature #260 Remove HHVM support (fabpot)
  • ab355a3 removed HHVM support
  • f65c418 feature #221 Add configuration for new HttpCodeActivationStrategy (simshaun, ...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 10, 2020
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/monolog-bundle-3.3.1 branch from 0404362 to e05942a Compare January 13, 2022 09:17
@dependabot dependabot bot changed the base branch from master to main January 17, 2022 08:45
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/monolog-bundle-3.3.1 branch from e05942a to 9f2dff8 Compare May 26, 2022 07:12
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 Pull requests that update Php code
Development

Successfully merging this pull request may close these issues.

1 participant