Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

8.5+gen23

Choose a tag to compare

@vheinila vheinila released this 07 Jul 10:17
· 5 commits to stable/8.5 since this release
84a36ce

Overview

Camunda application in this release generation:

  • Identity: 8.5.18
  • Operate: 8.5.16
  • Tasklist: 8.5.18
  • Zeebe: 8.5.20

Identity

馃拪 Bugfixes

  • use ossrh-staging-api.central.sonatype.com to deploy to Sonatype Central Portal (#3466)
  • move spring-boot-dependencies upper in dep hierarchy [Backport v8.5] (#3447)
  • update dependency org.postgresql:postgresql to v42.7.7 [security] (#3418)

馃Ч Chore

  • migrate action-setup-gcloud GHA (#3278) (#3461)
  • upgrade org.springframework.boot:spring-boot-starter-web from 3.3.11 to 3.3.13 (#3454)

Operate

What's Changed

Full Changelog: camunda/camunda@operate-8.5.15...operate-8.5.16

Tasklist

馃拪 Bugfixes

  • upgrade spring-boot version to 3.3.13 (#5201)
  • update fni state field index mapping (#5179)
  • minor improvements over variable search (#5160)

馃Ч Chore

  • release version bump (#5202)
  • delete preview env (#5198)
  • stabilize e2e tests (#5188)
  • bump zeebe and identity versions (#5185)
  • update CHANGELOG.md
  • changelog clean up (#5183)
  • align version drift (#5181)
  • update CHANGELOG.md
  • update CHANGELOG.md
  • bump dependencies 8.5 release (#5167)
  • update CHANGELOG.md
  • upgrade springboot to 3.3.11 to resolve CVE-2025-31650 (#5168)
  • fix visual regression mock data (#5161)
  • update CHANGELOG.md

Zeebe

version:8.5.20

Enhancements

Misc

  • Pause command distribution retrying (#29495)
  • Make SO_SNDBUF & SO_RCVBUF configurable in NettyMessagingService (#24104)

Bug Fixes

Broker

  • BpmnProcessingException: Expected to activate the none start event of the process but not found (#7669)

Misc

  • S3 Backup store does not limit the number of concurrent downloads (#33957)
  • Process instances get started from non-start event instead of signal event (#33952)
  • Thread starvation risk when taking backup on S3 (#33726)
  • Outputs of multi-instance expanded sub-process are executed twice for each iteration (#32318)

Merged Pull Requests

  • perf: avoid copy of ElementInstance (#34431)
  • Fix bug where wrong start event got activated (#34310)
  • ci: add timeout for helm update in benchmark tests (#34231)
  • feat: Cache SemanticVersion to avoid parsing it for every record (#34226)
  • Bugfix: output mappings on multi instance body applied twice (#34183)
  • fix: properly limit s3 transfer concurrency (#34170)
  • fix: dot not return null RaftPartitions/ZeebePartitions (#34165)
  • deps: upgrade spring-boot version to 3.4.7 (#34019)
  • Add missing s3 configs (#34014)
  • Pause command redistribution (#33921)
  • ci: upgrade camunda-release-parent to 4.0.0 and switch to Central Portal deployment (#33807)
  • Output mappings applied before updating multi instance body output collection (#25106)
  • feat: added socket buffers size parameters to config (#24778)