Skip to content

Releases: Taskana/TaskanaAdapter

Bug fix release

10 Jun 06:35

Choose a tag to compare

Complete list of features and fixes

  • ADPT-148: Change TaskListener behaviour to allow overwriting of domain for each user task occurrence
  • ADPT-149: FollowUp Date is not assigned by Camunda Listener
  • ADPT-150: Different taskana-attributes for different User-Tasks
  • ADPT-151: Update version of maven wrapper
  • ADPT-152: Create Code of conduct
  • ADPT-153: Replace deprecated GitHub Action with concurrency command

Support shared outbox for multiple camunda systems

08 Mar 14:58

Choose a tag to compare

Breaking changes in the API
*

Major version updates

  • Camunda Platform 7.16.0
  • Spring Boot 2.6.4

New

  • ADPT-142: Multiple camunda systems sharing the same outbox is now supported. Configuration is documented here (System Connectors) : Adapter Properties
    • IMPORTANT: A new column in the event_store was added → system_engine_identifier. For all new events the TaskanaTaskListener will write the camunda engine name into this column. All existing events will get the new default value “default” for this column. To make the adapter successfully process these old events you might have to override the value of this column to the correct camunda engine name.

Improvements
*

Complete list of features and fixes

  • ADPT-138: Fix TestDisabledTaskClaim Test
  • ADPT-141: Improved initialization logging for connectors
  • ADPT-142: Support shared outbox for multiple camunda systems
  • ADPT-144: Update Camunda to 7.16
  • ADPT-145: Adjust ObjectReference usage

Spring Boot 2.6

19 Jan 12:36

Choose a tag to compare

Breaking changes in the API
*

Major version updates

  • Spring Boot 2.6.2

New
*

Improvements
*

Complete list of features and fixes

  • ADPT-139: update google-java-format to 1.13

Maintenance Release for TASKANA v4.12.0

24 Nov 13:31

Choose a tag to compare

Major Version Updates

  • Spring 2.5.7

Maintenance Release for TASKANA v4.11.0

09 Nov 07:48

Choose a tag to compare

Major Version Updates

  • Spring 2.5.6

Maintenance Release for TASKANA v4.10.0

12 Oct 09:18

Choose a tag to compare

Major Version Updates

  • Spring 2.5.5

maintenance release

03 Aug 12:40

Choose a tag to compare

Breaking changes in the API

  • ADPT-136: enabling/disabling synchronization of tasks claimed in TASKANA to Camunda will now also enable/disable cancel claiming. The default used to be ENABLED, now it is DISABLED. If you want to have it enabled you now must set the taskana.adapter.camunda.claiming.enabled property to true!

Major version updates

  • Spring Boot 2.5.3

New
*

Improvements

  • ADPT-135: The TaskanaTaskListener was adjusted to deal with empty Self-Closing camundaProperty-Tags in the BPM-XML. The listener must be replaced if you want to benefit from this improvement.

Complete list of features and fixes

  • ADPT-134: Fix compile issues introduced by TASKANA API changes
  • ADPT-135: Adapter-Listener: Exception for empty Self-Closing-Tags in BPM-XML
  • ADPT-136: Make synchronization of CancelClaim configurable
  • ADPT-137: Fix breaking changes introduced in TSK-1647

Version updates

12 Jun 10:24

Choose a tag to compare

Breaking changes in the API
none

Major version updates

  • Spring Boot 2.5.1

New
*

Improvements
*

Complete list of features and fixes
*

1.4.0/4.6.0: Bump bootstrap from 4.6.0-1 to 5.0.0

12 May 07:37

Choose a tag to compare

Breaking changes in the API
none

Major version updates

  • Spring Boot 2.4.5

New
*

Improvements
*

Complete list of features and fixes
ADPT-130: Update checkstyle configuration file
ADPT-132: Update actions/setup-java from v1 to v2
ADPT-133: Create pre-commit hook to ensure that all java files are formatted properly

Bug Fix Release

12 Mar 13:39

Choose a tag to compare

Breaking changes in the API
none

Major version updates

  • Spring Boot 2.4.3

New

  • ADPT-128: Synchronization from claimed tasks in TASKANA to Camunda is now configurable

Improvements

  • ADPT-125: Remove taskana-common dependency from listener module

Complete list of features and fixes
ADPT-117: Exclude String process variables from stringifying objects in TaskListener
ADPT-118: Rethrow/Remove exceptions in the TaskListener
ADPT-123: Problem retrieving events from multiple systems if one system is unavailable
ADPT-125: Remove taskana-common dependency from listener module
ADPT-128: Make the synchronisation of claims from TASKANA to Camunda configurable
ADPT-129: CI: use personal access token of any admin as authentication