Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Updates the requirements on symfony/messenger to permit the latest version.

Release notes

Sourced from symfony/messenger's releases.

v7.3.3

Changelog (symfony/messenger@v7.3.2...v7.3.3)

Changelog

Sourced from symfony/messenger's changelog.

CHANGELOG

7.3

  • Add CloseableTransportInterface to allow closing the transport
  • Add SentForRetryStamp that identifies whether a failed message was sent for retry
  • Add Symfony\Component\Messenger\Middleware\DeduplicateMiddleware and Symfony\Component\Messenger\Stamp\DeduplicateStamp
  • Add --class-filter option to the messenger:failed:remove command
  • Add $stamps parameter to HandleTrait::handle
  • Add Symfony\Component\Messenger\EventListener\ResetMemoryUsageListener to reset PHP's peak memory usage for each processed message

7.2

  • Add $previous to the exception output at the messenger:failed:show command
  • WrappedExceptionsInterface now extends PHP's Throwable interface
  • Add #[AsMessage] attribute with $transport parameter for message routing
  • Add --format option to the messenger:stats command
  • Add getRetryDelay() method to RecoverableExceptionInterface
  • Add skip option to messenger:failed:retry command when run interactively to skip message and requeue it
  • Add the ability to asynchronously notify transports about which messages are still being processed by the worker, using pcntl_alarm()

7.1

  • InMemoryTransportFactory creates the InMemoryTransport with a clock (if configured in the factory)
  • Add option redis_sentinel as an alias for sentinel_master
  • Add --all option to the messenger:consume command
  • Add parameter $jitter to MultiplierRetryStrategy in order to randomize delay and prevent the thundering herd effect
  • Add SIGQUIT signal among list of signals that gracefully shut down messenger:consume and messenger:failed:retry commands
  • Add EnvelopeAwareExceptionInterface for exceptions thrown from middlewares to prevent stamps added by previous middlewares being dropped

7.0

  • Add parameter $isSameDatabase to DoctrineTransport::configureSchema()
  • Remove MessageHandlerInterface and MessageSubscriberInterface, use #[AsMessageHandler] instead
  • Remove StopWorkerOnSigtermSignalListener in favor of using the SignalableCommandInterface
  • Remove StopWorkerOnSignalsListener in favor of using the SignalableCommandInterface
  • Remove Symfony\Component\Messenger\Transport\InMemoryTransport and Symfony\Component\Messenger\Transport\InMemoryTransportFactory in favor of Symfony\Component\Messenger\Transport\InMemory\InMemoryTransport and Symfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory
  • Remove HandlerFailedException::getNestedExceptions(), HandlerFailedException::getNestedExceptionsOfClass() and DelayedMessageHandlingException::getExceptions() which are replaced by a new getWrappedExceptions() method

6.4

... (truncated)

Commits
  • d9e0433 Merge branch '6.4' into 7.3
  • 4fef4c9 Remove deprecated calls to deprecated methods of SplObjectStorage
  • d0c0014 [Messenger] Show package installation hint also for amqps
  • 8cea1e0 Merge branch '6.4' into 7.3
  • 29131f4 bug #61291 [Messenger] Remove fix NoAutoAckStamp handling in `Worker::flush...
  • afccfd3 Merge branch '6.4' into 7.3
  • 1628e98 Fix inline var annotations
  • 934a7f4 [Messenger] Fix NoAutoAckStamp handling in Worker::flush()
  • f990f0d Merge branch '7.2' into 7.3
  • 3fd1638 Merge branch '6.4' into 7.2
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [symfony/messenger](https://github.com/symfony/messenger) to permit the latest version.
- [Release notes](https://github.com/symfony/messenger/releases)
- [Changelog](https://github.com/symfony/messenger/blob/7.3/CHANGELOG.md)
- [Commits](symfony/messenger@v7.2.0...v7.3.3)

---
updated-dependencies:
- dependency-name: symfony/messenger
  dependency-version: 7.3.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Successfully merging this pull request may close these issues.

0 participants