Skip to content

Camunda Platform 8.2.3

Compare
Choose a tag to compare
@megglos megglos released this 25 Apr 12:20
· 121 commits to stable/8.2 since this release

Zeebe

Enhancements

Misc

  • Remove the default un-overridable -Xms128m value (#12416)

Bug Fixes

Misc

  • MessageTTL checking fails with deserialization errors (#12509)
  • Broker cannot start with S3 accessKey and secretKey not supplied (#12433)
  • Blacklisting of MessageSubscription (#12316)
  • Triggering due timer events causes periodic latency spikes (#11594)

Maintenance

  • Smoke tests fail due to full code cache (#12469)
  • Unnecessary Blacklist checks (#12041)
  • Fetching constantly static information (#12034)
  • Build and test pipeline takes too long (#12028)

Merged Pull Requests

  • deps(maven): bump identity to 8.2.3 (#12513)
  • fix(engine): prevent record corruption during message TTL checking (#12510)
  • ci(test): skip test artifact upload on success (#12497)
  • feat(dist): Remove the -xms parameter (#12482)
  • Introduce cache for process versions (#12475)
  • fix(backup/s3): allow not configuring s3 credentials (#12471)
  • ci: remove jvm args for smoke tests (#12470)
  • test(qa): save logs of zeebe containers if the test fails (#12428)
  • feat: run timer due date checker concurrently to processing (#12403)
  • fix(engine): skip unnecessary blacklist check (#12306)

Operate

💊 Bugfixes

  • import: correctly process possible duplicates when import reread (#4424) (#4429)
  • backend: Undo Update how we define upper limit on import [ Undo Changed size to QUERY_MAX_SIZE to ensure we read smaller batch properly
  • backend: Update how we define upper limit on import [ Changed size to QUERY_MAX_SIZE to ensure we read smaller batch properly
  • backend: Fix marked high level vulnerabilities by Snyk (#4383)

🧹 Chore

  • backend: Update Zeebe and Identity to 8.2.3 (#4428)
  • Dockerfile: update hashsum of base images (#4400)
  • update CHANGELOG.md

Tasklist

💊 Bugfixes

  • backend: process duplications properly (#2826)
  • changing dateformat to accept zoned (#2807)

🧹 Chore

  • bumping version to 8.2.3
  • Update form-js to 0.14.1 (#2818)
  • adding log4j2.xml file to docker image (#2805)
  • update CHANGELOG.md

Identity

no changes