Changelogs

On this page:

app-task_worker

app-task_worker Change Logs

2020.1.8 Maintenance Release [2021-01-05]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • app-task_worker:3.1.4-2020.1.1 [12-10-2020] - Updated database module to fix the arbiter bug.

2020.1.7 Maintenance Release [2020-12-01]

Overview

  • 0 Total Tickets

2020.1.6 Maintenance Release [2020-11-03]

Overview

  • 0 Total Tickets

2020.1.5 Maintenance Release [2020-10-06]

Overview

  • 0 Total Tickets

2020.1.4 Maintenance Release [2020-09-01]

Overview

  • 0 Total Tickets

2020.1.3 Maintenance Release [2020-08-04]

Overview

  • 0 Total Tickets

2020.1.2 Maintenance Release [2020-07-07]

Overview

  • 0 Total Tickets

2020.1.1 Maintenance Release [2020-06-02]

Overview

  • 0 Total Tickets

2020.1.0 Feature Release [2020-05-01]

Overview

  • 1 Improvements
  • 3 Bug Fixes
  • 6 Chores
  • 10 Total Tickets

Improvements

  • app-task_worker:3.1.0 [01-31-2020] - Moved task worker functionality to workflow engine. The application APIs are now redirected to call the new workflow engine APIs.

Bug Fixes

  • app-task_worker:3.0.13 [01-03-2020] - Removed peer dependencies and updated packages.
  • app-task_worker:3.0.12 [12-13-2019] - Ensured superuser is created in context wrapper when working tasks.
  • app-workflow_engine:7.14.4-2020.1.3 [04-29-2020] - Migration script will now cleanup old properties.

Chores

  • app-task_worker:3.1.4-2020.1.0 [04-27-2020] - Created release branch.
  • app-task_worker:3.1.4 [04-27-2020] - Updated itential-utils dependency.
  • app-task_worker:3.1.3 [04-16-2020] - Moved CI pipeline from Node.js 10 to Node.js 12.
  • app-task_worker:3.1.2 [03-19-2020] - Migrated API tests into application repository.
  • app-task_worker:3.1.1 [02-08-2020] - Added schema validation to component pipelines.
  • app-task_worker:3.0.14 [01-15-2020] - Updated repository url of repo.

2019.3.0 Feature Release [2019-11-29]

Overview

  • 6 Bug Fixes
  • 2 Chores
  • 8 Total Tickets

Bug Fixes

  • app-task_worker:3.0.11-2019.3.1 [12-13-2019] - Ensured superuser is created in context wrapper when working tasks.
  • app-task_worker:3.0.11 [12-10-2019] - Redis keys are now deleted when no longer needed.
  • app-task_worker:3.0.10 [11-08-2019] - Fixed a memory leak in task worker.
  • app-task_worker:3.0.9 [10-18-2019] - Restored ability to add/edit properties in TaskWorker. Moved taskWorkerProps from pronghornProps to service_config.
  • app-task_worker:3.0.8 [10-06-2019] - Restored task data in metrics by updating config variable to use package.json for app id and version info.
  • app-task_worker:3.0.6 [08-06-2019] - Reverted change in app-task_worker:3.0.4

Chores

  • app-task_worker:3.0.11-2019.3.0 [12-12-2019] - Completed checklist for 2019.3 release.
  • app-task_worker:3.0.7 [10-06-2019] - Fixed references to outdated repositories and updated required node version.

2019.2 Feature Release [2019-08-20]

Overview

  • 3 Improvements
  • 3 Bug Fixes
  • 6 Total Tickets

Improvements

  • app-task_worker:3.0.4-2019.2.0 [08-05-2019] - Updated dependencies for release.
  • app-task_worker:3.0.2 [07-24-2019] - Migrated from itential-ci to argo.
  • app-task_worker:3.0.2 [04-22-2019] - Added JSON schema for automatic documentation and validation.

Bug Fixes

  • app-task_worker:3.0.4-2019.2.1 [08-06-2019] - Revert of v3.0.4.
  • app-task_worker:3.0.4 [09-05-2019] - App id and version are saved in task document's metric.app.
  • app-task_worker:3.0.3 [07-29-2019] - Closed audit trail for each task to remove redis keys.

2019.1 Feature Release [2019-04-02]

Overview

  • 1 New Features
  • 4 Improvements
  • 1 Bug Fixes
  • 6 Total Tickets

New Features

  • app-task_worker:2.4.0 [12-17-2018] - Able to set configuration options for app activation and app poll timing via properties.json file.

Improvements

  • app-task_worker:3.0.1-2019.1.0 [03-29-2019] - Pinned dependencies for release.
  • app-task_worker:3.0.1 [03-19-2019] - Updated calls to support MongoDB driver 3.1.7.
  • app-task_worker:3.0.1 [02-28-2019] - Resolved adapter instance ids before calling a method.
  • app-task_worker:2.3.5 [12-17-2018] - Reverted special character support workaround for mongo; implemented mongo 3.6 upgrade path.

Bug Fixes

  • app-task_worker:3.0.1 [03-12-2019] - Fixed issue in task worker logic to get 'tick' and 'activate' property from pronghorn.json props.

2018.3 Feature Release [2018-12-05]

Overview

  • 3 Improvements
  • 6 Bug Fixes
  • 9 Total Tickets

Improvements

  • app-task_worker:2.3.4 [12-01-2018] - Added support for task outputs that contain special characters (ie .#$(%@) in their object keys.
  • app-task_worker:2.2.0 [10-22-2018] - Task Worker now determines Job initiator id for actor from immutable metrics location.
  • app-task_worker:2.1.0 [09-20-2018] - Added support for calling Adapter and Broker methods.

Bug Fixes

  • app-task_worker:2.3.3 [11-26-2018] - Activate and Deactivate methods send response back to Web Server when no change in state is required to match requested state.
  • app-task_worker:2.3.2 [11-19-2018] - Added additional checks to task worker logic to reinforce the deactivated state.
  • app-task_worker:2.3.1 [11-06-2018] - Updated template variable regex to match valid variable names.
  • app-task_worker:2.3.0 [11-05-2018] - Added support for static template variables.
  • app-task_worker:2.3.0 [11-05-2018] - Manual tasks with multiple outputs being referenced in the same task properly obtain all values instead of just the first followed by curly braces for all additional inputs.
  • app-task_worker:2.2.1 [11-05-2018] - Task status inside a job collection, now properly reflects the task status on the task collection.