db-scheduler v9.2 Release Notes

Release Date: 2020-11-30 // over 3 years ago
    • ⬆️ PR #161 upgrades shades jmrozanec/cron-utils to v9.1.3
    • ⏱ PR #155 adds a number of improvements to the SchedulerClient interface.
      • getScheduledExecution(...) methods returning a List after popular demand
      • getScheduledExecution(...) takes an optional ScheduledExecutionFilter with options to include or exclude picked executions
      • getScheduledExecution(...) return type ScheduledExecution now exposes more of the underlying fields on Execution

Previous changes from v9.1

  • ⏱ PR #159 let SchedulerClient customize serializer. Contributions bybm46370.