Releases: camunda/camunda-platform
8.5+gen19
Overview
Camunda application in this release generation:
- Identity: 8.5.15
- Operate: 8.5.13
- Tasklist: 8.5.14
- Zeebe: 8.5.17
Identity
💊 Bugfixes
🧹 Chore
- upgrade software.amazon.awssdk:rds from 2.25.31 to 2.30.38 (#3272)
- upgrade com.squareup.okio:okio from 3.9.0 to 3.10.0 (#3237)
- upgrade org.springframework.security:spring-security-web from 6.2.7 to 6.3.8 (#3288)
Operate
What's Changed
- Release/operate 8.5.11 by @vitorwtavares in camunda/camunda#27712
- deps: Update all non-major dependencies (stable/operate-8.5) by @renovate in camunda/camunda#28210
- deps: Update stefanzweifel/git-auto-commit-action digest to c86fa26 (stable/operate-8.5) by @renovate in camunda/camunda#28209
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.781 (stable/operate-8.5) by @renovate in camunda/camunda#28214
- deps: Update dependency commons-logging:commons-logging to v1.3.5 (stable/operate-8.5) by @renovate in camunda/camunda#28215
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.782 (stable/operate-8.5) by @renovate in camunda/camunda#28447
- deps: Update docker.elastic.co/kibana/kibana Docker tag to v7.17.28 (stable/operate-8.5) by @renovate in camunda/camunda#28750
- deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.28 (stable/operate-8.5) by @renovate in camunda/camunda#28749
- deps: Update dependency org.slf4j:slf4j-api to v2.0.17 (stable/operate-8.5) by @renovate in camunda/camunda#28773
- deps: Update version.elasticsearch7 to v7.17.28 (stable/operate-8.5) by @renovate in camunda/camunda#28783
- deps: Update Netty to version 4.1.118Final by @kristinkomschow in camunda/camunda#28596
- Update routing for post importer action by @ThorbenLindhauer in camunda/camunda#28933
- deps: update Zeebe and Identity versions by @kristinkomschow in camunda/camunda#29155
- Release/operate 8.5.12 by @kristinkomschow in camunda/camunda#29242
- deps: Update version.swagger-annotations to v2.2.29 (stable/operate-8.5) by @renovate in camunda/camunda#29445
- deps: Update stefanzweifel/git-auto-commit-action digest to e256565 (stable/operate-8.5) by @renovate in camunda/camunda#29572
- deps: Update dependency styled-components to v6.1.16 (stable/operate-8.5) by @renovate in camunda/camunda#29794
- fix: made JWT typ header property optional [Backport stable/operate-8.5] by @kristinkomschow in camunda/camunda#29829
- deps: Update dependency @types/react to v18.3.20 (stable/operate-8.5) by @renovate in camunda/camunda#30179
- deps: update zeebe and identity dependencies by @pedesen in camunda/camunda#30501
Full Changelog: camunda/camunda@operate-8.5.11...operate-8.5.13
Tasklist
💊 Bugfixes
🧹 Chore
- bumping versions to release Tasklist 8.5.14 (#5156)
- deps: upgrade springboot to 3.3.10 to resolve CVE-2025-22228 (#5155)
- Update docker-compose.identity.yml
- update CHANGELOG.md
Zeebe
version:8.5.17
Bug Fixes
Misc
- Pollution of command cache breaks scheduled tasks (#29735)
- Possible to deploy process for the default tenant without access (#29236)
- Optimize UpdateIndexStepResumesReindexOperationsIT is failing for OpenSearch (#29004)
- Banning escape hatch doesn't work as expected on termination for recursive process models (#16410)
- Slow processing of large multi instance collection (#12946)
Merged Pull Requests
- Small optimization in BufferUtil: do not allocate an empty string if buffer is empty (#30460)
- Revert "ci: specify permissions for release workflow" (#30420)
- ci: specify permissions for release workflow (#30411)
- fix: do not throw a NullPointerException when the firstSegment is null in SegmentedJournal (#30234)
- refactor: add git commit info to built artifact (#29870)
- fix: don't pollute the command cache (#29769)
- feature: Increase the default inbound message size to 5MB for clients (#29608)
- Fix process instance batch events and convert to looping mechanism (#29310)
- Require access to default tenant to use deprecated DeployProcess RPC (#29239)
- Create meters once to avoid gauge re-registration (#29136)
- Avoid warning when closing OS exporter if open was not called (#29133)
- fix: don't try to write responses without request id (#29002)
- ci: remove broken benchmark measurement support (#27911)
- Reject pull request updates using merge commits (#23274)
- Raise incident at specific called process depth (#22735)
8.4+gen20
Overview
Camunda application in this release generation:
- Identity: 8.4.20
- Operate: 8.4.19
- Tasklist: 8.4.19
- Zeebe: 8.4.18
Identity
💊 Bugfixes
- upgrade Spring Boot to 3.3.9 (#3299) (#3300)
🧹 Chore
- upgrade org.springframework.security:spring-security-web from 6.2.7 to 6.3.8 (#3287)
- upgrade software.amazon.awssdk:rds from 2.25.31 to 2.30.38 (#3271)
Operate
No changes
Tasklist
💊 Bugfixes
- CVE-2025-24813 stable/8.4 (#5149)
🧹 Chore
- bump dependencies 8.4 release (#5157)
- deps: upgrade springboot to 3.3.10 to resolve CVE-2025-22228 (#5154)
Zeebe
version:8.4.18
Bug Fixes
Misc
- Pollution of command cache breaks scheduled tasks (#29735)
- Possible to deploy process for the default tenant without access (#29236)
- Tasklist OS importer logs "missing exporter index" as warning (#28591)
- Incident creation has a routing problem to propagate child process to operate-list-view (#28468)
- Banning escape hatch doesn't work as expected on termination for recursive process models (#16410)
- Slow processing of large multi instance collection (#12946)
Merged Pull Requests
- Small optimization in BufferUtil: do not allocate an empty string if buffer is empty (#30460)
- fix: do not throw a NullPointerException when the firstSegment is null in SegmentedJournal (#30234)
- refactor: add git commit info to built artifact (#29870)
- fix: don't pollute the command cache (#29769)
- feature: Increase the default inbound message size to 5MB for clients (#29608)
- Fix process instance batch events and convert to looping mechanism (#29310)
- Require access to default tenant to use deprecated DeployProcess RPC (#29239)
- Avoid warning when closing OS exporter if open was not called (#29133)
- fix: don't try to write responses without request id (#29002)
- ci: remove broken benchmark measurement support (#27911)
- Reject pull request updates using merge commits (#23274)
- Raise incident at specific called process depth (#22735)
8.3+gen23
Overview
Camunda application in this release generation:
- Identity: 8.3.21
- Operate: 8.3.22
- Tasklist: 8.3.24
- Zeebe: 8.3.22
Identity
🧹 Chore
- upgrade org.springframework.security:spring-security-web from 6.2.7 to 6.3.8 (#3289)
Operate
No changes
Tasklist
💊 Bugfixes
- CVE 2025 24813 stable/8.3 (#5151)
🧹 Chore
- bump dependencies 8.3 release (#5158)
- deps: upgrade springboot to 3.3.10 to resolve CVE-2025-22228 (#5153)
Zeebe
version:8.3.22
Bug Fixes
Misc
- Pollution of command cache breaks scheduled tasks (#29735)
- Possible to deploy process for the default tenant without access (#29236)
- Slow processing of large multi instance collection (#12946)
Merged Pull Requests
- Revert "ci: specify permissions for release workflow" (#30420)
- ci: specify permissions for release workflow (#30411)
- fix: don't pollute the command cache (#29769)
- Fix process instance batch events and convert to looping mechanism (#29310)
- Require access to default tenant to use deprecated DeployProcess RPC (#29239)
- Avoid warning when closing OS exporter if open was not called (#29133)
- fix: don't try to write responses without request id (#29002)
- ci: remove broken benchmark measurement support (#27911)
- Reject pull request updates using merge commits (#23274)
8.3+gen22
Overview
Camunda application in this release generation:
- Identity: 8.3.20
- Operate: 8.3.21
- Tasklist: 8.3.23
- Zeebe: 8.3.21
Identity
No changes
Operate
💊 Bugfixes
- set correct routing value for post importer updates
🧹 Chore
- test incorrect routing value for post importer
- backport search client test helper
- updated netty to version 4.1.118Final (#6854)
- deps: upgrade Spring Boot to version 3.3.7 (#6837)
Tasklist
💊 Bugfixes
- CVE-2024-57699 [Backport/stable 8.3] (#5139)
🧹 Chore
Zeebe
version:8.3.21
Bug Fixes
Misc
- Incident creation has a routing problem to propagate child process to operate-list-view (#28468)
- Message correlation on a non-interrupting message event is not idempotent (#26926)
Maintenance
- [FEEL] Store duration values in a normalized format (#27098)
Merged Pull Requests
- Assign original author to backport pull requests (#28671)
- test: verify that passive director closes all exporters (#28310)
- fix: always close exporter container and distribution service (#28243)
- Idempotent message correlation retries (#27525)
- [Backport stable/8.4] Fix zeebe-io references (#27357)
- fix: Store duration values in a normalized format (#27161)
- deps(github-tags): Update actions/upload-artifact action to v4 (main) (#15629)
8.5+gen17
Overview
Camunda application in this release generation:
- Identity: 8.5.11
- Operate: 8.5.11
- Tasklist: 8.5.12
- Zeebe: 8.5.14
Identity
💊 Bugfixes
- upgrade Spring Boot to version 3.3.7 [Backport v8.5] (#3234)
Operate
What's Changed
- release: merge release branch release/operate-8.5.10 by @mihail-ca in camunda/camunda#26750
- deps: Update stefanzweifel/git-auto-commit-action digest to e357260 (stable/operate-8.5) by @renovate in camunda/camunda#26831
- deps: Update dependency stylis to v4.3.5 (stable/operate-8.5) by @renovate in camunda/camunda#26836
- deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.27 (stable/operate-8.5) by @renovate in camunda/camunda#26940
- deps: Update version.elasticsearch7 to v7.17.27 (stable/operate-8.5) by @renovate in camunda/camunda#26959
- deps: Update docker.elastic.co/kibana/kibana Docker tag to v7.17.27 (stable/operate-8.5) by @renovate in camunda/camunda#26958
- deps: Update version.swagger-annotations to v2.2.28 (stable/operate-8.5) by @renovate in camunda/camunda#27048
- deps: Update actions/checkout digest to 85e6279 (stable/operate-8.5) by @renovate in camunda/camunda#27081
- deps: Update dependency com.google.protobuf:protobuf-bom to v3.25.6 (stable/operate-8.5) by @renovate in camunda/camunda#27531
- [Backport stable/operate-8.5] fix: ignore MIGRATED variable records by @backport-action in camunda/camunda#27093
- Run Operate migration test suite on stable 8.5 branch by @ThorbenLindhauer in camunda/camunda#24845
- deps: update Zeebe and Identity versions by @ThorbenLindhauer in camunda/camunda#27656
Full Changelog: camunda/camunda@operate-8.5.10...operate-8.5.11
Tasklist
💊 Bugfixes
- Failing to deserialize GetRepositoryResponse with AWS opensearch (#5129)
- backport 26576 ProcessInstanceArchiverJobOpenSearch missing index name (#5119)
- change opensearch to default port 9200 (#5099)
🧹 Chore
- bumping versions to release Tasklist 8.5.12 (#5134)
- deps-update-playwright (#5120)
- update CHANGELOG.md
Zeebe
version:
Bug Fixes
Misc
- Non-Prometheus Micrometer implementations only expose few C8 metrics (#26078)
- UnsupportedOperationException: Incorrect usage of actor.call(...) cannot be called from current actor. (#25897)
Maintenance
- [FEEL] Store duration values in a normalized format (#27098)
- Replace @AutoCloseResources extension with new built-in Junit AutoClose extension (#26421)
Merged Pull Requests
- migrate JournalMetrics to micrometer (#27929)
- Ignore misconfigured execution listeners (#27904)
- Migrate gateway/gRPC metrics to Micrometer (#27878)
- Fix setting bounded cache size metric (#27875)
- migrate RaftServiceMetrics & RaftStartupMetrics to micrometer (#27830)
- Migrate process engine metrics to Micrometer (#27790)
- migrate RaftRequestMetrics to micrometer (#27769)
- Introduce a Map with 3 keys (Map3D) as a generic collection (#27759)
- migrate MetaStoreMetrics/SnapshotReplicationMetrics to prometheus (#27754)
- Migrate RaftReplicationMetrics to micrometer (#27732)
- Migrate RaftRoleMetrics to micrometer (#27731)
- migrate LeaderMetrics to micrometer (#27728)
- Pass and store meter registry down to ProcessEngineMetrics (#27686)
- feat: allocate a partition MeterRegistry in RaftPartition (#27684)
- Migrate stream processor metrics to Micrometer (#27669)
- Migrate ProcessingMetrics from stream platform to Micrometer (#27654)
- Migrate replay metrics of stream platform to micrometer (#27650)
- Migrate partition role metrics to Micrometer (#27644)
- fix: allow unauthenticated api access by default (#27608)
- Migrate stream processor metrics to Micrometer (#27564)
- Migrate replay metrics of stream platform to micrometer (#27561)
- Migrate broker health metrics to Micrometer (#27538)
- Migrate bounded command cache metrics to Micrometer (#27536)
- Migrate job stream metrics to Micrometer (#27534)
- Migrate exporter director metrics to Micrometer (#27532)
- fix: Store duration values in a normalized format (#27161)
- fix: avoid actor call to unregister handlers when it is closing (#26759)
- deps: Update dependency software.amazon.awssdk:bom to v2.29.48 (main) (#26708)
- Resolve junit 5 maven dependency convergence (#26641)
8.5+gen18
Overview
Camunda application in this release generation:
- Identity: 8.5.5
- Operate: 8.5.7
- Tasklist: 8.5.7
- Zeebe: 8.5.7
Identity
🚀 New Features
- fallback to using token algorithm when the algorithm cannot be found via JWKS (#3002) (#3022)
💊 Bugfixes
- update dependency axios to v1.7.4 [security] (#3003)
Operate
What's Changed
- deps: Update actions/checkout digest to b684943 (stable/operate-8.5) by @renovate in camunda/camunda#21987
- deps: Update actions/checkout digest to 6d193bf (stable/operate-8.5) by @renovate in camunda/camunda#21996
- deps: Update camunda/operate Docker tag to v8.5.6 (stable/operate-8.5) by @renovate in camunda/camunda#22018
- Release/operate 8.5.6 by @kristinkomschow in camunda/camunda#22020
- deps: Lock file maintenance (stable/operate-8.5) by @renovate in camunda/camunda#22057
- deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.24 (stable/operate-8.5) by @renovate in camunda/camunda#22126
- deps: Update docker.elastic.co/kibana/kibana Docker tag to v7.17.24 (stable/operate-8.5) by @renovate in camunda/camunda#22127
- deps: Update version.elasticsearch7 to v7.17.24 (stable/operate-8.5) by @renovate in camunda/camunda#22136
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.772 (stable/operate-8.5) by @renovate in camunda/camunda#22171
- fix: use treePathCache per partition by @ralfpuchert in camunda/camunda#21059
- Rework TreePath Cache by @Zelldon in camunda/camunda#22120
- Add tree path cache metrics by @Zelldon in camunda/camunda#22196
- Do not update treePath on FNI completed or terminated by @Zelldon in camunda/camunda#22215
- [Backport stable/operate-8.5] fix: support Bearer token with typ AT+JWT by @backport-action in camunda/camunda#22216
- Do not store leaf FNI in treePath Cache by @Zelldon in camunda/camunda#22219
- deps: Update dependency com.squareup.okio:okio-jvm to v3.9.1 (stable/operate-8.5) by @renovate in camunda/camunda#22275
- deps: Lock file maintenance (stable/operate-8.5) by @renovate in camunda/camunda#22335
- Stable/Operate-8.5: Fix integration tests - lazy creation FNI transformer by @Zelldon in camunda/camunda#22340
- deps: Update dependency com.google.protobuf:protobuf-bom to v3.25.5 (stable/operate-8.5) by @renovate in camunda/camunda#22469
- ci: run Operate frontend build on 8.5 stable branch by @ThorbenLindhauer in camunda/camunda#22524
Full Changelog: camunda/camunda@operate-8.5.6...operate-8.5.7
Tasklist
💊 Bugfixes
- Use dynamic viewport height for public start forms
- Tasklist - OpenSearch AWS config can't be disabled (#5026)
- Opensearch ilm - separate requests for indexes/templates polices (#5023)
- Fix Tasklist on iOS (#5008)
- add include global state to true on backup manager (#5018)
🧹 Chore
- update CHANGELOG.md
- Bump to form-js@1.10.0 (#5028)
- update CHANGELOG.md
Zeebe
Bug Fixes
Broker
- Exporter arguments are always converted to maps instead of list (#4552)
Misc
- Multi instance body finishes with less inner activities than expected (#20958)
- NPE in
BpmnStateBehavior.getParentElementInstanceContext"parentElementInstance" is null (#20762) - Possible memory corruption leading to SIGSEGV (#20555)
- Exporting decision evaluation records breaks with large
evaluationFailureMessagevalues (#20248) - CI: Zeebe build fails due to SBE build errors (#16029)
- NullPointerException in ActivateProcessInstanceBatchProcessor.createChildInstanceRecord (#12918)
Maintenance
- Renovate updates project parent poms but shouldn't (#20856)
- Refactor
foldmethod argument order inEitherinterface (#20588) Sequencer#isEntryValidis slow because it has to calculate the full record size (#19225)
Merged Pull Requests
- build: fix fetching the last push commit (#21861)
- Allow instantiating exporter configuration with list fields/members (#21847)
- fix: make SBE code generation thread safe (#21801)
- [Backport stable/8.4] build: replace protolock with buf CLI (#21773)
- build: add buf configuration file (#21696)
- build: replace protolock with buf CLI (#21616)
- fix: prevent completing multi-instance body until the completion/termination of all its children (#21442)
- bugfix: set a limit to evaluationFailureMessage size (#21320)
- refactor: record value and metadata length is always non-zero (#21311)
- Unlearn spotless to ratchet from main (#21200)
- feat: allow dns resolution to fall back to TCP (#21066)
- test: ensure that controlled actor scheduler starts idle (#21043)
- refactor: Change order of
foldmethod arguments inEitherinterface (#20889) - fix: resetting a reader does not invalidate returned entries (#20720)
- fix: run scheduled tasks at a given timestamp (#18986)
8.5+gen16
Overview
Camunda application in this release generation:
- Identity: 8.5.13
- Operate: 8.5.11
- Tasklist: 8.5.12
- Zeebe: 8.5.13
Identity
💊 Bugfixes
- upgrade only actions/download-artifact
- update commons-io to 2.14.0 [Backport v8.5] (#3250)
Operate
What's Changed
- release: merge release branch release/operate-8.5.10 by @mihail-ca in camunda/camunda#26750
- deps: Update stefanzweifel/git-auto-commit-action digest to e357260 (stable/operate-8.5) by @renovate in camunda/camunda#26831
- deps: Update dependency stylis to v4.3.5 (stable/operate-8.5) by @renovate in camunda/camunda#26836
- deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.27 (stable/operate-8.5) by @renovate in camunda/camunda#26940
- deps: Update version.elasticsearch7 to v7.17.27 (stable/operate-8.5) by @renovate in camunda/camunda#26959
- deps: Update docker.elastic.co/kibana/kibana Docker tag to v7.17.27 (stable/operate-8.5) by @renovate in camunda/camunda#26958
- deps: Update version.swagger-annotations to v2.2.28 (stable/operate-8.5) by @renovate in camunda/camunda#27048
- deps: Update actions/checkout digest to 85e6279 (stable/operate-8.5) by @renovate in camunda/camunda#27081
- deps: Update dependency com.google.protobuf:protobuf-bom to v3.25.6 (stable/operate-8.5) by @renovate in camunda/camunda#27531
- [Backport stable/operate-8.5] fix: ignore MIGRATED variable records by @backport-action in camunda/camunda#27093
- Run Operate migration test suite on stable 8.5 branch by @ThorbenLindhauer in camunda/camunda#24845
- deps: update Zeebe and Identity versions by @ThorbenLindhauer in camunda/camunda#27656
Full Changelog: camunda/camunda@operate-8.5.10...operate-8.5.11
Tasklist
💊 Bugfixes
- Failing to deserialize GetRepositoryResponse with AWS opensearch (#5129)
- backport 26576 ProcessInstanceArchiverJobOpenSearch missing index name (#5119)
- change opensearch to default port 9200 (#5099)
🧹 Chore
- bumping versions to release Tasklist 8.5.12 (#5134)
- deps-update-playwright (#5120)
- update CHANGELOG.md
Zeebe
version:8.5.13
Dependency Updates
- deps: Update eclipse-temurin:21-jdk-noble Docker digest to 971bf64 (stable/8.5) by @renovate in camunda/camunda#27421
- deps: Update dependency io.swagger.core.v3:swagger-annotations to v2.2.28 (stable/8.5) by @renovate in camunda/camunda#27039
- deps: Update dependency io.camunda:zeebe-qa to v8.5.12 (stable/8.5) by @renovate in camunda/camunda#27052
- deps: Update dependency com.azure:azure-sdk-bom to v1.2.31 (stable/8.5) by @renovate in camunda/camunda#27494
- deps: Update dependency com.google.protobuf:protobuf-bom to v3.25.6 (stable/8.5) by @renovate in camunda/camunda#27498
8.4+gen19
Overview
Camunda application in this release generation:
- Identity: 8.4.11
- Operate: 8.4.10
- Tasklist: 8.4.12
- Zeebe: 8.4.11
Identity
💊 Bugfixes
- update dependency axios to v1.7.4 [security] (#3004)
Operate
🚀 New Features
- skip creating update requests for missing batch operations (#6771)
💊 Bugfixes
- avoid blocking the threads in importer (#6768)
- remove dry-run and reusable workflows (#6758)
- add allowlist to SortValuesWrapper to prevent untrusted deserialization [Backport stable/8.4] (#6761)
🧹 Chore
Tasklist
💊 Bugfixes
- Tasklist index prefixes are not correctly setup on OpenSearch (#4996)
- include tenantId in variable record store (#4991)
🧹 Chore
- bump zeebe and identity for 8.4 patch release (#5015)
- add exception stacktrace into the debug logs [Backport stable/8.4] (#5012)
- deps: update graphql-java to fix CVE-2024-40094 [Backport stable/8.4] (#5006)
- deps: upgrade springboot to fix CVE-2024-22262 (#4985)
Zeebe
version:8.4.11
Bug Fixes
Broker
- Exporter arguments are always converted to maps instead of list (#4552)
Misc
- ILM does not work when previous archived indices were created (#21432)
- Multi instance body finishes with less inner activities than expected (#20958)
- NPE in
BpmnStateBehavior.getParentElementInstanceContext"parentElementInstance" is null (#20762) - Possible memory corruption leading to SIGSEGV (#20555)
- Exporting decision evaluation records breaks with large
evaluationFailureMessagevalues (#20248) - Tasklist index prefixes are not correctly setup on OpenSearch (#19905)
- CI: Zeebe build fails due to SBE build errors (#16029)
- NullPointerException in ActivateProcessInstanceBatchProcessor.createChildInstanceRecord (#12918)
Maintenance
- Refactor
foldmethod argument order inEitherinterface (#20588) Sequencer#isEntryValidis slow because it has to calculate the full record size (#19225)
Merged Pull Requests
- [Backport stable/8.5] build: fix fetching the last push commit (#21867)
- build: fix fetching the last push commit (#21861)
- Allow instantiating exporter configuration with list fields/members (#21847)
- fix: make SBE code generation thread safe (#21801)
- build: add buf configuration file (#21696)
- build: replace protolock with buf CLI (#21616)
- fix: prevent completing multi-instance body until the completion/termination of all its children (#21442)
- bugfix: set a limit to evaluationFailureMessage size (#21320)
- refactor: record value and metadata length is always non-zero (#21311)
- Unlearn spotless to ratchet from main (#21200)
- feat: allow dns resolution to fall back to TCP (#21066)
- test: ensure that controlled actor scheduler starts idle (#21043)
- refactor: Change order of
foldmethod arguments inEitherinterface (#20889) - Only activate/complete child process instance while call activity is active (#20835)
- fix: resetting a reader does not invalidate returned entries (#20720)
- fix: run scheduled tasks at a given timestamp (#18986)
8.4+gen18
Overview
Camunda application in this release generation:
- Identity: 8.4.18
- Operate: 8.4.17
- Tasklist: 8.4.17
- Zeebe: 8.4.16
Identity
💊 Bugfixes
- upgrade only actions/download-artifact
- update commons-io to 2.14.0 [Backport v8.4] (#3249)
Operate
💊 Bugfixes
🧹 Chore
- update visual regression snapshots
- update playwright
- deps: upgrade Spring Boot to version 3.3.7 (#6836)
- remove 1.0.0 from migration test suite
- run migration test suite on stable branch
Tasklist
💊 Bugfixes
- Failing to deserialize GetRepositoryResponse with AWS opensearch [Backport stable/8.4] (#5130)
- backport ProcessInstanceArchiverJobOpenSearch missing index name (#5121)
- set default port for opensearch to 9200 [Backport stable/8.4] (#5118)
🧹 Chore
- bumping version to release 8.4.17 (#5133)
Zeebe
version:8.4.16
Bug Fixes
Misc
- Backpressure at 100% after backup & restore (#26104)
- Zeebe 8.5 leaks backpressure in-flight spots (#24521)
Maintenance
- [FEEL] Store duration values in a normalized format (#27098)
Merged Pull Requests
- fix: Store duration values in a normalized format (#27161)
- fix: @TestZeebe resources are closed even when constructed in a @beforeeach (#26737)
- Replace usage of internal Junit 5 helper removed in Junit 5.11 (#26722)
- Fixes Zeebe 8.5 Limiters inFlight concurrent access (#26408)
- ci: update zeebe-performance-test link (#26128)
8.3+gen21
Overview
Camunda application in this release generation:
- Identity: 8.3.19
- Operate: 8.3.20
- Tasklist: 8.3.22
- Zeebe: 8.3.20
Identity
💊 Bugfixes
- upgrade only actions/upload-artifact
- upgrade only actions/download-artifact
Operate
💊 Bugfixes
- update login vr test to current reflect new year (#6841)
🧹 Chore
- update visual regression snapshots
- update upload-artifact to v4
- run migration test suite on stable branch
Tasklist
🧹 Chore
- bumping versions to release 8.3 (#5136)
Zeebe
version:8.3.20
Bug Fixes
Misc
- Backpressure at 100% after backup & restore (#26104)
- Zeebe 8.5 leaks backpressure in-flight spots (#24521)
Merged Pull Requests
- fix: @TestZeebe resources are closed even when constructed in a @beforeeach (#26737)
- Replace usage of internal Junit 5 helper removed in Junit 5.11 (#26722)
- ci: use correct latest benchmark version (#26674)
- Fixes Zeebe 8.5 Limiters inFlight concurrent access (#26408)
- ci: update zeebe-performance-test link (#26128)