Files
archived-scheduler/CHANGELOG.md

1.0 KiB

CHANGELOG

8.1

  • Add --sort option to debug:command to order recurring messages by next run date

7.3

  • Add TriggerNormalizer
  • Throw exception when multiple schedule provider services are registered under the same scheduler name

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