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

Update symfony packages to v3 (major) #47

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/monolog-bundle (source) ^2.11 -> ^3.0 age adoption passing confidence
symfony/swiftmailer-bundle (source) ^2.3 -> ^3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

symfony/monolog-bundle (symfony/monolog-bundle)

v3.10.0

Compare Source

  • Add configuration support for SamplingHandler

v3.9.0

Compare Source

  • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
  • Add support for Symfony 7
  • Remove support for Symfony 4
  • Mark classes as internal when relevant
  • Add support for env placeholders in the level option of handlers

v3.8.0

Compare Source

  • Deprecated ambiguous elasticsearch type, use elastica instead
  • Added support for Monolog 3.0 (requires symfony/monolog-bridge 6.1)
  • Added support for AsMonologProcessor to autoconfigure processors
  • Added support for FallbackGroupHandler
  • Added support for ElasticsearchHandler as elastic_search type
  • Added support for ElasticaHandler as elastica type
  • Added support for TelegramBotHandler as telegram
  • Added fill_extra_context flag for sentry handlers
  • Added support for configuring PsrLogMessageProcessor (date_format and remove_used_context_fields)
  • Fixed issue on Windows + PHP 8, workaround for https://github.com/php/php-src/issues/8315
  • Fixed MongoDBHandler support when no client id is provided

v3.7.1

Compare Source

  • Indicate compatibility with Symfony 6

v3.7.0

Compare Source

  • Use ActivationStrategy instead of actionLevel when available
  • Register resettable processors (ResettableInterface) for autoconfiguration (tag: kernel.reset)
  • Drop support for Symfony 3.4
  • Drop support for PHP < 7.1
  • Fix call to undefined method pushProcessor on handler that does not implement ProcessableHandlerInterface
  • Use "use_locking" option with rotating file handler
  • Add ability to specify custom Sentry hub service

v3.6.0

Compare Source

  • Added support for Symfony Mailer
  • Added support for setting log levels from parameters or environment variables

v3.5.0

Compare Source

  • Added support for Monolog 2.0
  • Added sentry type to use sentry 2.0 client
  • Added insightops handler
  • Added possibility for auto-wire monolog channel according to the type-hinted aliases, introduced in the Symfony 4.2

v3.4.0

Compare Source

  • Deprecate "excluded_404s" option
  • Flush loggers on kernel.reset
  • Register processors (ProcessorInterface) for autoconfiguration (tag: monolog.processor)
  • Expose configuration for the ConsoleHandler
  • Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
  • Fixed regression when app channel is defined explicitly
  • Fixed handlers marked as nested not being ignored properly from the stack
  • Added support for Redis configuration
  • Drop support for Symfony <3

v3.3.1

Compare Source

  • Fixed compatiblity with Symfony 4.2

v3.3.0

Compare Source

  • 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

v3.2.0

Compare Source

  • 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

v3.1.2

Compare Source

  • fix invalid usage of count()

v3.1.1

Compare Source

  • added support for Symfony 4

v3.1.0

Compare Source

  • 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

Compare Source

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

v3.0.2

Compare Source

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

v3.0.1

Compare Source

  • Removed obsolete code (DebugHandlerPass)

v3.0.0

Compare Source

  • 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)
symfony/swiftmailer-bundle (symfony/swiftmailer-bundle)

v3.5.4

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

  • Fix support for "stream_options" in configuration
  • Use "sendmail_path" from "php.ini" as default value for the sendmail path
  • Bump Symfony deps to ^4.4|^5.0

v3.4.0

Compare Source

  • bumped Symfony deps to ^4.3|^5.0
  • bumped to PHP 7.1

v3.3.1

Compare Source

v3.3.0

Compare Source

  • bumped Symfony deps to ^3.4|^4.0|^5.0

v3.2.8

Compare Source

v3.2.7

Compare Source

v3.2.6

Compare Source

v3.2.5

Compare Source

v3.2.4

Compare Source

  • fixed deprecations for Symfony 4.2
  • made swiftmailer.transport service public

v3.2.3

Compare Source

  • fixed EmailSenderListener that was not resetting wasExceptionThrown properly

v3.2.2

Compare Source

  • fixed the profiler panel when To: or From: headers are empty
  • fixed rendered content in the web profiler
  • do not set time/message limit on Configurable Spool if null

v3.2.1

Compare Source

  • fixed the handling of null as top-level extension config
  • fixed compatibility with the inline_class_loader optimization of the container dumper
  • fixed template variable reference
  • added command to the list of parameters that can be set from environment variables and default config values

v3.2.0

Compare Source

  • improved the Symfony profiler panel
  • fixed missing local_domain config support

v3.1.6

Compare Source

  • added missing NTLM Authenticator to swiftmailer.xml

v3.1.5

Compare Source

  • fixed Composer constraints

v3.1.4

Compare Source

  • fixed deprecations when accessing to private services from container

v3.1.3

Compare Source

  • fixed Symfony 3.4 support

v3.1.2

Compare Source

  • fixed Symfony 4 support

v3.1.1

Compare Source

  • fixed missing reset() method on MessageDataCollector

v3.1.0

Compare Source

  • changed commands as services
  • added support for Symfony 4

v3.0.4

Compare Source

  • fixed encryption and auth_mode empty usage when empty in MAILER_URL
  • added support for ntlm auth_mode
  • made sendmail command customizable
  • bumped min PHP version to 7.0 (as this is PHP min version for Swiftmailer 6.0)

v3.0.3

Compare Source

  • allowed env values for auth_mode

v3.0.2

Compare Source

  • removed empty delivery_addresses
  • removed usage of deprecated ConsoleExceptionEvent for 3.3+
  • fixed encryption option when using env variable

v3.0.1

Compare Source

  • removed deprecated delivery_address configuration setting
  • removed class parameters in the container configuration
  • removed obsolete support for the mail transport

v3.0.0

Compare Source

  • removed the swiftmailer:debug command alias
  • added compatibility with Swiftmailer 6.0

v2.6.7

Compare Source

v2.6.6

Compare Source

  • fixed compat with Symfony < 3.4

v2.6.5

Compare Source

  • fixed a deprecation when accessing the mailer service

v2.6.4

Compare Source

v2.6.3

Compare Source

  • fixed compat with Symfony 3.3+

v2.6.2

Compare Source

  • fixed Swiftmailer dependency

v2.6.1

Compare Source

  • reverted support for Swiftmailer 6.0

v2.6.0

Compare Source

  • added compatibility with Swiftmailer 6.0

v2.5.5

Compare Source

v2.5.4

Compare Source

  • fixed for "Swiftmailer still sends email if exception is thrown"
  • added autowiring aliases

v2.5.3

Compare Source

  • fixed SMTP usage without request context

v2.5.2

Compare Source

  • fixed deprecated mail transport

v2.5.1

Compare Source

  • fixed disabling delivery with env vars config

v2.5.0

Compare Source

  • allow using env variables in transport configuration

v2.4.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 26, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/andibraeu/LinkSink":"/mnt/renovate/gh/andibraeu/LinkSink" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/andibraeu/LinkSink" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.3 && install-tool composer 1.10.26 && composer update symfony/monolog-bundle symfony/swiftmailer-bundle --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "symfony/symfony" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Info from https://repo.packagist.org: �[37;44m#StandWith�[30;43mUkraine�[0m
Updating dependencies (including require-dev)

Copy link
Contributor Author

renovate bot commented Nov 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants