Skip to content

8.5+gen9

Compare
Choose a tag to compare
@megglos megglos released this 10 Sep 06:10
· 138 commits to main since this release
60d4539

Overview

Camunda application in this release generation:

  • Identity: 8.5.5
  • Operate: 8.5.6
  • Tasklist: 8.5.7
  • Zeebe: 8.5.7

Identity

🚀 New Features

  • fallback to using token algorithm when the algorithm cannot be found via JWKS (#3002) (#3022)

💊 Bugfixes

  • update dependency axios to v1.7.4 [security] (#3003)

Operate

What's Changed

Full Changelog: camunda/camunda@operate-8.5.4...operate-8.5.6

Tasklist

💊 Bugfixes

  • Use dynamic viewport height for public start forms
  • Tasklist - OpenSearch AWS config can't be disabled (#5026)
  • Opensearch ilm - separate requests for indexes/templates polices (#5023)
  • Fix Tasklist on iOS (#5008)
  • add include global state to true on backup manager (#5018)

🧹 Chore

  • update CHANGELOG.md
  • Bump to form-js@1.10.0 (#5028)
  • update CHANGELOG.md

Zeebe

Bug Fixes

Broker

  • Exporter arguments are always converted to maps instead of list (#4552)

Misc

  • Multi instance body finishes with less inner activities than expected (#20958)
  • NPE in BpmnStateBehavior.getParentElementInstanceContext "parentElementInstance" is null (#20762)
  • Possible memory corruption leading to SIGSEGV (#20555)
  • Exporting decision evaluation records breaks with large evaluationFailureMessage values (#20248)
  • CI: Zeebe build fails due to SBE build errors (#16029)
  • NullPointerException in ActivateProcessInstanceBatchProcessor.createChildInstanceRecord (#12918)

Maintenance

  • Renovate updates project parent poms but shouldn't (#20856)
  • Refactor fold method argument order in Either interface (#20588)
  • Sequencer#isEntryValid is slow because it has to calculate the full record size (#19225)

Merged Pull Requests

  • build: fix fetching the last push commit (#21861)
  • Allow instantiating exporter configuration with list fields/members (#21847)
  • fix: make SBE code generation thread safe (#21801)
  • [Backport stable/8.4] build: replace protolock with buf CLI (#21773)
  • build: add buf configuration file (#21696)
  • build: replace protolock with buf CLI (#21616)
  • fix: prevent completing multi-instance body until the completion/termination of all its children (#21442)
  • bugfix: set a limit to evaluationFailureMessage size (#21320)
  • refactor: record value and metadata length is always non-zero (#21311)
  • Unlearn spotless to ratchet from main (#21200)
  • feat: allow dns resolution to fall back to TCP (#21066)
  • test: ensure that controlled actor scheduler starts idle (#21043)
  • refactor: Change order of fold method arguments in Either interface (#20889)
  • fix: resetting a reader does not invalidate returned entries (#20720)
  • fix: run scheduled tasks at a given timestamp (#18986)