Skip to content

Bump symfony/messenger from 7.2.6 to 7.3.0 #12

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps symfony/messenger from 7.2.6 to 7.3.0.

Release notes

Sourced from symfony/messenger's releases.

v7.3.0

Changelog (symfony/messenger@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/messenger@v7.3.0-BETA2...v7.3.0-RC1)

v7.3.0-BETA2

Changelog (symfony/messenger@v7.3.0-BETA1...v7.3.0-BETA2)

v7.3.0-BETA1

Changelog (symfony/messenger@v7.2.6...v7.3.0-BETA1)

v7.2.7

Changelog (symfony/messenger@v7.2.6...v7.2.7)

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
  • 287961b meaningfully error in DeduplicateStamp if the Lock component is missing
  • 3f90955 Merge branch '7.2' into 7.3
  • 551a7a7 fix asking for the retry option although --force was used
  • 54a70d7 minor #60243 [Cache][EventDispatcher][HttpClient][HttpKernel][Messenger][Vali...
  • f9cf69a minor #60225 [Messenger] show sanitized DSN in exception message when no tran...
  • 8880a41 [Messenger] show sanitized DSN in exception message when no transport found m...
  • af38722 Don't enable tracing unless the profiler is enabled
  • 577922d CS fix
  • dfd4f62 [Messenger] Reset peak memory usage for each message
  • 6b612cd Add stamps to handle trait
  • 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.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 30, 2025
Bumps [symfony/messenger](https://github.com/symfony/messenger) from 7.2.6 to 7.3.0.
- [Release notes](https://github.com/symfony/messenger/releases)
- [Changelog](https://github.com/symfony/messenger/blob/7.3/CHANGELOG.md)
- [Commits](symfony/messenger@v7.2.6...v7.3.0)

---
updated-dependencies:
- dependency-name: symfony/messenger
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/messenger-7.3.0 branch from c55b544 to f96d10a Compare June 2, 2025 19:13
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 php Pull requests that update php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants