Skip to content

8.5+gen29

Latest

Choose a tag to compare

@vheinila vheinila released this 15 Oct 05:07
0c31639

Overview

Camunda application in this release generation:

  • Identity: 8.5.22
  • Operate: 8.5.22
  • Tasklist: 8.5.24
  • Zeebe: 8.5.25

Identity

💊 Bugfixes

  • add debug statement into cookieService method to get valid redirect URI [Backport v8.5] (#3583)

🧹 Chore

  • update netty version (#3595) (#3596)

Operate

What's Changed

Full Changelog: camunda/camunda@operate-8.5.13...operate-8.5.22

Tasklist

🚀 New Features

  • prepare for 8.5.24 release (#5227)
  • Bump tasklist operate versions. Fix CHANGELOG (#5213)

💊 Bugfixes

  • updated styling for cookiebanner in tasklist and operate (#5226)
  • upgrade netty to 4.1.124.Final (#5217)
  • upgrade tomcat to 10.1.44 (#5218)
  • upgrade spring-boot version to 3.3.13 (#5201)
  • update fni state field index mapping (#5179)
  • minor improvements over variable search (#5160)

🧹 Chore

  • update spring-boot to 8.4.10 (#5225)
  • spotless apply
  • adapting container start to keycloak/keycloak
  • update CHANGELOG.md
  • update keycloak docker image (#5224)
  • update identity dependency (#5223)
  • deps: Update dependency io.netty:netty-bom to 4.1.127.Final (#5222)
  • update zeebe dependency (#5220)
  • update CHANGELOG.md
  • release prep for 8.5.21 (#5219)
  • update CHANGELOG.md
  • Fix CHANGELOG. Bump Tasklist and Operate image versions (#5215)
  • release prep for 8.5.20 (#5214)
  • update CHANGELOG.md
  • release version bump (#5212)
  • update CHANGELOG.md
  • update tomcat version to 10.1.43 [Backport stable/8.5] (#5210)
  • pg-post-release-actions (#5205)
  • cleanup changelog (#5204)
  • release version bump (#5202)
  • update CHANGELOG.md
  • 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.25

Bug Fixes

Java Client

  • Unauthorized REST requests are retried forever when OAuth is used (#26012)

Misc

  • Multiple message start events cannot reference different messages with the same name. (#38234)
  • Camunda Client doesn't use default tenant id for correlating messages (#38157)
  • Camunda User Task with an incident cannot be migrated (#37190)
  • NullPointerException when evaluating DMN with missing rule id (ruleId) (#36900)
  • ScriptTask elements are missing in StraightThroughProcessingLoopValidator (#36895)
  • Regression in metric zeebe_incident_events_total (#34342)
  • NPE at evaluation of job worker properties of Send Task with Publish Message implementation (#34190)
  • Unable to deploy process with boundary event without outgoing flows (#33589)
  • Zeebe's backup fails if a new snapshot is created before the snapshot is reserved (#33499)

Merged Pull Requests

  • fix: reserve latest snapshot as soon as possible (#38882)
  • Automatically label namespace with the github handle of the author (#38640)
  • feat: add validation for message start event (#38498)
  • ci: adjust API codeowners (#38420)
  • fix: apply default client config to all commands (#38351)
  • fix: synthesize missing ruleId to prevent NPE during decision evaluation (#37992)
  • fix: correct zeebe incident events metric name (#37900)
  • [Backport stable/8.7] feat: Make command distribution retry intervals configurable (#37751)
  • Catch straight through processing loops with script tasks (#37627)
  • Camunda User Task with an incident cannot be migrated (#37470)
  • feat: merge user RocksDB config with our defaults (#36502)
  • fix: prevent NPE for SendTask with publish message implementation (#35880)
  • fix: properly decrement http client retries in zeebe rest client (#35123)
  • Unable to deploy process with boundary event without outgoing flows (#34459)