8.6+gen4
Overview
Camunda application in this release generation:
- Identity: 8.6.3
- Operate: 8.6.5
- Tasklist: 8.6.5
- Zeebe: 8.6.5
Identity
💊 Bugfixes
- upgrade Alpine base image to 3.20.3 (#3095) (#3099)
- exclude logging from spring-boot-starer dependency (#2975) (#3087)
Operate
Tasklist
Zeebe
Enhancements
Misc
- Allow to cancel bannend instances (#12772)
Bug Fixes
Misc
- Version update is not persisted in state because transaction is not committed (#24352)
- Archiver does not work with AWS Opensearch (#24262)
- Exported record with duplicate sequence number (#24192)
- Number of threads created in Gateway for blocking identity calls causing "too many concurrent streams" error (#23853)
- Incident recovery for Execution Listeners does not work when retries are exhausted (#23383)
- Partition backup fails because of concurrent log compaction (#23082)
- JobRecord elementId gets overwritten when an error is thrown during job execution (#21567)
- Timers of banned instances are forever re-triggered (#14213)
Merged Pull Requests
- fix: commit last transaction after running migrations (#24353)
- Prevent duplicate sequence numbers in records exported to Elasticsearch and OpenSearch (#24214)
- fix: set the correct elementId in Incident record when Job throw with no catch event (#24206)
- feat: backup only segment containing data not present in snapshots (#24184)
- fix: enable configuration processor (#24153)
- fix: log message refers to Opensearch in Elasticsearch Code (#24100)
- Allow cancelling banned instances (#23849)