Releases: eggjs/schedule
Releases · eggjs/schedule
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2024-12-17)
⚠ BREAKING CHANGES
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
Summary by CodeRabbit
-
New Features
-
Introduced a new
Boot
class for managing agent lifecycle and
scheduling. -
Added
Schedule
andScheduleWorker
classes for managing scheduled
tasks. -
Implemented
AllStrategy
andWorkerStrategy
classes for scheduling
strategies. -
Added TypeScript support with updated interfaces and types for
scheduling functionality. -
Bug Fixes
-
Updated changelog to reflect a bug fix ensuring schedules execute
after the application is ready. -
Documentation
- Updated
README.md
to reflect package renaming and TypeScript usage. - Enhanced documentation with new sections and improved formatting.
- Updated
-
Chores
-
Removed outdated files and configurations related to previous
implementations. -
Transitioned project to TypeScript with updated configurations and
module syntax.
Features
This release is also available on: