Skip to content

v0.4.1: Fixed halt task and restart task commands

Choose a tag to compare

@wohler wohler released this 28 Nov 20:11
· 8 commits to main since this release

As promised, the Halt tasks (formerly Kill tasks) and Restart tasks commands have been fixed, along with a handful other buglets.

In the change log below, we'll refer to our internal Jira key for our benefit. If the item is associated with a resolved GitHub issue or pull request, we'll add a link to that. Changes that are incompatible with previous versions are marked below. While the major version is 0, we will be making breaking changes when bumping the minor number. However, once we hit version 1.0.0, incompatible changes will only be made when bumping the major number.

New Features

Bug Fixes

  1. Remove option of UOW reuse (Incompatible change, ZIGGY-278)
  2. Replace == with equals for non-primitives (ZIGGY-287)
  3. Can't kill (local) tasks (ZIGGY-290)
  4. Can't restart tasks (ZIGGY-291)
  5. Incorrect number of downstream tasks (ZIGGY-303)
  6. Increase pause after starting database (ZIGGY-354)
  7. Undesired reprocessing (ZIGGY-361)
  8. Tests sometimes fail in Eclipse (ZIGGY-367)
  9. Unable to kill or restart tasks for first pipeline instance (ZIGGY-368)
  10. Close and Cancel buttons in wrong order on resources dialogs (ZIGGY-372)
  11. No transition after error resume (ZIGGY-373)