Releases: gajus/planton
Releases · gajus/planton
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.0
v2.0.0
2.0.0 (2020-12-03)
Bug Fixes
- continue to attempt scheduling tasks that breach concurrency (6d209a5)
- continue to attempt scheduling tasks that produce more instructions than the supplied limit (6879289)
- ignore missing types (abee19a)
- update dependencies (2911333)
Features
- add sanity check (0f70557)
- cancel delay when Planton is terminated (3f0154a)
- move delay logic to the begining of the routine (3e33b8e)
BREAKING CHANGES
- First delay is calculated before running schdule function the first time.
v1.4.0
v1.3.0
1.3.0 (2020-11-26)
Bug Fixes
- align error name with the error code (e03d326)
Features
- ensure that scheduler does not produce more instructions than the limit (a82abd3)
- ensure that task concurrency is greater than 0 (6b46dd4)
- ensure that unexpected result shape triggers an error (4d8ac2b)
- export UnexpectedTaskInstructionsError (9acc9b4)
- log errors (011ac87)
- remove unused exclusive property (0562065)
- throw an error if task name is duplicate (8072d28)