Skip to content

Releases: camunda/camunda

8.5.5

03 Jul 18:42
Compare
Choose a tag to compare

version:8.5.5

Bug Fixes

Misc

  • Snapshot detected as corrupted because of incorrect checksum comparison (#19984)
  • Failed to close snapshot store (#17452)

Merged Pull Requests

  • fix: apply correct license header for 8.5 (#20008)
  • Backport build-platform-docker GHA (#19740)
  • fix: do not close snapshot store in RaftContext (#19719)

Optimize 8.6.0-alpha3 and patch releases

01 Jul 10:59
Compare
Choose a tag to compare

Optimize 8.6.0-alpha3

Bugfixes

  • Properly escape error string to prevent XSS attack (#13312)
  • compare task descriptions regardless of doc suffix
  • fix failing upgrade performance tests
  • selector in table: make selectors scale to table cell (#12857)
  • make hidden elements not focusable in ingested events table
  • add missing download icon

Chore

  • es: add 8.14 compatibility test
  • reinstall lock file deps after release
  • docker-compose: remove obsolete field (#13446)
  • add compatibility test for ES 8.13.0 (#13370)
  • remove redundant workflow text from issue templates (#13372)

Optimize 8.5.3

New Features

  • Implement partially ProcessVariableReader (#13508) (#13529)
  • Implement AssigneeAndCandidateGroupsReader and DecisionVariableReader for OpenSearch (#13504)

Bugfixes

  • Fix DefinitionReaderOS bug (#13531) (#13546)
  • Adapting the code since a bug fix from the opensearch java client (#13522) (#13525)

Optimize 8.4.6

Dependency updates

Optimize 8.3.11

New Features

  • 3.11.10 to 3.11.11 upgrade plan (#13470)

Chore

  • update zeebe and identity
  • update footer version

Optimize 8.2.12

New Features

  • 3.10.11 to 3.10.12 upgrade plan (#13469)

Chore

  • update zeebe and identity

8.5.4

26 Jun 12:46
Compare
Choose a tag to compare

8.5.4

⚠️ There is a bug in Zeebe 8.5.4 which will incorrectly flag a snapshot as corrupted even when it's not. This can cause nodes to fail to start up, which can eventually lead to unavailability. The fix is to update to 8.5.5, which corrects this. Note that there is no data loss or actual corruption, it's a false positive, but it has an impact on the availability of the system.

Bug Fixes

Misc

  • Spring SDK 8.5.3 requires JDK 21+ (#19658)
  • Invalid offset when reading record from an older version (#19379)
  • Cannot take backup to Azure when using managed identity (#19104)
  • Default tenant id not picked up by Spring Zeebe SDK @Jobworker annotation (#18975)

Merged Pull Requests

  • Backport build-platform-docker GHA (#19740)
  • fix: check version before reading metadata length (#19582)
  • test: wait until deployment is distributed (#19466)
  • build: unpin msal4j version (#19463)
  • Stabilize ReplayStateRandomizedPropertyTest (#19393)
  • fix: remove static modifier of TestStandaloneBroker in client IT test classes (#19362)
  • fix flaky test DeploymentClusteredTest.shouldRedistributeDeploymentWhenDeploymentPartitionIsRestarted (#19358)
  • Fixing default tenant IDs not being picked up from properties (#19299)
  • Avoid NPE when parameter names are not available (#19082)
  • Checksums calculated with full file checksums (#18730)
  • feat: removed combined checksum check (#18722)
  • feat: enable full file checksum (#18721)

8.4.9

26 Jun 12:43
Compare
Choose a tag to compare

8.4.9

Bug Fixes

Misc

  • Invalid offset when reading record from an older version (#19379)
  • Resource authorizations are not working without providing the deprecated CAMUNDA_TASKLIST_IDENTITY_BASEURL (#19007)
  • Failed to close snapshot store (#17452)

Maintenance

  • Concurrent maven builds causing failures in CI process. (#19619)

Merged Pull Requests

  • fix: do not close snapshot store in RaftContext (#19719)
  • ci: increase timeouts for acquiring locks during build (#19679)
  • fix: check version before reading metadata length (#19582)
  • test: wait until deployment is distributed (#19466)
  • Stabilize ReplayStateRandomizedPropertyTest (#19393)
  • fix flaky test DeploymentClusteredTest.shouldRedistributeDeploymentWhenDeploymentPartitionIsRestarted (#19358)
  • Checksums calculated with full file checksums (#18730)
  • feat: removed combined checksum check (#18722)
  • feat: enable full file checksum (#18721)
  • ci: adjust after repository rename (#18507)
  • Observe status of Zeebe CI jobs (#18224)
  • test: intercept request for deterministic test (#17225)
  • deps(maven): Update dependency org.rocksdb:rocksdbjni to v8.10.0 (main) (#16021)
  • Fix flaky RequestTimeoutTest.shouldReturn504 (#15309)

8.3.13

26 Jun 12:40
Compare
Choose a tag to compare

8.3.13

Bug Fixes

Misc

  • Invalid offset when reading record from an older version (#19379)

Maintenance

  • Concurrent maven builds causing failures in CI process. (#19619)

Merged Pull Requests

  • ci: increase timeouts for acquiring locks during build (#19679)
  • fix: check version before reading metadata length (#19582)
  • [Backport stable/8.4] test: intercept request for deterministic test (#19470)
  • Stabilize ReplayStateRandomizedPropertyTest (#19393)
  • fix flaky test DeploymentClusteredTest.shouldRedistributeDeploymentWhenDeploymentPartitionIsRestarted (#19358)
  • Checksums calculated with full file checksums (#18730)
  • feat: removed combined checksum check (#18722)
  • feat: enable full file checksum (#18721)
  • fix: fix shouldEnableStreamingWithProperty fails to run locally (#18616)
  • ci: adjust after repository rename (#18507)
  • [Backport stable/8.4] Observe status of Zeebe CI jobs (#18505)
  • Observe status of Zeebe CI jobs (#18224)
  • test: intercept request for deterministic test (#17225)
  • deps(maven): Update dependency org.rocksdb:rocksdbjni to v8.10.0 (main) (#16021)
  • Fix flaky RequestTimeoutTest.shouldReturn504 (#15309)

8.2.29

26 Jun 12:37
Compare
Choose a tag to compare

8.2.29

Bug Fixes

Misc

  • Invalid offset when reading record from an older version (#19379)

Maintenance

  • Concurrent maven builds causing failures in CI process. (#19619)
  • Improve raft snapshot replication failure handling (#11496)

Merged Pull Requests

  • ci: increase timeouts for acquiring locks during build (#19679)
  • fix: check version before reading metadata length (#19582)
  • [Backport stable/8.4] test: intercept request for deterministic test (#19470)
  • [Backport stable/8.4] Do not reset snapshot replication when a single request timedout (#19030)
  • Checksums calculated with full file checksums (#18730)
  • feat: removed combined checksum check (#18722)
  • feat: enable full file checksum (#18721)
  • Schedule tasks by timestamp (#18508)
  • ci: adjust after repository rename (#18507)
  • test: intercept request for deterministic test (#17225)
  • Do not reset snapshot replication when a single request timedout (#16971)
  • deps(maven): Update dependency org.rocksdb:rocksdbjni to v8.10.0 (main) (#16021)

8.6.0-alpha3

26 Jun 09:12
Compare
Choose a tag to compare
8.6.0-alpha3 Pre-release
Pre-release

8.6.0-alpha3

Enhancements

Misc

  • Guarantee generated requestId is unique within cluster. (#19339)
  • [CPT] Create a Testcontainer runtime for Process Testing (#18994)
  • Allow adding an exporter via an API (#18752)
  • Support child instances in instance migration (#18594)
  • I can see the date of the last successful migration for a process instance (#18576)
  • I can confirm instance migration before starting the migrate operation (#18574)
  • I can skip the instance migration modal (#18541)
  • Provide dates of last successful operations (#17704)
  • Clients can provide a reference to a command that can be observed in the resulting event (#16916)

Bug Fixes

Misc

  • Closing of StreamProcessor hangs indefinitely (#19219)
  • Instance migration subscribes element instance with incident to message event (#19212)
  • Instance migration is not triggered with pre-selected target process (#19171)
  • Resource authorizations are not working without providing the deprecated CAMUNDA_TASKLIST_IDENTITY_BASEURL (#19007)
  • Default tenant id not picked up by Spring Zeebe SDK @JobWorker annotation (#18975)
  • Filtering tasks by process retrieves only tasks from latest deployed process version (#18813)
  • on openSearch XML retrieved is Null when user has access to the process view (#18772)
  • Redundant logging of first commit index (#13403)

Maintenance

  • Backward compatibility for zeebe.client SM properties (#19161)
  • Zeebe version compatibility test times out (#19026)
  • JournalReader seek methods should return the next index (#6354)

Merged Pull Requests

  • build: set missing name tag in required poms (#19525)
  • fix: bean issues in single application (#19442)
  • Not subscribe to new subscription if element is in ACTIVATING state (#19256)
  • Avoid NPE when parameter names are not available (#19082)
  • Add empty Javadoc Jar for Operate/Tasklist (#18921)

operate-8.5.4

01 Jul 13:14
Compare
Choose a tag to compare

What's Changed

  • deps: Update camunda/operate Docker tag to v8.5.3 (stable/operate-8.5) by @renovate in #19295
  • ci: prepare for next development iteration 8.5.4 by @pedesen in #19298
  • deps: Update actions/checkout digest to b17fe1e (stable/operate-8.5) by @renovate in #19309
  • deps: Update camunda/zeebe Docker tag to v8.5.3 (stable/operate-8.5) by @renovate in #19317
  • deps: Update actions/checkout digest to 692973e (stable/operate-8.5) by @renovate in #19316
  • deps: Update dependency lint-staged to v15.2.7 (stable/operate-8.5) by @renovate in #19320
  • deps: Update dependency io.camunda:zeebe-bom to v8.5.3 (stable/operate-8.5) by @renovate in #19319
  • deps: Update version.zeebe to v8.5.3 (stable/operate-8.5) by @renovate in #19321
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.742 (stable/operate-8.5) by @renovate in #19323
  • deps: Update dependency mobx to v6.12.4 (stable/operate-8.5) by @renovate in #19338
  • deps: Update version.elasticsearch7 to v7.17.22 (stable/operate-8.5) by @renovate in #19352
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.744 (stable/operate-8.5) by @renovate in #19401
  • deps: Update docker.elastic.co/kibana/kibana Docker tag to v7.17.22 (stable/operate-8.5) by @renovate in #19356
  • deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.22 (stable/operate-8.5) by @renovate in #19348
  • deps: Lock file maintenance (stable/operate-8.5) by @renovate in #19412
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.745 (stable/operate-8.5) by @renovate in #19454
  • deps: Update dependency maven to v3.9.8 (stable/operate-8.5) by @renovate in #19421
  • fix: avoid blocking the threads in importer by @sdorokhova in #19431
  • feat: skip creating update requests for missing batch operations by @ralfpuchert in #19443

Full Changelog: operate-8.5.3...operate-8.5.4

8.5.3

13 Jun 07:52
Compare
Choose a tag to compare

version:8.5.3

Bug Fixes

Misc

  • Instance migration subscribes element instance with incident to message event (#19212)

Merged Pull Requests

  • ci: adjust after repository rename (#18507)

operate-8.5.3

01 Jul 13:34
Compare
Choose a tag to compare

What's Changed

  • fix: add allowlist to SortValuesWrapper to prevent untrusted deserialization [Backport stable/operate-8.5] by @kristinkomschow in #18993
  • feat: add support for child instances migration, add relevant tests - 8.5 backport by @vitorwtavares in #19269

Dependencies

  • deps: Update camunda/tasklist Docker tag to v8.5.2 (stable/operate-8.5) by @renovate in #19131
  • deps: Update camunda/zeebe Docker tag to v8.5.2 (stable/operate-8.5) by @renovate in #19133
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.737 (stable/operate-8.5) by @renovate in #19134
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.67 (stable/operate-8.5) by @renovate in #19138
  • deps: Update dependency io.camunda:zeebe-bom to v8.5.2 (stable/operate-8.5) by @renovate in #19137
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.68 (stable/operate-8.5) by @renovate in #19142
  • deps: Update version.zeebe to v8.5.2 (stable/operate-8.5) by @renovate in #19143
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.738 (stable/operate-8.5) by @renovate in #19147
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.739 (stable/operate-8.5) by @renovate in #19195
  • deps: Lock file maintenance (stable/operate-8.5) by @renovate in #19202
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.69 (stable/operate-8.5) by @renovate in #19196
  • deps: Update dependency @testing-library/jest-dom to v6.4.6 (stable/operate-8.5) by @renovate in #19241
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.740 (stable/operate-8.5) by @renovate in #19242
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.70 (stable/operate-8.5) by @renovate in #19243
  • deps: Update camunda/operate Docker tag to v8.5.2 (stable/operate-8.5) by @renovate in #18939
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.62 (stable/operate-8.5) by @renovate in #18949
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.732 (stable/operate-8.5) by @renovate in #18948
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.733 (stable/operate-8.5) by @renovate in #18977
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.63 (stable/operate-8.5) by @renovate in #18978
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.734 (stable/operate-8.5) by @renovate in #19013
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.64 (stable/operate-8.5) by @renovate in #19014
  • deps: Lock file maintenance (stable/operate-8.5) by @renovate in #19021
  • deps: update commons-compress dependency correctly and remove old spring boot transitive version pins by @matt-whiteman in #19032
  • deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.735 (stable/operate-8.5) by @renovate in #19052
  • deps: Update dependency software.amazon.awssdk:bom to v2.25.65 (stable/operate-8.5) by @renovate in #19053
  • deps: Update dependency io.camunda:identity-spring-boot-starter to v8.5.2 (stable/operate-8.5) by @renovate in #19068
  • deps: Update camunda/identity Docker tag to v8.5.2 (stable/operate-8.5) by @renovate in #19073

Full Changelog: operate-8.5.2...operate-8.5.3