Releases: camunda/camunda-platform
Releases · camunda/camunda-platform
8.6+gen6
Overview
Camunda application in this release generation:
- Identity: 8.6.7
- Operate: 8.6.7
- Tasklist: 8.6.7
- Zeebe: 8.6.7
Identity
💊 Bugfixes
- upgrade Spring Boot to version 3.3.7 [Backport v8.6] (#3235)
Operate
Tasklist
Zeebe
Bug Fixes
Java Client
- Unauthorized REST requests are retried forever when OAuth is used (#26012)
- Zeebe Java Client Fails to Handle Error Responses Gracefully (#25087)
- Add Spring SDK Testing support that was present in community Spring SDK (#26423)
Misc
- [Opensearch] Tasklist archiver is creating too many scrolls (#26571)
- CommandWrapper#executeAsyncWithMetrics fails with ClassCastException (#26418)
- Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#25727)
- Redirect the
/instances/*
routes to/operate/instances/*
(#25711) - Tasklist Error on Initial and Subsequent Navigations (#25638)
- Channel closed when a response times out in NettyMessagingService (#25596)
- Tasklist ignores context path when redirecting to deep link URLs after OIDC login (#25534)
- Process modification on inclusive gateway makes active token disappear (#25099)
- Scrolls are not sufficiently cleared on AWS Opensearch: rework fix for #19869 (#24321)
- A process instance is stuck after modifing to an inclusive gateway (#20587)
- InvalidConfigurationException when GCS store is not accessible on startup (#14593)
Merged Pull Requests
- fix: Tasklist archiver is creating too many scrolls (#26573)
- test: use lowercase GCS bucketname (#26538)
- Limit REST requests (#26442)
- fix: make CommandWrapper response type agnostic (#26419)
- Opensearch handle 404 for GET by document ID (#26410)
- Support activating Inclusive Gateway via Process Instance Modification (#25771)
- fix: only create one CREATED event per form on distribution (#25728)
- fix: Redirect the /instances/* routes to /operate/instances/* (#25712)
- fix: parse unexpected REST responses in client (#25681)
- ci: add lint rule to check for Caching Strategy best practices and fix problems (#25658)
- fix: Tasklist redirections are not working properly after login (#25643)
- fix: do not close active channels on first response timeout (#25615)
- fix: add context path to Tasklist redirection urls #25534 (#25564)
- fix: update user task when formId is not set during importing (#25181)
- fix: do not throw Exception when GCS store is not accessible on startup (#23057)
- ci: use setup-yarn-cache everywhere (#21607)
8.5+gen14
Overview
Camunda application in this release generation:
- Identity: 8.5.11
- Operate: 8.5.10
- Tasklist: 8.5.11
- Zeebe: 8.5.11
Identity
💊 Bugfixes
- upgrade Spring Boot to version 3.3.7 [Backport v8.5] (#3234)
Operate
What's Changed
- release: merge release branch 8.5.9 by @sdorokhova in camunda/camunda#25642
- deps: Update stefanzweifel/git-auto-commit-action digest to 0b492c0 (stable/operate-8.5) by @renovate in camunda/camunda#25763
- deps: Update all non-major dependencies (stable/operate-8.5) by @renovate in camunda/camunda#25768
- deps: Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.26 (stable/operate-8.5) by @renovate in camunda/camunda#25779
- deps: Update docker.elastic.co/kibana/kibana Docker tag to v7.17.26 (stable/operate-8.5) by @renovate in camunda/camunda#25782
- deps: Update version.elasticsearch7 to v7.17.26 (stable/operate-8.5) by @renovate in camunda/camunda#25783
- deps: Update dependency org.thymeleaf:thymeleaf to v3.1.3.RELEASE (stable/operate-8.5) by @renovate in camunda/camunda#25808
- deps: Update dependency @types/react-dom to v18.3.3 (stable/operate-8.5) by @renovate in camunda/camunda#25793
- deps: Update dependency lint-staged to v15.2.11 (stable/operate-8.5) by @renovate in camunda/camunda#25836
- deps: Update dependency @types/react to v18.3.15 (stable/operate-8.5) by @renovate in camunda/camunda#25869
- deps: Update dependency @types/react-dom to v18.3.4 (stable/operate-8.5) by @renovate in camunda/camunda#25873
- deps: Update all non-major dependencies (stable/operate-8.5) by @renovate in camunda/camunda#25879
- deps: Update dependency @types/react-dom to v18.3.5 (stable/operate-8.5) by @renovate in camunda/camunda#25881
- deps: Update dependency @types/react-transition-group to v4.4.12 (stable/operate-8.5) by @renovate in camunda/camunda#25956
- deps: Update version.swagger-annotations to v2.2.27 (stable/operate-8.5) by @renovate in camunda/camunda#25957
- deps: update Spring Boot to 3.2.12 by @ThorbenLindhauer in camunda/camunda#26034
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.780 (stable/operate-8.5) by @renovate in camunda/camunda#26122
- deps: Update version.lucene to v8.11.4 (stable/operate-8.5) by @renovate in camunda/camunda#26123
- deps: Update dependency @types/react to v18.3.17 (stable/operate-8.5) by @renovate in camunda/camunda#26132
- deps: Update dependency @types/react to v18.3.18 (stable/operate-8.5) by @renovate in camunda/camunda#26360
- fix: move from Apache to AWS CRT client for AWS Opensearch by @ThorbenLindhauer in camunda/camunda#26272
- feat: add more trusted algorithms to Operate JWT decoder [Backport 8.5] by @kristinkomschow in camunda/camunda#26497
- fix: Revert "deps: Update version.lucene to v8.11.4" by @kristinkomschow in camunda/camunda#26501
- deps: Update dependency styled-components to v6.1.14 (stable/operate-8.5) by @renovate in camunda/camunda#26545
- chore(deps): upgrade Spring Boot to version 3.3.7 by @tsedekey in camunda/camunda#26437
- fix: update login vr test to current reflect new year [backport 8.5] by @vitorwtavares in camunda/camunda#26534
- deps: update zeebe and identity versions by @mihail-ca in camunda/camunda#26703
Full Changelog: camunda/camunda@operate-8.5.9...operate-8.5.10
Tasklist
💊 Bugfixes
- Tasklist archiver is creating too many scrolls (#5109)
- opensearch return 404 on GET document by ID (#5106)
- backport form linking (#5077)
- move from Apache to AWS CRT client for AWS Opensearch (#5097)
- set opensearch default port to 9200
🧹 Chore
- bumping versions to release 8.5 (#5115)
- fix linting (#5112)
- deps: upgrade Spring Boot to version 3.3.7 (#5103)
- deps: update ES 7 client to 7.17.25 (#5092)
- remove add_ti_hto_project GHA (#5095)
- deps: upgrade to springboot 3.3.6 (#5086)
- update CHANGELOG.md
Zeebe
Bug Fixes
Java Client
- Unauthorized REST requests are retried forever when OAuth is used (#26012)
- Zeebe Java Client Fails to Handle Error Responses Gracefully (#25087)
Misc
- Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#25727)
- Channel closed when a response times out in NettyMessagingService (#25596)
- Process modification on inclusive gateway makes active token disappear (#25099)
- A process instance is stuck after modifing to an inclusive gateway (#20587)
- InvalidConfigurationException when GCS store is not accessible on startup (#14593)
Merged Pull Requests
- test: use lowercase GCS bucketname (#26538)
- Limit REST requests (#26442)
- Update zcl repo location (#26298)
- Support activating Inclusive Gateway via Process Instance Modification (#25771)
- fix: only create one CREATED event per form on distribution (#25728)
- fix: parse unexpected REST responses in client (#25681)
- fix: do not close active channels on first response timeout (#25615)
- fix: do not throw Exception when GCS store is not accessible on startup (#23057)
8.4+gen17
Overview
Camunda application in this release generation:
- Identity: 8.4.16
- Operate: 8.4.16
- Tasklist: 8.4.16
- Zeebe: 8.4.15
Identity
💊 Bugfixes
- upgrade Spring Boot to version 3.3.7 [Backport v8.4] (#3233)
Operate
💊 Bugfixes
- move from Apache to AWS CRT client for AWS Opensearch (#6833)
🧹 Chore
- update zeebe and identity versions (#6839)
Tasklist
💊 Bugfixes
- Tasklist archiver is creating too many scrolls (#5110)
- move from Apache to AWS CRT client for AWS Opensearch (#5098)
- backport 26410 OS returns 404 on document not found (#5107)
- backport form linking (#5078)
🧹 Chore
- bump versions to release Tasklist 8.4 (#5116)
- backport tasklist-update_visual_snapshots.yml (#5113)
- fix linting (#5111)
- deps: upgrade Spring Boot to version 3.3.7 (#5104)
- deps: update ES 7 client to 7.17.25 (#5091)
- remove add_to_hto_project GHA (#5096)
- deps: upgrade to springboot 3.3.6 (#5088)
Zeebe
Bug Fixes
Java Client
OAuthCredentialsCache
in Zeebe Java client does not work correctly in multi-tenancy setup (#20471)
Misc
- Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#25727)
- Channel closed when a response times out in NettyMessagingService (#25596)
- Process modification on inclusive gateway makes active token disappear (#25099)
- A process instance is stuck after modifing to an inclusive gateway (#20587)
- InvalidConfigurationException when GCS store is not accessible on startup (#14593)
Merged Pull Requests
- test: use lowercase GCS bucketname (#26538)
- Update zcl repo location (#26298)
- Support activating Inclusive Gateway via Process Instance Modification (#25771)
- fix: only create one CREATED event per form on distribution (#25728)
- fix: do not close active channels on first response timeout (#25615)
- fix: switch client credential cache key to clientId (#24519)
- fix: do not throw Exception when GCS store is not accessible on startup (#23057)
8.3+gen20
Overview
Camunda application in this release generation:
- Identity: 8.3.18
- Operate: 8.3.19
- Tasklist: 8.3.21
- Zeebe: 8.3.19
Identity
💊 Bugfixes
- upgrade Spring Boot to version 3.3.7 [Backport v8.3] (#3232)
Operate
🧹 Chore
- update zeebe and identity versions (#6838)
Tasklist
💊 Bugfixes
- fix jackson dependency convergence (#5123)
🧹 Chore
- update CHANGELOG.md
- bump version to release Tasklist 8.3 (#5117)
- backport tasklist-update_visual_snapshots.yml (#5114)
- deps: upgrade Spring Boot to version 3.3.7 (#5105)
- deps: update ES 7 client to 7.17.25 (#5090)
- deps: upgrade to springboot 3.3.6 (#5089)
Zeebe
Bug Fixes
Misc
- Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#25727)
- Channel closed when a response times out in NettyMessagingService (#25596)
- Process modification on inclusive gateway makes active token disappear (#25099)
- A process instance is stuck after modifing to an inclusive gateway (#20587)
Merged Pull Requests
8.7-alpha3
Overview
Camunda application in this release generation:
- Identity: 8.7.0-alpha3
- Operate: 8.7.0-alpha3
- Tasklist: 8.7.0-alpha3
- Zeebe: 8.7.0-alpha3
Identity
🚀 New Features
- add endpoint for role migration (#3227)
- add endpoint to fetch tenant groups (#3228)
- implement endpoint to fetch groups for migration (#3225)
- add endpoint to fetch tenant users (#3223)
- add endpoint for mapping rule migration (#3220)
- add endpoints for tenant migration (#3208)
- identity - extend License for isCommercial and expiresAt, show data on front end (#3103)
💊 Bugfixes
- upgrade Spring Boot to version 3.3.7 (#3231)
- migration flag is off by default (#3224)
- use the correct license field on the front end (#3201)
- update dependency org.apache.logging.log4j:log4j-layout-template-json to v2.24.2 (#3194)
- update aws-java-sdk-v2 monorepo to v2.29.20 (#3191)
- update spring boot to v3.3.5 (#3163)
- update dependency org.yaml:snakeyaml to v2.3 (#3161)
- update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.5.2 (#3162)
- update dependency org.apache.commons:commons-lang3 to v3.17.0 (#3159)
- update dependency org.apache.logging.log4j:log4j-layout-template-json to v2.24.1 (#3160)
- update dependency io.micrometer:micrometer-registry-prometheus to v1.14.1 (#3158)
- update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 (#3157)
- update dependency @carbon/themes to v11.43.0 (#3156)
- update dependency @carbon/motion to v11.24.0 (#3155)
- update dependency @carbon/layout to v11.28.0 (#3154)
- update dependency software.amazon.awssdk:bom to v2.29.15 (#3152)
- update aws-java-sdk-v2 monorepo to v2.29.14 (#3151)
- update keycloak.version to v25.0.6 (#3118)
- update dependency org.postgresql:postgresql to v42.7.4 (#3117)
- update dependency org.apache.james:apache-mime4j-core to v0.8.11 (#3116)
- update dependency com.squareup.okio:okio to v3.9.1 (#3115)
- update dependency axios to v1.7.7 (#3114)
- increase member maxresults to 1000 (#3106)
- upgrade Alpine base image to 3.20.3 (#3095)
🧹 Chore
- update postgres docker tag to v16.6 (#3199)
- update dependency typescript to v5.7.2 (#3198)
- update europe-docker.pkg.dev/camunda-saas-registry/vendor/cloud-sql-proxy docker tag to v2.14.1 (#3197)
- update dependency cypress to v13.16.0 (#3196)
- update dependency @types/node to v18.19.65 (#3188)
- update testcontainers-java monorepo to v1.20.4 (#3183)
- update infra-preview-environments-ingress docker tag to v1.4.4 (#3181)
- update dependency husky to v9.1.7 (#3180)
- update europe-docker.pkg.dev/camunda-saas-registry/vendor/cloud-sql-proxy docker tag to v2.14.0 (#3153)
- update testcontainers-java monorepo to v1.20.3 (#3150)
- update dependency tsconfig-paths-webpack-plugin to v4.2.0 (#3148)
- update slackapi/slack-github-action action to v1.27.1 (#3149)
- update dependency sass to v1.81.0 (#3147)
- update s4u/maven-settings-action action to v3.1.0 (#3146)
- update postgres docker tag to v16.5 (#3144)
- update react-router monorepo (#3145)
- update camunda-composite-components to 0.11.0 (#3143)
- update junit5 monorepo (#3141)
- update dependency typescript to v5.6.3 (#3140)
- update dependency sops to v3.9.1 (#3137)
- update dependency testcafe to v3.7.0 (#3138)
- update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1 (#3135)
- update dependency sass to v1.80.7 (#3136)
- update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2 (#3134)
- update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0 (#3133)
- update dependency kustomize to v5.5.0 (#3131)
- update node.js to v18.20.5 (#3130)
- update dependency husky to v9.1.6 (#3128)
- update dependency eslint-plugin-jsx-a11y to v6.10.2 (#3126)
- update infra-preview-environments-ingress docker tag to v1.4.3 (#3127)
- update dependency eslint-plugin-import to v2.31.0 (#3125)
- update dependency cypress to v13.15.2 (#3124)
- update dependency com.puppycrawl.tools:checkstyle to v10.20.1 (#3123)
- update dependency com.mycila:license-maven-plugin to v4.6 (#3122)
- update dependency @testing-library/jest-dom to v6.6.3 (#3121)
- update babel monorepo (#3120)
- update actions/checkout action to v4.2.2 (#3119)
- update yarn to v3.8.6 (#3113)
- update slf4j monorepo to v2.0.16 (#3112)
- update react monorepo (#3109)
- update node.js to v18.20.4 (#3108)
- update maven docker tag to v3.9.9 (#3107)
- update infra-preview-environments-ingress docker tag to v1.4.2 (#3105)
- update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.7 (#3104)
- update dependency msw to v1.3.5 (#3101)
- update dependency java to v17.0.13+11 (#3100)
- upgrade org.springframework.boot:spring-boot-starter from 3.2.7 to 3.2.11 (#3082)
- upgrade org.springframework.boot:spring-boot from 3.2.7 to 3.2.11 (#3085)
- update dependency eslint-import-resolver-typescript to v3.6.3 (#3094)
- update dependency eslint to v8.57.1 (#3093)
- update dependency com.github.eirslett:frontend-maven-plugin to v1.15.1 (#3092)
- update dependency @types/jest to v29.5.14 (#3091)
Operate
Tasklist
Zeebe
Enhancements
Gateway
- Enable Query API (not configurable, remove dedicated annotation for query controllers) (#25993)
##...
8.7.0-alpha2
Overview
Camunda application in this release generation:
- Identity: 8.7.0-alpha2
- Operate: 8.7.0-alpha2
- Tasklist: 8.7.0-alpha2
- Zeebe: 8.7.0-alpha2
Identity
🚀 New Features
- identity - extend License for isCommercial and expiresAt, show data on front end (#3103)
💊 Bugfixes
- use the correct license field on the front end (#3201)
- update dependency org.apache.logging.log4j:log4j-layout-template-json to v2.24.2 (#3194)
- update aws-java-sdk-v2 monorepo to v2.29.20 (#3191)
- update spring boot to v3.3.5 (#3163)
- update dependency org.yaml:snakeyaml to v2.3 (#3161)
- update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.5.2 (#3162)
- update dependency org.apache.commons:commons-lang3 to v3.17.0 (#3159)
- update dependency org.apache.logging.log4j:log4j-layout-template-json to v2.24.1 (#3160)
- update dependency io.micrometer:micrometer-registry-prometheus to v1.14.1 (#3158)
- update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 (#3157)
- update dependency @carbon/themes to v11.43.0 (#3156)
- update dependency @carbon/motion to v11.24.0 (#3155)
- update dependency @carbon/layout to v11.28.0 (#3154)
- update dependency software.amazon.awssdk:bom to v2.29.15 (#3152)
- update aws-java-sdk-v2 monorepo to v2.29.14 (#3151)
- update keycloak.version to v25.0.6 (#3118)
- update dependency org.postgresql:postgresql to v42.7.4 (#3117)
- update dependency org.apache.james:apache-mime4j-core to v0.8.11 (#3116)
- update dependency com.squareup.okio:okio to v3.9.1 (#3115)
- update dependency axios to v1.7.7 (#3114)
- increase member maxresults to 1000 (#3106)
- upgrade Alpine base image to 3.20.3 (#3095)
🧹 Chore
- update postgres docker tag to v16.6 (#3199)
- update dependency typescript to v5.7.2 (#3198)
- update europe-docker.pkg.dev/camunda-saas-registry/vendor/cloud-sql-proxy docker tag to v2.14.1 (#3197)
- update dependency cypress to v13.16.0 (#3196)
- update dependency @types/node to v18.19.65 (#3188)
- update testcontainers-java monorepo to v1.20.4 (#3183)
- update infra-preview-environments-ingress docker tag to v1.4.4 (#3181)
- update dependency husky to v9.1.7 (#3180)
- update europe-docker.pkg.dev/camunda-saas-registry/vendor/cloud-sql-proxy docker tag to v2.14.0 (#3153)
- update testcontainers-java monorepo to v1.20.3 (#3150)
- update dependency tsconfig-paths-webpack-plugin to v4.2.0 (#3148)
- update slackapi/slack-github-action action to v1.27.1 (#3149)
- update dependency sass to v1.81.0 (#3147)
- update s4u/maven-settings-action action to v3.1.0 (#3146)
- update postgres docker tag to v16.5 (#3144)
- update react-router monorepo (#3145)
- update camunda-composite-components to 0.11.0 (#3143)
- update junit5 monorepo (#3141)
- update dependency typescript to v5.6.3 (#3140)
- update dependency sops to v3.9.1 (#3137)
- update dependency testcafe to v3.7.0 (#3138)
- update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1 (#3135)
- update dependency sass to v1.80.7 (#3136)
- update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2 (#3134)
- update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0 (#3133)
- update dependency kustomize to v5.5.0 (#3131)
- update node.js to v18.20.5 (#3130)
- update dependency husky to v9.1.6 (#3128)
- update dependency eslint-plugin-jsx-a11y to v6.10.2 (#3126)
- update infra-preview-environments-ingress docker tag to v1.4.3 (#3127)
- update dependency eslint-plugin-import to v2.31.0 (#3125)
- update dependency cypress to v13.15.2 (#3124)
- update dependency com.puppycrawl.tools:checkstyle to v10.20.1 (#3123)
- update dependency com.mycila:license-maven-plugin to v4.6 (#3122)
- update dependency @testing-library/jest-dom to v6.6.3 (#3121)
- update babel monorepo (#3120)
- update actions/checkout action to v4.2.2 (#3119)
- update yarn to v3.8.6 (#3113)
- update slf4j monorepo to v2.0.16 (#3112)
- update react monorepo (#3109)
- update node.js to v18.20.4 (#3108)
- update maven docker tag to v3.9.9 (#3107)
- update infra-preview-environments-ingress docker tag to v1.4.2 (#3105)
- update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.7 (#3104)
- update dependency msw to v1.3.5 (#3101)
- update dependency java to v17.0.13+11 (#3100)
- upgrade org.springframework.boot:spring-boot-starter from 3.2.7 to 3.2.11 (#3082)
- upgrade org.springframework.boot:spring-boot from 3.2.7 to 3.2.11 (#3085)
- update dependency eslint-import-resolver-typescript to v3.6.3 (#3094)
- update dependency eslint to v8.57.1 (#3093)
- update dependency com.github.eirslett:frontend-maven-plugin to v1.15.1 (#3092)
- update dependency @types/jest to v29.5.14 (#3091)
Operate
Tasklist
Zeebe
8.7.0-alpha2
Enhancements
Misc
- I can migrate compensation boundary events (#24755)
- Migrate existing Tasklist v1 API to the harmonized index schema (#24665)
- I can migrate escalation boundary events (#24628)
- I can migrate escalation event sub processes (#24627)
- Migrate compensation boundary event subscriptions only by boundary event mapping (#24487)
- Migrate escalation event subprocesses (#24385)
- Migrate compensation boundary event subscriptions (#24377)
- Migrate escalation boundary events (#24374)
- Expand listeners endpoint body to contain flowNodeInstanceId field ([...
8.6+gen5
Overview
Camunda application in this release generation:
- Identity: 8.6.6
- Operate: 8.6.6
- Tasklist: 8.6.6
- Zeebe: 8.6.6
Identity
🧹 Chore
- upgrade dependencies to resolve Spring CVEs (#3212)
Operate
Tasklist
Zeebe
8.6.6
Bug Fixes
Broker
- Zeebe user tasks not terminated on process instance modification (#24672)
Java Client
OAuthCredentialsCache
in Zeebe Java client does not work correctly in multi-tenancy setup (#20471)
Misc
- Form cache is corrupt and causes inconsistent processing (#25504)
- Process instance no longer subscribed to message after unsuccessful process instance migration (#25166)
- Instance migration for the processes with event subprocess is not possible (#25071)
OrderedCommandDistributionMigration
is never executed (#24836)- Elasticsearch deprecation warning logs:
[ignore_throttled] parameter is deprecated
(#24801) - Retry complete follower append on flush error (#14867)
Merged Pull Requests
- fix: don't use mutable keys for forms cache (#25523)
- fix: apply nested configuration properties (#24957)
- All Zeebe CI jobs need to specify GHA timeouts (#24880)
- Register
OrderedCommandDistributionMigration
migration task (#24838) - fix: throw correct error instead of InternalError (#24680)
- fix: cancel user tasks on instance modification (#24673)
- perf: remove redundant synchronized (#24621)
- fix: switch client credential cache key to clientId (#24519)
- ci: push testbench images to SaaS registry (#24497)
- ci: do not auto-merge release PRs (#24438)
- feature: when a follower fails to flush respond with error to leader (#24378)
- ci: use non-preemptible runners for jobs with highest disconnect rate (#24370)
8.5+gen13
Overview
Camunda application in this release generation:
- Identity: 8.5.10
- Operate: 8.5.9
- Tasklist: 8.5.10
- Zeebe: 8.5.10
Identity
🧹 Chore
- cve dep upgrades [Backport v8.5] (#3214)
Operate
What's Changed
- Release/operate 8.5.8 by @pedesen in camunda/camunda#24454
- deps: Update all non-major dependencies (stable/operate-8.5) by @renovate in camunda/camunda#21102
- deps: Update actions/checkout digest to 3b9b8c8 (stable/operate-8.5) by @renovate in camunda/camunda#24565
- deps: update Spring Boot to 3.2.11 for Operate by @ThorbenLindhauer in camunda/camunda#24606
- deps: Update actions/checkout digest to cbb7224 (stable/operate-8.5) by @renovate in camunda/camunda#24795
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.778 (stable/operate-8.5) by @renovate in camunda/camunda#24796
- deps: Update version.swagger-annotations to v2.2.26 (stable/operate-8.5) by @renovate in camunda/camunda#24949
- deps: Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.779 (stable/operate-8.5) by @renovate in camunda/camunda#25300
- deps: update zeebe and identity versions by @sdorokhova in camunda/camunda#25598
Full Changelog: camunda/camunda@operate-8.5.8...operate-8.5.9
Tasklist
💊 Bugfixes
- switch back to Apache Http Client for AWS Opensearch (#5061)
- Completed zeebe user tasks have string variables without double quotes (#5060)
- add externalformreference as formKey for zeebeUserTasks (#5059)
- Context-Path not taken into account for noPermission route (#5051)
- Add Backoff Mechanism to Handle ElasticSearch Unavailability in Tasklist Importer (#5052)
🧹 Chore
- bumping versions for 8.5 release (#5080)
- backport ProcessSaasIT fixes (#5073)
- update tasklist and operate versions in docker-compose files (#5069)
- bump vite
- update CHANGELOG.md
- version bumps 8.5.9 (#5065)
- fix volume paths in docker-compose (#5050)
- set tasklist version 8.5.8 in docker compose files
- update CHANGELOG.md
Zeebe
8.5.10
Bug Fixes
Broker
- Zeebe user tasks not terminated on process instance modification (#24672)
Java Client
OAuthCredentialsCache
in Zeebe Java client does not work correctly in multi-tenancy setup (#20471)
Misc
- Form cache is corrupt and causes inconsistent processing (#25504)
- Process instance no longer subscribed to message after unsuccessful process instance migration (#25166)
- Retry complete follower append on flush error (#14867)
Maintenance
- Do not log MessagingException$ConnectionClosed as an error in the gateway (#18339)
Merged Pull Requests
- fix: don't use mutable keys for forms cache (#25523)
- [Backport main] Update transient message state as side-effect (#25476)
- Update transient message state as side-effect (#25298)
- All Zeebe CI jobs need to specify GHA timeouts (#24880)
- fix: throw correct error instead of InternalError (#24680)
- fix: cancel user tasks on instance modification (#24673)
- fix: switch client credential cache key to clientId (#24519)
- feature: when a follower fails to flush respond with error to leader (#24378)
- ci: use non-preemptible runners for jobs with highest disconnect rate (#24370)
- Properly handle connection closed error in the gRPC server (#20066)
8.4+gen16
Overview
Camunda application in this release generation:
- Identity: 8.4.15
- Operate: 8.4.15
- Tasklist: 8.4.15
- Zeebe: 8.4.14
Identity
🧹 Chore
- upgrade dependencies to resolve Spring CVEs (#3213)
- update dependency body-parser to v1.20.3 [security] (#3039)
Operate
🧹 Chore
Tasklist
🧹 Chore
- preparing 8.4 release (#5081)
- backport ProcessSaasIT fixes [Backport stable/8.4] (#5075)
- CVE-2024-52316 mitigation (#5072)
- deps: upgrade springboot to 3.2.11 (#5070)
Zeebe
8.4.14
Bug Fixes
Misc
- Form cache is corrupt and causes inconsistent processing (#25504)
- Archiver does not work with AWS Opensearch (#24262)
- Retry complete follower append on flush error (#14867)
Maintenance
- Do not log MessagingException$ConnectionClosed as an error in the gateway (#18339)
Merged Pull Requests
- fix: don't use mutable keys for forms cache (#25523)
- [Backport stable/8.5] [Backport main] Update transient message state as side-effect (#25497)
- [Backport main] Update transient message state as side-effect (#25476)
- Update transient message state as side-effect (#25298)
- Add go job timeouts to stable branches (#25056)
- All Zeebe CI jobs need to specify GHA timeouts (#24880)
- feature: when a follower fails to flush respond with error to leader (#24378)
- ci: use non-preemptible runners for jobs with highest disconnect rate (#24370)
- Properly handle connection closed error in the gRPC server (#20066)
8.3+gen19
Overview
Camunda application in this release generation:
- Identity: 8.3.17
- Operate: 8.3.18
- Tasklist: 8.3.19
- Zeebe: 8.3.18
Identity
🧹 Chore
- bump spring web dependency (#3215)
Operate
🧹 Chore
Tasklist
🧹 Chore
- preparing for 8.3 release (#5082)
- CVE-2024-52316 mitigation [Backport stable/8.3] (#5074)
Zeebe
8.3.18
Bug Fixes
Java Client
OAuthCredentialsCache
in Zeebe Java client does not work correctly in multi-tenancy setup (#20471)
Misc
- Retry complete follower append on flush error (#14867)
Maintenance
- Do not log MessagingException$ConnectionClosed as an error in the gateway (#18339)
Merged Pull Requests
- [Backport stable/8.4] [Backport stable/8.5] [Backport main] Update transient message state as side-effect (#25511)
- [Backport stable/8.5] [Backport main] Update transient message state as side-effect (#25497)
- [Backport main] Update transient message state as side-effect (#25476)
- Add go job timeouts to stable branches (#25056)
- All Zeebe CI jobs need to specify GHA timeouts (#24880)
- fix: switch client credential cache key to clientId (#24519)
- feature: when a follower fails to flush respond with error to leader (#24378)
- ci: use non-preemptible runners for jobs with highest disconnect rate (#24370)
- Properly handle connection closed error in the gRPC server (#20066)