Skip to content

Releases: pharo-contributions/taskit

Version 1.2.0

14 Apr 02:04
c82cfe3
Compare
Choose a tag to compare

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

02 Jul 13:10
Compare
Choose a tag to compare

Split packages and prepared to be merged into Pharo 9

Version 1.1.0

12 May 09:37
Compare
Choose a tag to compare

This is the version after the split on different projects

Bugfixes

29 Apr 09:23
Compare
Choose a tag to compare

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

04 Dec 21:08
7ec1e09
Compare
Choose a tag to compare
  • Documentation update
  • FutureFailre error deploy fix.

TaskIt v1.0

29 Nov 14:07
Compare
Choose a tag to compare

Changeslog

v1.0

Major Features
  • Actors (ActIt)
  • Configuration Profiles
  • Service

Entire changes log

v0.4

07 Nov 12:39
Compare
Choose a tag to compare

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

09 Aug 08:23
Compare
Choose a tag to compare

Changes log:

  • Added TaskItShell

  • Added TaskItRetry

  • Issue #15

  • Issue #16

  • Issue #18

  • Issue #19

  • Issue #20

  • Issue #23

  • Issue #24

Pharo-6

20 Mar 13:40
Compare
Choose a tag to compare

Tackles many of the tests for pharo 6.0.
It adds debugger support.