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)