- PR #257 adds a better api for creating recurring tasks where the
Schedule
need to live in thetask_data
. These types of tasks support runtime modifications of the schedule and multiple instances of the same type of recurring task. See example RecurringTaskWithPersistentScheduleMain.java and StatefulRecurringTaskWithPersistentScheduleMain.java - PR #256 adds the license so that it is detected by github. Contributed by axelfontaine.
- PR #252 updates readme versions. Contributed by attilapapai.
- Various dependency updates