Skip to content

v1.9.0

Choose a tag to compare

@maennchen maennchen released this 07 Feb 14:52
· 552 commits to main since this release

Removed

  • Three modules were removed and replaced by crontab.
    • Quantum.Matcher
    • Quantum.Parser
    • Quantum.Translator

Fixed

  • The whole cron expression syntax is now supported.
  • Crons can now be configured for Umbrella applications. See the README for the new syntax.

Changed

  • Cron Expressions can now be provided via the %Crontab.CronExpression{} struct or via the ~e[CRON EXPRESSION] sigil.
  • Cron Expressions can now be extended. This way second granularity of the expressions can be provided.

Deprecated

  • The configuration property cron is deprecated. Use the app configuration instead.