Skip to content

Camunda Platform 8.0.8

Compare
Choose a tag to compare
@menski menski released this 08 Nov 08:34
· 453 commits to main since this release
acdf9d3

Zeebe

Bug Fixes

Broker

  • RetryStrategies do not yield (#10539)

Misc

  • Ensure RaftStore lock files are created and updated atomically (#10681)
  • Error handling .camunda symbolic link (#10641)
  • RandomizedRaftTest.livenessTestWithNoSnapshot fails because member is ACTIVE not READY (#10545)
  • ZeebePartition caught in a loop transition to inactive after a dead partition (#9924)
  • Failed to take snapshot in leader because index entry is not found (#9761)

Maintenance

  • Update org.scala-lang:scala-library to at least 2.13.9 (#10801)
  • Backport GitHub CI to stable/8.0 branch (#10009)

Merged Pull Requests

  • test(dispatcher): fixes sigsev due to consumer (#10853)
  • Yield actor thread between retries (#10844)
  • ci: run go client tests on github hosted runner (#10833)
  • Fix error on writing cache file in the Java client (#10831)
  • Stop raft server when going inactive due to unrecoverable errors (#10776)
  • Distribute deployment in post commit tasks (#10689)
  • Ensure raft storage lock file is update atomically (#10683)
  • ci: fix dependabot PR approval (#10666)
  • fix(raft): do not handle response if role is already closed (#10640)
  • fix: take snapshot if nothing was exported since last snapshot (#10611)
  • test: fix unfinished stubbing of command response writer (#10605)
  • deps(maven): bump commons-text from 1.9 to 1.10.0 (#10559)
  • fix(helm): rename podSecurityContext to containerSecurityContext (#10556)
  • fix(raft): handle exceptions on partition server init (#10450)

Operate

💊 Bugfixes

  • dmn: disable ELS indexing of DMN input and output values (#3537)
  • Add audience check of JWT for SaaS (#3502)
  • backend: add null check for JWT payload scope (#3500)
  • backend: add AccessDeniedHandler to Error (#3511)
  • backend: fix development version (#3488)
  • backend: allow dashes in URL (#3352) (#3478)
  • backend: persist batch operation before single operations are created (#3358) (#3479)

🧹 Chore

  • backend: update Zeebe and Identity to 8.0.8 (#3579)

Tasklist

🧹 Chore

  • backend: update Zeebe abd Identity to 8.0.8 (#2227)
  • Dockerfile: update Docker base image to be temurin 17 (#2219)

Identity

🚀 New Features

🧹 Chore