Skip to content

Camunda Platform 8.1.1

Compare
Choose a tag to compare
@megglos megglos released this 14 Oct 08:32
f0905c6

Zeebe

⚠️ Warning

A critical issue was found in the Zeebe ElasticSearch exporter which leads to records nog getting exported after
performing a process instance modification. This issue is affecting only Zeebe version 8.1.1.
When updating, it is recommended that you skip version 8.1.1 and update directly to 8.1.2.

Bug Fixes

Broker

  • NPE terminating both multi-instance body and child elements during PI modification (#10537)
  • Using modification, I can't activate an element if an interrupting event subprocess was triggered (#10477)

Misc

  • Ensure RaftStore lock files are created and updated atomically (#10681)
  • RandomizedRaftTest.livenessTestWithNoSnapshot fails because member is ACTIVE not READY (#10545)
  • Failed to take snapshot in leader because index entry is not found (#9761)

Merged Pull Requests

  • Ensure raft storage lock file is update atomically (#10683)
  • fix(raft): do not handle response if role is already closed (#10640)
  • fix: take snapshot if nothing was exported since last snapshot (#10611)
  • Remove interrupted state on event subprocess activation (#10609)
  • test: fix unfinished stubbing of command response writer (#10605)
  • Improve s3 backup store client reliability (#10603)
  • Fix NPE during PI modification (#10601)

Operate

💊 Bugfixes

  • enable adding variables for new parent scopes (#3494)
  • backend: fix incident import for migrated flow node instances (#3497)

🧹 Chore

  • backend: update Zeebe and Identity to 8.1.1 (#3501)

Tasklist

No changes

Identity

🚀 New Features

  • include keycloak theme in identity docker image