Releases: Taskana/TaskanaAdapter
Bug fix release
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
concurrencycommand
Support shared outbox for multiple camunda systems
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
Spring Boot 2.6
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
Major Version Updates
- Spring 2.5.7
Maintenance Release for TASKANA v4.11.0
Major Version Updates
- Spring 2.5.6
Maintenance Release for TASKANA v4.10.0
Major Version Updates
- Spring 2.5.5
maintenance release
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
Version updates
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
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
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