Skip to content

8.6+gen6

Latest
Compare
Choose a tag to compare
@vheinila vheinila released this 14 Jan 14:47
· 1 commit to main since this release
79665bf

Overview

Camunda application in this release generation:

  • Identity: 8.6.7
  • Operate: 8.6.7
  • Tasklist: 8.6.7
  • Zeebe: 8.6.7

Identity

💊 Bugfixes

  • upgrade Spring Boot to version 3.3.7 [Backport v8.6] (#3235)

Operate

Tasklist

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)
  • Add Spring SDK Testing support that was present in community Spring SDK (#26423)

Misc

  • [Opensearch] Tasklist archiver is creating too many scrolls (#26571)
  • CommandWrapper#executeAsyncWithMetrics fails with ClassCastException (#26418)
  • Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#25727)
  • Redirect the /instances/* routes to /operate/instances/* (#25711)
  • Tasklist Error on Initial and Subsequent Navigations (#25638)
  • Channel closed when a response times out in NettyMessagingService (#25596)
  • Tasklist ignores context path when redirecting to deep link URLs after OIDC login (#25534)
  • Process modification on inclusive gateway makes active token disappear (#25099)
  • Scrolls are not sufficiently cleared on AWS Opensearch: rework fix for #19869 (#24321)
  • 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

  • fix: Tasklist archiver is creating too many scrolls (#26573)
  • test: use lowercase GCS bucketname (#26538)
  • Limit REST requests (#26442)
  • fix: make CommandWrapper response type agnostic (#26419)
  • Opensearch handle 404 for GET by document ID (#26410)
  • Support activating Inclusive Gateway via Process Instance Modification (#25771)
  • fix: only create one CREATED event per form on distribution (#25728)
  • fix: Redirect the /instances/* routes to /operate/instances/* (#25712)
  • fix: parse unexpected REST responses in client (#25681)
  • ci: add lint rule to check for Caching Strategy best practices and fix problems (#25658)
  • fix: Tasklist redirections are not working properly after login (#25643)
  • fix: do not close active channels on first response timeout (#25615)
  • fix: add context path to Tasklist redirection urls #25534 (#25564)
  • fix: update user task when formId is not set during importing (#25181)
  • fix: do not throw Exception when GCS store is not accessible on startup (#23057)
  • ci: use setup-yarn-cache everywhere (#21607)