Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps symfony/monolog-bundle from 2.11.1 to 3.2.0.

Release notes

Sourced from symfony/monolog-bundle's releases.

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
Changelog

Sourced from symfony/monolog-bundle's changelog.

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)

  • Removed class parameters for the container configuration
  • Bumped minimum version of supported Symfony version to 2.7
  • Removed NotFoundActivationStrategy (the bundle now uses the class from MonologBridge)
Commits
  • 8781649 Update changelog
  • f432f7c bug #254 Make channel selection work with autowired arguments (stof)
  • 01e1313 bug #256 Mark incomplete service definitions as abstract (stof)
  • f89fa7a Mark incomplete service definitions as abstract
  • 457032a Make channel selection work with autowired arguments
  • 96b3e46 minor #253 Enforce that channels defined in the config are public loggers (stof)
  • cab593a minor #255 Clean tests about the PSR-3 processor (stof)
  • e9aa4ae Clean tests about the PSR-3 processor
  • 3f29cb2 Enforce that channels defined in the config are public loggers
  • b558678 minor #250 Switch to namespaced PHPUnit classes (derrabus)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants