repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
515 stars 107 forks source link

Bump symfony/messenger from 5.2.7 to 5.3.4 #495

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps symfony/messenger from 5.2.7 to 5.3.4.

Release notes

Sourced from symfony/messenger's releases.

v5.3.4

Changelog (https://github.com/symfony/messenger/compare/v5.3.3...v5.3.4)

  • bug #42173 Fix auth option wrongly considered invalid (chalasr)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #42067 Make auth option works (welcoMattic)
  • bug #42059 Fixed BC layer for RedeliveryStamp (Nyholm)
  • bug #42060 AmqpTransport implements QueueReceiverInterface (xabbuh)
  • bug #42035 Fix use_notify default value for PostgreSqlConnection (tgalopin)
  • bug #41384 Fix SkippedTestSuite (jderusse)

v5.3.3

Changelog (https://github.com/symfony/messenger/compare/v5.3.2...v5.3.3)

  • bug #41896 fix FlattenExceptionNormalizer (nicolas-grekas)
  • bug #41751 prevent reflection usages when classes do not exist (xabbuh)

v5.3.2

Changelog (https://github.com/symfony/messenger/compare/v5.3.1...v5.3.2)

  • bug #41716 Fix RequestContext not updated (jderusse)
  • bug #41616 Remove TLS related options when not using TLS (odolbeau)
  • bug #41553 fix BC for FrameworkBundle 4.4 with a non-existence alias being used (monteiro)

v5.3.0

Changelog (https://github.com/symfony/messenger/compare/v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.3.0-RC1

Changelog (https://github.com/symfony/messenger/compare/v5.3.0-BETA4...v5.3.0-RC1)

  • no significant changes

v5.2.12

Changelog (https://github.com/symfony/messenger/compare/v5.2.11...v5.2.12)

  • bug #42173 Fix auth option wrongly considered invalid (chalasr)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #42067 Make auth option works (welcoMattic)
  • bug #42059 Fixed BC layer for RedeliveryStamp (Nyholm)
  • bug #42035 Fix use_notify default value for PostgreSqlConnection (tgalopin)
  • bug #41384 Fix SkippedTestSuite (jderusse)

v5.2.11

Changelog (https://github.com/symfony/messenger/compare/v5.2.10...v5.2.11)

  • bug #41896 fix FlattenExceptionNormalizer (nicolas-grekas)
  • bug #41751 prevent reflection usages when classes do not exist (xabbuh)
  • bug #41616 Remove TLS related options when not using TLS (odolbeau)

... (truncated)

Changelog

Sourced from symfony/messenger's changelog.

CHANGELOG

5.3

  • Add the RouterContextMiddleware to restore the original router context when handling a message
  • InMemoryTransport can perform message serialization through dsn in-memory://?serialize=true.
  • Added queues option to Worker to only fetch messages from a specific queue from a receiver implementing QueueReceiverInterface.

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.

... (truncated)

Commits


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[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.