version:8.6.16
Bug Fixes
Java Client
- Spring-SDK: camunda.client.tenant-id(s) is not picked up for worker setup in 8.7 (#32464)
- Zeebe client is not applying default ttl of 1h to REST request (#32320)
- Disabling camunda/zeebe client in SDK causes spring autoconfigure to fail (#32104)
Misc
- Backup restore fails due to
lost+found
(#32393) - Performance issue with v1 tasks search (#32336)
- Index creation fails in OpenSearch if index settings are not explicitly set (#32247)
- Operate Opensearch importer throws IllegalFormatConversionException (#32122)
- Spring SDK: Job Worker tenantIds values are overridden by global defaults (#32015)
- Active tokens on a migrated process instance are not displayed in process instance page (#31985)
- Big decision evaluation failures can't be indexed (#20255)
Merged Pull Requests
- fix: use correct logger class in DecisionType (#32539)
- [stable/8.7] fix: assemble worker default tenant id config correctly (#32475)
- fix: Big decision evaluation failures can't be indexed [Backport to stable/8.7] (#32433)
- fix: Index creation fails in OpenSearch if index settings are not explicitly set (#32430)
- fix: restore even when
lost+found
is found (#32399) - ci: Update tasklist docker-compose.yml (#32267)
- ci: send update-identity notification to release Slack channel (#32263)
- fix: remove elastic.co Maven repository (#32161)
- fix: prevent diagram from breaking on migrated instance version (#32159)
- refactor: maven central repository (#32136)
- Remove invalid maven combine.children usage (#32124)
- fix: Operate Opensearch importer throws IllegalFormatConversionException (#32123)
- refactor: move default objectMapper to test setup (#32108)
- fix: do not initialize SDK if client is disabled (#32107)
- fix: make actuator autoconfigure and micrometer optional in spring sdk (#31991)
- fix: log at warn when a leader steps down and include the original exception (#31582)
- feat: custom camunda client enabled condition (#30788)