Skip to content

Releases: camunda/camunda-platform

8.3+gen14

01 Jul 12:06
ba2daa2
Compare
Choose a tag to compare

Overview

Camunda application in this release generation:

  • Identity: 8.3.13
  • Operate: 8.3.13
  • Tasklist: 8.3.14
  • Zeebe: 8.3.13

Identity

No changes

Operate

🚀 New Features

  • skip creating update requests for missing batch operations (#6772)

💊 Bugfixes

  • avoid blocking the threads in importer (#6769)
  • remove dry-run and reusable workflow due the usage of master workflows (#6759)
  • add allowlist to SortValuesWrapper to prevent untrusted deserialization [Backport stable/8.3] (#6762)

🧹 Chore

  • update Zeebe and Identity till 8.3.12 (#6775)

Tasklist

💊 Bugfixes

  • exclude ElasticsearchClientAutoConfiguration from SchemaMigratio… (#4983)

🧹 Chore

  • Bump for release
  • preview-env: add dockerhub pull secret [Backport stable/8.3] (#4978)

Zeebe

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+gen29

01 Jul 11:12
7254370
Compare
Choose a tag to compare

Overview

Camunda application in this release generation:

  • Identity: 8.2.29
  • Operate: 8.2.28
  • Tasklist: 8.2.29
  • Zeebe: 8.2.29

Identity

No changes

Operate

🚀 New Features

  • skip creating update requests for missing batch operations (#6773)

💊 Bugfixes

  • avoid blocking the threads in importer (#6770)
  • add allowlist to SortValuesWrapper to prevent untrusted deserialization [Backport stable/8.2] (#6763)

🧹 Chore

  • pom: update zeebe and identity to v8.2.28 (#6778)

Tasklist

🧹 Chore

  • Bump C8 dependencies (#4975)
  • (deps) 19217 elasticsearch clients version bump [Backport stable/8.2] (#4963)

Zeebe

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-alpha3

01 Jul 14:44
0bf6a21
Compare
Choose a tag to compare
8.6-alpha3 Pre-release
Pre-release

You can find more info about this release at https://github.com/camunda/camunda/releases/tag/8.6.0-alpha3

8.5+gen5

20 Jun 15:34
b216901
Compare
Choose a tag to compare

Overview

Camunda application in this release generation:

  • Identity: 8.5.2
  • Operate: 8.5.4
  • Tasklist: 8.5.2
  • Zeebe: 8.5.3

Operate

What's Changed

Full Changelog: camunda/camunda@operate-8.5.3...operate-8.5.4

8.2+gen28

11 Jun 13:19
510c1e6
Compare
Choose a tag to compare

Zeebe

v8.2.28

Bug Fixes

Gateway

  • Endless errors on gateway because the writer is full (#13018)

Merged Pull Requests

  • fix: download/upload release artifacts from separate directory (#19039)
  • Enable improved conflict resolution for backports (#18860)
  • [Backport stable/8.4] fix: return resource_exhausted when sequencer buffer is full (#18675)
  • fix: return resource_exhausted when sequencer buffer is full (#18548)

Operate

🚀 New Features

  • backend: Updates to mitigate security vulnerabilities (#6709)

💊 Bugfixes

  • allowed for empty POST request bodies [Backport stable/8.2] (#6727)
  • INCIDENT state is not returned in Public API (#6723)
  • backend: Handle index value of null in PostImporter (#6716)
  • API error message for invalid size parameters (#6677)

🧹 Chore

  • pom: update Zeebe and Identity to 8.2.27 (#6744)

Tasklist

v8.2.28

🧹 Chore

  • bump identity and zeebe to 8.2.28 (#4947)

Identity

🧹 Chore

  • upgrade alpine to 3.20.0 (#2927) (#2931)
  • update alpine:3.19.1 docker digest to c5b1261 (#2880)

8.5+gen3

11 Jun 13:32
25b1406
Compare
Choose a tag to compare

Overview

Camunda application in this release generation:

  • Identity: 8.5.2
  • Operate: 8.5.2
  • Tasklist: 8.5.2
  • Zeebe: 8.5.2

Identity

🚀 New Features

  • auth scopes configurable (#2935) (#2939)
  • get groups limited result size using backend search offering pagination (#2875) (#2887)

💊 Bugfixes

  • expiresAt being null in keycloak offline_token (#2937) (#2938)
  • use issuerUrl to perform token refresh and revoke (#2886) (#2924)

🧹 Chore

  • manually upgrade apache-mime4j [Backport v8.5] (#2930)
  • upgrade alpine to 3.20.0 (#2927) (#2934)
  • add maven deployment on release (#2900)
  • upgrade software.amazon.awssdk:rds from 2.25.23 to 2.25.31 (#2775)
  • update compatibility checks (#2877) (#2881)
  • update alpine:3.19.1 docker digest to c5b1261 (#2857)

Operate

What's Changed

Full Changelog: camunda/camunda@operate-8.5.1...operate-8.5.2

Tasklist

💊 Bugfixes

  • Tasklist cannot update ISM policy in AWS OpenSearch (#4939)
  • ISM Policy not found should create a new one (#4940)
  • Missing Zeebe user task migration doc URL in REST API error message (#4936)

🧹 Chore

  • deps: set netty version to 4.1.110.Final (#4952)
  • bump versions to 8.5.2 (#4950)
  • update CHANGELOG.md

Zeebe

Enhancements

Broker

  • Migrate child process instances (#15922)
  • Migrate call activity instances (#15921)

Bug Fixes

###...

Read more

8.4+gen8

11 Jun 12:27
25b1406
Compare
Choose a tag to compare

Overview

Camunda application in this release generation:

  • Identity: 8.4.8
  • Operate: 8.4.9
  • Tasklist: 8.4.8
  • Zeebe: 8.4.8

Identity

🧹 Chore

  • manually upgrade apache-mime4j [Backport v8.4] (#2929)
  • upgrade alpine to 3.20.0 (#2927) (#2933)
  • add maven deployment for sdk artifacts (#2894)
  • upgrade software.amazon.awssdk:rds from 2.21.29 to 2.25.31 (#2774)
  • update alpine:3.19.1 docker digest to c5b1261 (#2858)

Operate

💊 Bugfixes

  • POST backups endpoint fails with 403 (#6756)
  • use routing on particular request (#6752)

Tasklist

💊 Bugfixes

  • retry elastic search not found path [Backport/8.4] (#4941)
  • Tasklist cannot update ISM policy in AWS OpenSearch (#4942)

🧹 Chore

  • deps: set netty version to 4.1.110.Final (#4951)
  • bump versions to 8.4.8 (#4949)
  • update CHANGELOG.md

Zeebe

Bug Fixes

Gateway

  • Endless errors on gateway because the writer is full (#13018)

Misc

  • Tasklist cannot update ISM policy in AWS OpenSearch (#18891)
  • AWS: Number of Opensearch requests are failing with wrong request signature (#17552)

Maintenance

  • gRPC logging is not handled by slf4j (#17414)
  • Improve raft snapshot replication failure handling (#11496)

Merged Pull Requests

  • fix: download/upload release artifacts from separate directory (#19039)
  • Enable improved conflict resolution for backports (#18860)
  • fix: fix shouldEnableStreamingWithProperty fails to run locally (#18616)
  • fix: return resource_exhausted when sequencer buffer is full (#18548)
  • Schedule tasks by timestamp (#18508)
  • Generate changelog for patch releases (#18342)
  • gRPC error logs now in JSON format (#18217)
  • Do not reset snapshot replication when a single request timedout (#16971)

8.6-alpha2

11 Jun 14:08
25b1406
Compare
Choose a tag to compare
8.6-alpha2 Pre-release
Pre-release

More info about the release is in the mono repo: 8.6.0-alpha2

8.3.12

11 Jun 13:35
fdbb244
Compare
Choose a tag to compare

Zeebe

version:8.3.12

Bug Fixes

Gateway

  • Endless errors on gateway because the writer is full (#13018)

Maintenance

  • Improve raft snapshot replication failure handling (#11496)

Merged Pull Requests

  • fix: download/upload release artifacts from separate directory (#19039)
  • [Backport stable/8.4] Do not reset snapshot replication when a single request timedout (#19030)
  • Enable improved conflict resolution for backports (#18860)
  • [Backport stable/8.4] fix: return resource_exhausted when sequencer buffer is full (#18675)
  • fix: return resource_exhausted when sequencer buffer is full (#18548)
  • Schedule tasks by timestamp (#18508)
  • Generate changelog for patch releases (#18342)
  • Do not reset snapshot replication when a single request timedout (#16971)

Operate

🚀 New Features

  • backend: Updates to mitigate security vulnerabilities (#6710)

💊 Bugfixes

  • remove external domains from CSP in self-managed (#6741)
  • allowed for empty POST request bodies [Backport stable/8.3] (#6726)
  • log: log all exceptions in SchemaStartup (#6728)
  • backend: Handle index value of null in PostImporter (#6717)
  • INCIDENT state is not returned in Public API (#6720)
  • API error message for invalid size parameters (#6676)

🧹 Chore

  • pom: update Zeebe and Identity to 8.3.11 (#6745)

Tasklist

v8.3.12

🧹 Chore

Identity

🧹 Chore

  • manually upgrade apache-mime4j [Backport v8.3] (#2928)
  • upgrade alpine to 3.20.0 (#2927) (#2932)
  • update alpine:3.19.1 docker digest to c5b1261 (#2879)

8.3+gen12

10 Jun 12:12
fdbb244
Compare
Choose a tag to compare

Zeebe

Bug Fixes

Gateway

  • Endless errors on gateway because the writer is full (#13018)

Maintenance

  • Improve raft snapshot replication failure handling (#11496)

Merged Pull Requests

  • fix: download/upload release artifacts from separate directory (#19039)
  • [Backport stable/8.4] Do not reset snapshot replication when a single request timedout (#19030)
  • Enable improved conflict resolution for backports (#18860)
  • [Backport stable/8.4] fix: return resource_exhausted when sequencer buffer is full (#18675)
  • fix: return resource_exhausted when sequencer buffer is full (#18548)
  • Schedule tasks by timestamp (#18508)
  • Generate changelog for patch releases (#18342)
  • Do not reset snapshot replication when a single request timedout (#16971)

Operate

💊 Bugfixes

  • use routing on particular request (#6753)

Tasklist

🧹 Chore

Identity

🧹 Chore

  • manually upgrade apache-mime4j [Backport v8.3] (#2928)
  • upgrade alpine to 3.20.0 (#2927) (#2932)
  • update alpine:3.19.1 docker digest to c5b1261 (#2879)