Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 2 KB

File metadata and controls

51 lines (45 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

X.Y.Z - 2023-MM-DD

[Unreleased]

Added

Changed

  • Updated to Camunda 7.24.6-ee
  • Updated to Spring 7
  • Updated to Apache Tomcat 11
  • Updated to Artemis 2.53.0

Deprecated

Removed

Fixed

Security

  • Updated dependency libraries

Breaking Changes

  • Update Database Schema from Camunda 7.23.0-ee to Camunda 7.24.0-ee:
    • Go to the /sql/upgrade/ dir and use the upgrade script:
      • mysql_engine_7.23_to_7.24.sql

[2.8.0]

Added

Changed

  • Updated to Camunda 7.23.0-ee
  • Updated to Spring 6
  • Updated to Apache Tomcat 10

Deprecated

Removed

Fixed

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