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/messenger from 5.0.8 to 5.2.0 in /app #112

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

Conversation

dependabot-preview[bot]
Copy link

Bumps symfony/messenger from 5.0.8 to 5.2.0.

Release notes

Sourced from symfony/messenger's releases.

v5.2.0

Changelog (symfony/messenger@v5.2.0-RC2...v5.2.0)

  • bug #39166 Fix mssql compatibility for doctrine transport. (bill moll)

v5.2.0-RC2

Changelog (symfony/messenger@v5.2.0-RC1...v5.2.0-RC2)

  • no changes

v5.2.0-RC1

Changelog (symfony/messenger@v5.2.0-BETA3...v5.2.0-RC1)

  • bug #39004 Fix JSON deserialization of ErrorDetailsStamp and normalization of FlattenException::$statusText (Jean85)
  • bug #39026 Fix DBAL deprecations in PostgreSqlConnection (chalasr)
  • feature #38940 Improve formatting of exception in failed message (Jeroen Noten)
  • feature #38850 Do not call getQueueUrl when the url is known in AmazonSqs transport (jderusse)

v5.1.9

Changelog (symfony/messenger@v5.1.8...v5.1.9)

  • bug #39166 Fix mssql compatibility for doctrine transport. (bill moll)
  • bug #39026 Fix DBAL deprecations in PostgreSqlConnection (chalasr)

v5.1.8

Changelog (symfony/messenger@v5.1.7...v5.1.8)

  • bug #38612 Allow setting option "login" in DSN (W0rma)
  • bug #38618 Avoid early db access for pgsql detection (chalasr)

v5.1.7

Changelog (symfony/messenger@v5.1.6...v5.1.7)

  • bug #38358 Fix redis connection error message (alexander-schranz)

v5.1.6

Changelog (symfony/messenger@v5.1.5...v5.1.6)

  • bug #38284 fix compatibility with Doctrine DBAL 3 (xabbuh)
  • bug #38136 Run postgres setup trigger in transaction (akondas)
  • bug #38074 Remove DelaySeconds parameter for FIFO queues (netbull)

v5.1.5

Changelog (symfony/messenger@v5.1.4...v5.1.5)

  • no changes

v5.1.4

Changelog (symfony/messenger@v5.1.3...v5.1.4)

Changelog

Sourced from symfony/messenger's changelog.

5.2.0

  • The RedeliveryStamp will no longer be populated with error data. This information is now stored in the ErrorDetailsStamp instead.
  • Added FlattenExceptionNormalizer to give more information about the exception on Messenger background processes. The FlattenExceptionNormalizer has a higher priority than ProblemNormalizer and it is only used when the Messenger serialization context is set.
  • Added factory methods DelayStamp::delayFor(\DateInterval) and DelayStamp::delayUntil(\DateTimeInterface).
  • Removed the exception when dispatching a message with a DispatchAfterCurrentBusStamp and not in a context of another dispatch call
  • Added WorkerMessageRetriedEvent
  • Added WorkerMessageReceivedEvent::setEnvelope() and made event mutable

5.1.0

  • Moved AmqpExt transport to package symfony/amqp-messenger. All classes in Symfony\Component\Messenger\Transport\AmqpExt have been moved to Symfony\Component\Messenger\Bridge\Amqp\Transport
  • Moved Doctrine transport to package symfony/doctrine-messenger. All classes in Symfony\Component\Messenger\Transport\Doctrine have been moved to Symfony\Component\Messenger\Bridge\Doctrine\Transport
  • Moved RedisExt transport to package symfony/redis-messenger. All classes in Symfony\Component\Messenger\Transport\RedisExt have been moved to Symfony\Component\Messenger\Bridge\Redis\Transport
  • Added support for passing a \Throwable argument to RetryStrategyInterface methods. This allows to define strategies based on the reason of the handling failure.
  • Added StopWorkerOnFailureLimitListener to stop the worker after a specified amount of failed messages is reached.
  • Added RecoverableExceptionInterface interface to force retry.

5.0.0

  • The LoggingMiddleware class has been removed, pass a logger to SendMessageMiddleware instead.
  • made SendersLocator require a ContainerInterface as 2nd argument

4.4.0

  • Added support for auto trimming of Redis streams.
  • InMemoryTransport handle acknowledged and rejected messages.
  • Made all dispatched worker event classes final.
  • Added support for from_transport attribute on messenger.message_handler tag.
  • Added support for passing dbindex as a query parameter to the redis transport DSN.
  • Added WorkerStartedEvent and WorkerRunningEvent
  • [BC BREAK] Removed SendersLocatorInterface::getSenderByAlias added in 4.3.
  • [BC BREAK] Removed $retryStrategies argument from Worker::__construct.
  • [BC BREAK] Changed arguments of ConsumeMessagesCommand::__construct.
  • [BC BREAK] Removed $senderClassOrAlias argument from RedeliveryStamp::__construct.
  • [BC BREAK] Removed UnknownSenderException.
  • [BC BREAK] Removed WorkerInterface.
  • [BC BREAK] Removed $onHandledCallback of Worker::run(array $options = [], callable $onHandledCallback = null).
  • [BC BREAK] Removed StopWhenMemoryUsageIsExceededWorker in favor of StopWorkerOnMemoryLimitListener.
  • [BC BREAK] Removed StopWhenMessageCountIsExceededWorker in favor of StopWorkerOnMessageLimitListener.
  • [BC BREAK] Removed StopWhenTimeLimitIsReachedWorker in favor of StopWorkerOnTimeLimitListener.
  • [BC BREAK] Removed StopWhenRestartSignalIsReceived in favor of StopWorkerOnRestartSignalListener.
  • The component is not marked as @experimental anymore.
  • Marked the MessengerDataCollector class as @final.
  • Added support for DelayStamp to the redis transport.
Commits
  • ae14385 [Messenger] Fix JSON deserialization of ErrorDetailsStamp and normalization o...
  • cb600f9 [Messenger] Improve formatting of thrown exception in show failed message com...
  • e2933df Merge branch '5.1' into 5.x
  • 800acfc Merge branch '4.4' into 5.1
  • f97dbfc Merge branch '3.4' into 4.4
  • 14442bb Don't skip Doctrine tests on php 8.
  • 8341c21 Merge branch '5.1' into 5.x
  • e60042b Merge branch '4.4' into 5.1
  • befe3a4 Fix tests typo
  • 56509cb Merge branch '5.1' into 5.x
  • 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 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:

  • Update frequency (including time of day and day of week)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 3, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants