Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Update symfony/messenger requirement from ^5.4 to ^6.0 #15

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

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

Release notes

Sourced from symfony/messenger's releases.

v6.0.19

Changelog (symfony/messenger@v6.0.18...v6.0.19)

  • no significant changes
Changelog

Sourced from symfony/messenger's changelog.

CHANGELOG

6.3

  • Add support for namespace wildcards in the HandlersLocator to allow routing multiple messages within the same namespace
  • Deprecate 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
  • Allow passing a string instead of an array in TransportNamesStamp
  • Allow to define batch size when using BatchHandlerTrait with getBatchSize()
  • Deprecate StopWorkerOnSigtermSignalListener in favor of StopWorkerOnSignalsListener and make it configurable with SIGINT and SIGTERM by default
  • Add RedispatchMessage and RedispatchMessageHandler
  • Add optional parameter $isSameDatabase to DoctrineTransport::configureSchema()

6.2

  • Add new messenger:stats command that returns a list of transports with their "to be processed" message count
  • Add TransportNamesStamp to change the transport while dispatching a message
  • Add support for rate limited transports by using the RateLimiter component.
  • Deprecate MessageHandlerInterface and MessageSubscriberInterface, use #[AsMessageHandler] instead
  • Add new parameter allowNoSenders to SendMessageMiddleware to enable throwing when a message doesn't have a sender

6.1

  • Add SerializedMessageStamp to avoid serializing a message when a retry occurs
  • Automatically resolve handled message type when method different from __invoke is used as handler
  • Allow #[AsMessageHandler] attribute on methods

6.0

  • Remove deprecated classes Symfony/Component/Messenger/Transport/AmqpExt, Symfony/Component/Messenger/Transport/Doctrine and Symfony/Component/Messenger/Transport/Redis.
  • Class MessengerPass cannot be configured with constructor arguments
  • Remove constructor arguments and getters for RedeliveryStamp's properties exceptionMessage and flattenException

5.4

  • Add AsMessageHandler attribute for declaring message handlers on PHP 8.
  • Add support for handling messages in batches with BatchHandlerInterface and corresponding trait
  • Add StopWorkerExceptionInterface and its implementation StopWorkerException to stop the worker.
  • Add support for resetting container services after each messenger message.
  • Added WorkerMetadata class which allows you to access the configuration details of a worker, like queueNames and transportNames it consumes from.

... (truncated)

Commits
  • d584d17 Merge branch '5.4' into 6.0
  • 47859ba [Tests] Remove $this occurrences in future static data providers
  • ae15c99 Merge branch '5.4' into 6.0
  • 14a79d8 Bump license year to 2023
  • bec7592 Merge branch '5.4' into 6.0
  • b6f91bc Fix getting the name of closures on PHP 8.1.11+
  • f1ad9a3 Merge branch '5.4' into 6.0
  • ead27c3 Merge branch '4.4' into 5.4
  • 03818ff [Messenger] cs fix
  • dceda92 Merge branch '4.4' into 5.4
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

xaviermarchegay and others added 2 commits October 23, 2023 18:07
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/6.3/CHANGELOG.md)
- [Commits](symfony/messenger@v5.4.0...v6.0.19)

---
updated-dependencies:
- dependency-name: symfony/messenger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 23, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

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.

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

@dependabot dependabot bot deleted the dependabot/composer/v2-dev/symfony/messenger-tw-6.0 branch October 23, 2023 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant