Changelog
🐛 Fixes
- c43024e getScheduledExecutions(...) should be able to return executions with unresolved tasks (#418), closes #418
⚠️ Behavior changes
SchedulerClient.getScheduledExecution()
will now also return executions with an unresolved taskSchedulerClient.getScheduledExecutions()
will now also by default return executions with unresolved tasks- The filter
ScheduledExecutionsFilter.all()
will now indicate that also executions with unresolved tasks should be returned
Contributors
We'd like to thank the following people for their contributions:
- Gustav Karlsson (@kagkarlsson)