version:8.7.8
Bug Fixes
Java Client
- [JavaClient] The Camunda cloud client builder sets the wrong REST address (#32759)
Misc
- Operate archiver deleting records on Opensearch (#34851)
- /v2/deployments endpoint fails with >10 files in multipart request (#34322)
- Backport the fix for ES templates getting overwritten during rolling update (#33881)
- java.lang.NullPointerException: Cannot invoke "io.camunda.zeebe.model.bpmn.instance.Message.getName()" because "m" is null (#32576)
- Canceling process instance via
CamundaClient(REST)
doesn't propagateoperationReference
to Zeebe (#31758) - Failed to install partition: partitionCount <= 0 in RoutingInfo.MessageCorrelation (#31534)
Merged Pull Requests
- ci: add linting rule to detect situations of unintentional skipping (#35392)
- fix: Slack notification formatting fix (#35377)
- Console Ping: add profiles to payload. (#35328)
- 30477 fix generate snapshot and concurrency group (#35317)
- deps: remove AWS SDK v1 dependencies in favor of v2 (#35183)
- ci: dynamically generate concurrency group naming (#35180)
- CI: allow concurrent stable branch builds (#35170)
- ci: Update camunda-platform-release.yml (#35124)
- fix: build cloud audience correctly (#35103)
- Console Ping: send version in the payload. (#35098)
- fix: a task could not be completed by another user (#35096)
- ci: update CODEOWNERS for helper actions (#35073)
- fix: increase tomcat max part count to 50 (#35068)
- fix: use correct url template for cloud rest address (#35044)
- Backport 34581 to stable/8.7 (#35033)
- fix: ensure that
TestActorFuture
times out properly (#34977) - ci: exclude optimize profile when setting compat versions during release (#34966)
- feat: add resource property to token request payload (#34963)
- ci: follow best practices for license-check workflow (#34872)
- fix: typo in camunda-bpm repo name (#34871)
- docs: spring-sdk docs added (#34780)
- Improve Docker build resiliency against apt failures (#34706)
- ci: cache binfmt image only on persistent branches (#34696)
- 32576 avoid npe on receive task validator (#34685)
- ci: Add timeout for tasklist-ci-test-reusable (#34582)
- feat(34483): Use inputs.isLatest for marking release as latest in camunda-platform-release.yml (#34509)
- ci: Determine the docker version tag based on branch name (#34498)
- Add console ping scheduler and task. (#34370)
- Ensure that the
ClusterConfiguration
is initialized when settingBrokerInfo
(#34166)