Releases: pharo-contributions/taskit
Releases · pharo-contributions/taskit
Version 1.2.0
After almost 2 years, this version includes:
- News in TKTFuture, such as "any" and "all"
- It is loadable on Pharo 9 and 10, which doesn't have anymore GTDebugger (but new debugger not properly implemented yet)
- Workaround an issue in P10 (pharo-project/pharo#11121)
- We have all changes contributed to Pharo 9 and 10
- Enhancements on TKTService (such as #69)
- Remove direct reference to Morphic
- Clean up baseline
- Others
v1.1.1
Version 1.1.0
This is the version after the split on different projects
Bugfixes
For this minor release we changed some details on the implementation of the debugger, we fixed many small bugs specially on the worker pool management and watchdog.
TaskIt v1.0.1
- Documentation update
- FutureFailre error deploy fix.
TaskIt v1.0
v0.4
v0.4
Major Features
- Task Runners
- CommonQueuePool + WatchDog Issue #30
- TKTDebuggWorkerProcess - Allows debugging in worker.
- Debugger - Max Leske Debugging support.
- Service moves to the core (Neede for implementing watchdog)
Infrastructure
Minor changes log (from commits)
- TKTConfiguration for all the general defaults.
- Baseline and package fixing for loading properly de debugger (Issue #29)
v0.3
Pharo-6
Tackles many of the tests for pharo 6.0.
It adds debugger support.