Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps symfony/scheduler from 7.2.3 to 7.3.0.

Release notes

Sourced from symfony/scheduler's releases.

v7.3.0

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

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA1

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

Changelog

Sourced from symfony/scheduler's changelog.

CHANGELOG

7.3

  • Add TriggerNormalizer

7.2

  • Add capability to skip missed periodic tasks, only the last schedule will be called
  • Add MessageHandler returned result to PostRunEvent

6.4

  • Mark the component as non experimental
  • [BC BREAK] Add from() to CheckpointInterface
  • Add --date and --all options to the schedule:debug command
  • Allow setting timezone of next run date in CronExpressionTrigger
  • Add AbstractTriggerDecorator
  • Make ScheduledStamp "send-able"
  • Add ScheduledStamp to RedispatchMessage
  • Allow modifying Schedule instances at runtime
  • Add MessageProviderInterface to trigger unique messages at runtime
  • Add PreRunEvent and PostRunEvent events
  • Add DispatchSchedulerEventListener
  • Add FailureEvent event

6.3

  • Add the component as experimental
Commits
  • 5fd65e1 replace assertEmpty() with stricter assertions
  • 2e70ee0 make newly added constructor argument optional
  • 65679a9 fix tests
  • a7d5718 feature #58546 [Scheduler] Add MessageHandler result to the PostRunEvent (b...
  • 30a8558 [Scheduler] Add MessageHandler result to the PostRunEvent
  • bb97a6b feature #59679 [Scheduler] Normalize TriggerInterface as string (valtzu)
  • caf696b try reading the command name from the AsCommand attribute first
  • 72af1f5 Normalize TriggerInterface as string
  • 6045cab Merge branch '7.2' into 7.3
  • 236f811 Merge branch '7.2' into 7.3
  • 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 31, 2025
@BentiGorlich BentiGorlich enabled auto-merge (squash) June 10, 2025 20:23
BentiGorlich
BentiGorlich previously approved these changes Jun 10, 2025
Bumps [symfony/scheduler](https://github.com/symfony/scheduler) from 7.2.3 to 7.3.0.
- [Release notes](https://github.com/symfony/scheduler/releases)
- [Changelog](https://github.com/symfony/scheduler/blob/7.3/CHANGELOG.md)
- [Commits](symfony/scheduler@v7.2.3...v7.3.0)

---
updated-dependencies:
- dependency-name: symfony/scheduler
  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/scheduler-7.3.0 branch from 365145f to b9ecbd1 Compare June 10, 2025 20:38
@BentiGorlich BentiGorlich merged commit 8cd09cf into main Jun 10, 2025
7 checks passed
@BentiGorlich BentiGorlich deleted the dependabot/composer/symfony/scheduler-7.3.0 branch June 10, 2025 20:51
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.

2 participants