Skip to content

Releases: NASA-AMMOS/common-workflow-service

Release v2.8.0

29 Jan 23:18

Choose a tag to compare

[2.8.0] Changes

Security

  • Converted ActiveMQ 5.x to Artemis ActiveMQ broker
    • broker.xml has security-enabled as false. For production use this should be setup with security enabled.

Breaking Changes

  • Removed support for LDAP and CAM security authentication modes. Only Camunda Auth is supported going forward
  • Need to add the Camunda License file to ~/.camunda/license.txt since we moved to use Camunda Enterprise Edition
  • Update Database Schema from Camunda 7.20 to Camunda 7.23.0-ee:
    • Go to the /sql/upgrade/ dir and use the upgrade scripts (in order):
      • mysql_engine_7.20_to_7.21.sql
      • mysql_engine_7.21_to_7.22.sql
      • mysql_engine_7.22_to_7.23.sql
  • Second Database Schema Update
  • Update Database Table cws_sched_worker_proc_inst Column proc_variables from FSTObjectOutput (Binary Type blob) to json string (Blob UTF-8 string)
    • Read field as de.ruedigermoeller.serialization.FSTObjectInput and convert to com.fasterxml.jackson.databind.ObjectMapper UTF-8 string

More Changed

Full Changelog: v2.7.0...v2.8.0

Release v2.7.0

18 Jun 20:57

Choose a tag to compare

What's Changed

New Contributors

  • @jl-0 made their first contribution in #243

Full Changelog: v2.6.0...v2.7.0

Release v2.6.0

07 May 18:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

Release v2.6.0

27 Feb 19:05
b6b450a

Choose a tag to compare

Release v2.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0-pre.1

Release v2.5.0

09 Jun 20:40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

Release v2.4.0

25 May 23:16

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

Release 2.4.0-pre.1

10 Feb 00:53

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0-pre.1

v2.3.0

02 Sep 22:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.1.0 Test Prerelease

23 Mar 20:28
66b5f53

Choose a tag to compare

Pre-release

Test release of v2.1.0 for testing prior to official release.

2.1 Prerelease - Decoupled Elasticsearch

19 Mar 17:16
f3ed5b4

Choose a tag to compare

This is a prerelease of CWS v2.1. It includes changes that decouple CWS from Elasticsearch.