Releases: mborders/artifex
Releases · mborders/artifex
v0.5.1
- Added DispatchCronWithLocation to allow for timezone-based cron jobs
- Added DispatchAt to allow for scheduling a future job at a specific time
- Upgraded to go 1.20
v0.4.0
- Added DispatchCron to allow for dispatching cron-based jobs
v0.3.1
- Changed module path to mborders
v0.3
- Improved cleanup for Stop(), which now shuts down all workers and tickers
- Added more unit tests to cover various dispatch cases
v0.2
- Added DispatchIn() to schedule jobs in the future
- Added DispatchEvery() to schedule jobs on an interval
- Added Stop() to stop dispatching and all workers