Skip to content

8.5+gen14

Compare
Choose a tag to compare
@vheinila vheinila released this 14 Jan 14:29
· 12 commits to stable/8.5 since this release
c633228

Overview

Camunda application in this release generation:

  • Identity: 8.5.11
  • Operate: 8.5.10
  • Tasklist: 8.5.11
  • Zeebe: 8.5.11

Identity

💊 Bugfixes

  • upgrade Spring Boot to version 3.3.7 [Backport v8.5] (#3234)

Operate

What's Changed

Full Changelog: camunda/camunda@operate-8.5.9...operate-8.5.10

Tasklist

💊 Bugfixes

  • Tasklist archiver is creating too many scrolls (#5109)
  • opensearch return 404 on GET document by ID (#5106)
  • backport form linking (#5077)
  • move from Apache to AWS CRT client for AWS Opensearch (#5097)
  • set opensearch default port to 9200

🧹 Chore

  • bumping versions to release 8.5 (#5115)
  • fix linting (#5112)
  • deps: upgrade Spring Boot to version 3.3.7 (#5103)
  • deps: update ES 7 client to 7.17.25 (#5092)
  • remove add_ti_hto_project GHA (#5095)
  • deps: upgrade to springboot 3.3.6 (#5086)
  • update CHANGELOG.md

Zeebe

Bug Fixes

Java Client

  • Unauthorized REST requests are retried forever when OAuth is used (#26012)
  • Zeebe Java Client Fails to Handle Error Responses Gracefully (#25087)

Misc

  • Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#25727)
  • Channel closed when a response times out in NettyMessagingService (#25596)
  • Process modification on inclusive gateway makes active token disappear (#25099)
  • A process instance is stuck after modifing to an inclusive gateway (#20587)
  • InvalidConfigurationException when GCS store is not accessible on startup (#14593)

Merged Pull Requests

  • test: use lowercase GCS bucketname (#26538)
  • Limit REST requests (#26442)
  • Update zcl repo location (#26298)
  • Support activating Inclusive Gateway via Process Instance Modification (#25771)
  • fix: only create one CREATED event per form on distribution (#25728)
  • fix: parse unexpected REST responses in client (#25681)
  • fix: do not close active channels on first response timeout (#25615)
  • fix: do not throw Exception when GCS store is not accessible on startup (#23057)