Skip to content

Update symfony/monolog-bundle from v3.7.1 to v3.8.0

Ady requested to merge violinistsymfonymonologbundle into develop

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here.

List of updated packages
  • monolog/monolog: 2.8.0 (updated from 2.4.0)
  • symfony/cache-contracts: v2.5.2 (updated from v2.5.0)
  • symfony/config: v5.4.11 (updated from v5.4.3)
  • symfony/dependency-injection: v5.4.11 (updated from v5.4.6)
  • symfony/deprecation-contracts: v2.5.2 (updated from v2.5.0)
  • symfony/error-handler: v5.4.11 (updated from v5.4.3)
  • symfony/event-dispatcher: v5.4.9 (updated from v5.4.3)
  • symfony/event-dispatcher-contracts: v2.5.2 (updated from v2.5.0)
  • symfony/filesystem: v5.4.12 (updated from v5.4.6)
  • symfony/http-foundation: v5.4.12 (updated from v5.4.6)
  • symfony/http-kernel: v5.4.12 (updated from v5.4.6)
  • symfony/mime: v5.4.12 (updated from v5.4.3)
  • symfony/monolog-bridge: v5.4.10 (updated from v5.4.3)
  • symfony/monolog-bundle: v3.8.0 (updated from v3.7.1)
  • symfony/polyfill-intl-idn: v1.26.0 (updated from v1.25.0)
  • symfony/polyfill-intl-normalizer: v1.26.0 (updated from v1.25.0)
  • symfony/polyfill-mbstring: v1.26.0 (updated from v1.25.0)
  • symfony/polyfill-php72: v1.26.0 (updated from v1.25.0)
  • symfony/polyfill-php73: v1.26.0 (updated from v1.25.0)
  • symfony/polyfill-php80: v1.26.0 (updated from v1.25.0)
  • symfony/polyfill-php81: v1.26.0 (updated from v1.25.0)
  • symfony/service-contracts: v2.5.2 (updated from v2.5.0)
  • symfony/translation-contracts: v2.5.2 (updated from v2.5.0)

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .github/workflows/ci.yaml
  CHANGELOG.md
  DependencyInjection/Configuration.php
  DependencyInjection/MonologExtension.php
  Resources/config/schema/monolog-1.0.xsd
  Tests/DependencyInjection/ConfigurationTest.php
  Tests/DependencyInjection/FixtureMonologExtensionTest.php
  Tests/DependencyInjection/Fixtures/AsMonologProcessor/FooProcessor.php
  Tests/DependencyInjection/Fixtures/AsMonologProcessor/RedeclareMethodProcessor.php
  Tests/DependencyInjection/Fixtures/xml/process_psr_3_messages_with_arguments.xml
  Tests/DependencyInjection/Fixtures/xml/process_psr_3_messages_without_arguments.xml
  Tests/DependencyInjection/Fixtures/yml/process_psr_3_messages_with_arguments.yml
  Tests/DependencyInjection/Fixtures/yml/process_psr_3_messages_without_arguments.yml
  Tests/DependencyInjection/MonologExtensionTest.php
  composer.json

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • a41bbcd Fix syntax error
  • 271ec46 Update changelog
  • 769b7da Use clientbuilder factory for ES client, refs #438
  • f5b44f1 Deprecate elasticsearch type, and split it into elastica and elastic_search types (#438)
  • 8aef721 Merge pull request #437 from Seldaek/monolog3
  • a0ef658 Clean up mistake in telegram config
  • 6134b24 enable use of Monolog\Handlers\TelegramBotHandler under type 'telegram' (#406)
  • 4694fc2 Add ability to configure the PsrLogMessageProcessor (#417)
  • 85b5207 Add flag for filling sentry extra context (#430)
  • 598b2c5 Leverage AsMonologProcessor attribute (#428)
  • 2029e50 Fix potentials handlers added multiple times (#434)
  • 9da4359 Merge remote-tracking branch 'Cloudstek/mdeboer/docs-fallbackhandler'
  • 9532d47 Make use of toMonologLevel for level conversion
  • 3916ec1 Fix tests and update swift_handler to be removed on Monolog 3
  • 3a3931a Allow installing Monolog 3, and run test suite with it
  • 671482e Merge pull request #432 from raziel057/patch-1
  • 84d2a78 Add fallbackgroup handler to configuration documentation
  • 1309860 bug #425 Change 'MongoClient' Definition to 'MongoDB\Client' - Fixes #420 (cimo23)
  • ca65d92 Fix config split (loss of validation part)
  • b8291cc Split configuration
  • 02c4ae1 Update MonologExtension.php

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Merge request reports