Skip to content

deps: Update version.zeebe to v8.8.16 (main)#1027

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-version.zeebe
Open

deps: Update version.zeebe to v8.8.16 (main)#1027
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-version.zeebe

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.camunda:zeebe-build-tools (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-process-test-filters (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-process-test-assertions (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-process-test-api (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-exporter-test (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-protocol-test-util (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-protocol-jackson (source) 8.7.158.8.16 age confidence
io.camunda:zeebe-bom (source) 8.7.158.8.16 age confidence

Release Notes

camunda/camunda (io.camunda:zeebe-build-tools)

v8.8.16

Compare Source

version:8.8.16
Bug Fixes
Misc
  • Process instance creation not evenly distributed due to repeated recreation of roundRobinDispatchStrategy (#​47955)
  • Optimize FE crashes with invalid dashboard filters (#​47595)
  • We copy variables multiple times during exporting (#​45807)
  • Swagger UI does not automatically authenticate in SaaS (#​44367)
Merged Pull Requests
  • fix: preserve round-robin dispatch strategy across withAuthentication() calls (#​47956)
  • docs: add sort limitation note to isLatestVersion filter description (#​47952)
  • Fix Swagger UI missing CSRF token and base64 encoding (#​47872)
  • test: fix flaky ActivateJobsTest timeouts (#​47839)
  • fix: InFlightEntry was not completely thread safe (#​47785)
  • fix: in LogStreamMetrics IN_FLIGHT_REQUESTS was incrementing inFlightAppends (#​47774)
  • fix: correct FormResult.schema type from object to string in OpenAPI spec (#​47752)
  • fix: Correct FormResult.schema type from object to string in OpenAPI spec (#​47743)
  • perf: optimize tree path calculation (#​47670)
  • fix: validate filter array in optimize dashboard renderer (#​47632)
  • Fix StraightThroughProcessingLoopValidator to detect link event loops (#​47600)
  • fix: switch load-test nodeSelectors from gke-nodepool to component label (#​47583)
  • fix: no markdown formatting should be contained in descriptions (#​47510)
  • Monorepo release token renewal (#​47448)
  • Use maven wrapper version only in CI (#​47202)
  • fix: cache JSON value in VariableRecord to avoid redundant MsgPack-to-JSON conversions (#​46720)

v8.8.15

Compare Source

version:8.8.15
Bug Fixes
Gateway
  • Partition retry inconsistency between gRPC and REST gateways for process instance creation (#​46756)
Misc
  • Implement Error Boundary in Operate (#​47344)
  • Usage metrics dated indices are not included in backup snapshots (#​47122)
  • REST API returns null for evaluatedDecisions/decisionDefinitionType (POST /decision-definitions/evaluation) (#​46920)
  • [CPT] Tests are getting slower with increasing number of test executions (#​46638)
  • @​Deployment annotation on @​SpringBootTest test class silently ignored since 8.8 (#​46557)
  • Fonts in Optimize UI are not rendered properly when in an environment without internet access (#​45970)
  • Non unique batchOperationIds in operate-list-view (#​44423)
  • Optimize 8.8.x cannot disable HTTP via CAMUNDA_OPTIMIZE_CONTAINER_PORTS_HTTP / container.ports.http (regression from 8.7) (#​44222)
  • Batch retry includes unselected instances (#​43728)
  • Undo operation in modification mode removes incorrect modification when performed from different flow node scope (#​42546)
  • More jobs are pushed then created, causing duplicated completions (#​42244)
  • Optimize report sort by duration fails due to parsing error with unexpected long value (#​40752)
  • Leader rebalance might not work after scaling (#​40036)
  • Deadlock in registering/unregistering micrometer metrics (#​33941)
  • Add sanity check against negative-sized import batches (#​28694)
Task
  • 8.8 Backport (#​47101)
  • Bump C3 and Carbon dependencies on stable/8.8 (#​46650)
  • Add dedicated Spring Boot 3 module to stable/8.8 (#​45524)
  • Spike: Evaluate ES/OS shard settings and scaling behavior (#​45301)
  • [Engine] Refactor AuthorizationCheckBehavior (#​41854)
  • FlowControl memory usage can be improved (#​39881)
  • Separate Out Identity and Data Layer owned Unit Tests into dedicated Unified CI Jobs (#​35047)
  • Add sanity check against negative-sized import batches (#​28694)
Merged Pull Requests
  • Revert "feat: backport user task PIM to stable/8.8" (#​47598)
  • Revert "feat: backport user task PIM frontend warnings to stable/8.8" (#​47597)
  • fix: lock was unlocked even if it was not acquired initially (#​47586)
  • feat: apply intent whitelist to ProcessingResult write rate limiting (#​47516)
  • perf: replace ConcurrentSkipListMap with ring buffer in FlowControl (#​47402)
  • fix: missing dated indices in ES/OS backup snapshots (#​47358)
  • ci: add flaky test retries to compatibility workflows (#​47322)
  • perf: flowControl onAppend when the lock is released (#​47320)
  • [Backport stable/8.9] perf: when auth & multi tenants are disabled, authorization should not slow down processors (#​47241)
  • [Backport stable/8.9] fix: convert AuthorizationRequest to record for proper equals/hashCode (#​47210)
  • fix: convert AuthorizationRequest to record for proper equals/hashCode (#​47200)
  • feat: add metrics to track archiver docs deleted/reindexed + bulk operations (#​47189)
  • fix: handle multiple field value kinds in ProcessViewRawDataInterpreter* sorting logic (#​47085)
  • CI: derive flaky rerun count from event type (#​47015)
  • ci: allow Unified CI jobs to take up to 30min runtime (#​47013)
  • CI: fix health metrics submission for alwaysgreen jobs (#​46977)
  • Change to a get + put pattern to avoid deadlock. (#​46957)
  • ci: speed up docker checks job (#​46951)
  • fix(e2e): isolate variable search tests from cross-test contamination (#​46945)
  • fix: map decisionDefinitionType in decision evaluation REST response (#​46921)
  • [Backport stable/8.8] Refactor AuthorizationCheckBehavior (#​46918)
  • perf: when auth & multi tenants are disabled, authorization should not slow down processors (#​46874)
  • feat: backport user task PIM frontend warnings to stable/8.8 (#​46855)
  • fix: retry on other partitions for process instance creation in REST API (#​46854)
  • fix: clear deployment values on stop to prevent accumulation across test runs (#​46732)
  • Include mcp config + agent + skills (#​46726)
  • ci: run RDBMS IT on any Java code change (#​46711)
  • feat: custom docker image camunda version (#​46660)
  • fix: do not push jobs when TIMEOUT (#​46641)
  • fix: allow HTTP to be disabled in Optimize (#​46599)
  • fix: use empty object to represent empty payload (#​46528)
  • fix: use local fonts for offline setup (#​46467)
  • ci: enable the breadth-first dependency collector in maven (#​46340)
  • fix: add elementInstanceState filter to API requests (#​46129)
  • ci: fix Tasklist E2E tests (#​46036)
  • fix: only update the batch operation list view field if the id is not already present (#​46033)
  • perf: write <data> fields in SBE without calling getLength (#​45942)
  • test: allow lazy containers to be reused (#​45831)
  • perf: do not serialize LoggedEvent everytime in StreamProcessor & ReplayStateMachine (#​45558)
  • fix: fix instance modification bug in undo operation (#​45438)
  • fix: move primary check to AdminApiRequestHandler before step-down (#​44898)
  • feat: BufferWriter.write returns the written length (#​44818)
  • feat: backport user task PIM to stable/8.8 (#​43951)
  • refactor: reroute load tests to new cluster infra (#​42549)
  • Refactor AuthorizationCheckBehavior (#​41856)

v8.8.14

Compare Source

version:8.8.14
Bug Fixes
Misc
  • OC API: custom requestTimeout is ignored for create process instance with result (#​43991)
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#​30372)
Task
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#​30372)
Merged Pull Requests
  • fix: add wait between zcl operations for eventual consistency (#​46152)
  • ci: re-enable failure notifications (#​46105)
  • fix: exclude BPMN XML from search results in Elasticsearch and Opensearch (#​45998)
  • fix: apply requestTimeout for createProcessInstanceWithResult in REST API and Java client (#​45703)
  • feat: add Docker Build and Helm Integration Test workflow (#​43480)
  • build: bump feel-scala to 1.19.5 (#​46227)

v8.8.13

Compare Source

version:8.8.13
Task
  • Add new commands for fetching resources to Camunda Java client (#​31111)
Merged Pull Requests
  • fix: ensure ISM policy does not need recreating constantly (#​45993)
  • perf: do not call getLength in LogAppendEntrySerializer (#​45929)
  • feat: BufferWriter.write returns the written length (#​44818)
  • fix: added client methods for resource endpoints (#​43086)

v8.8.12

Compare Source

version:8.8.12
Enhancements
Misc
  • [Spring SDK] Workflow for compatibility tests (#​41948)
  • [Spring SDK] Add integration tests (#​41947)
  • [CPT] Compatibility tests workflow (#​41917)
  • [Camunda Client] Workflow for compatibility tests (#​41916)
Bug Fixes
Java Client
  • [CPT] Slow test execution and test failures if the client prefers REST (#​45667)
Misc
  • Unable to log in without explicitly configuring the OIDC callback/redirect URI (#​45555)
  • Processes with variables with a dot in the name are breaking when a variable that's a prefix of the exist in the same process instance (#​45136)
  • [CPT] Wait until remote engine is ready (#​44995)
  • Client with revoked authorization can keep access by keeping authorization cache alive (#​44844)
  • CPT: User task response does not return customHeaders field (#​44731)
  • Big API response causes the Operate UI to crash when retrieving incidents (#​44596)
  • Form from different tenant returned by Tasklist V1 (#​44493)
Task
  • Flaky test: CamundaProcessTestExtensionMultiTenancyIT / CamundaSpringProcessMultiTenancyTestListenerIT (#​44168)
  • Use alternative approach to size estimation using kyro serialisation when exporting (#​44131)
Merged Pull Requests
  • fix: use sed to manually override client versions (#​45953)
  • fix: resolve maven-release-plugin failure on version property indirec… (#​45907)
  • fix: add step to check for connectors docker image (#​45904)
  • test: ensure previous test method reset after all tests (#​45903)
  • Compatibility workflows fixes (#​45844)
  • build: add maven-build-cache-extension to .mvn/extensions (#​45783)
  • fix: fallback to prefer gRPC for CPT (#​45776)
  • ci: use digest-based inspection for multi-arch Docker images (#​45721)
  • Spring SDK workflow (#​45664)
  • [CPT] Stabilize integration tests in example module (#​45648)
  • fix: upload GCS backup files via InputStream to avoid CRC32C mismatch (#​45646)
  • perf: do not serialize LoggedEvent everytime in StreamProcessor & ReplayStateMachine (#​45558)
  • fix: set correct default redirect URI (#​45556)
  • feat: add Spring SDK integration tests (#​45535)
  • perf: use original message size to estimate memory usage (#​45522)
  • ci: skip creation of failure comment (#​45513)
  • test: avoid deleting and re-creating schema for every test (#​45432)
  • Add feature flag to disable fetching userinfo during the authorization code flow (#​45411)
  • test: only create containers when we need to (#​45409)
  • fix: Map and deserialize custom header (#​45392)
  • fix: ensure we only flush same entity and handler once (#​45281)
  • [CPT] fix: Prefer REST for CPT client (#​45272)
  • [CPT] Wait until remote engine is ready (#​45256)
  • fix: add normalization step to matrix output (#​45235)
  • fix: prevent dot variable names from crashing (#​45137)
  • feat: add workflow to test CPT forward compatibility (#​45131)
  • feat: make deployment annotation repeatable (#​45125)
  • test: fix flakey TasklistCreateProcessInstanceIT (#​45094)
  • fix: client can keep access after permission removed by preventing cache expiration (#​45045)
  • fix: isolate connector tests into dedicated class (#​45036)
  • release: reduce notification noise on release branch commits (#​45018)
  • 39487 initialize groups (#​44904)
  • feat: add workflow to run compatibility tests (#​44851)
  • Ensure forms from the correct tenant are retrieved (#​44660)
  • feat: add configuration object for preconfigured roles (#​44249)
  • 42387 fix process level incident updates (#​44219)
  • fix: lastHistoricalArchiverDate state collision causes incorrect archiving (#​43903)
  • 39746 add tests for tenant initialization (#​43479)
  • 39745 identity setup initializer includes tentants (#​42905)
  • fix: describe current processing state without race condition (#​42728)
  • Enable auto merge from release to stable branch (#​42580)

v8.8.11

Compare Source

version:8.8.11
Bug Fixes
Misc
  • Distribution Stuck in Pending State After 8.7 Upgrade (#​44908)
  • Bulk metrics do not reset if exporting stops (#​33043)

v8.8.10

Compare Source

version:8.8.10
Enhancements
Misc
  • [Camunda Client] Adjust acceptance test pom with new testing profile and client versioning (#​41914)
  • [Camunda Client] Create new annotation @CompatibilityTest for testing (#​41913)
Bug Fixes
Misc
  • Role-based authorizations in Identity are not correctly applied to a client on a SaaS cluster (#​44801)
  • RocksDB memory usage increased per broker (#​43768)
  • NullPointerException in SearchQueryResponseMapper for batch operation items (#​43569)
  • Incorrect ES/OS schema validation behaviour for dynamic mappings (#​42869)
  • Operations panel in Operate's processes tab always show finished tab as loading first (#​42280)
  • More jobs are pushed then created, causing duplicated completions (#​42244)
  • V2 Batch Operation Search: startDate missing in API response despite being documented (#​42165)
  • Slow FEEL expression evaluation can block the stream processor (#​41764)
  • Operate UI only loads process instances from the first 100 processDefinitionKeys for a model (#​41058)
  • When unpacking the c8run archive, I get a folder c8run (#​38318)
  • Job push vicious circle (#​35074)
  • [Zeebe Client + mTLS] zeebe client secret must be set to authenticate operations from other apps (#​34002)
Merged Pull Requests
  • perf: use struct of array pattern for LogAppendEntryMetadata (#​44840)
  • fix: populate startDate for batch operations in ES/OS (#​44780)
  • fix: use known appended position for the scaling position (#​44765)
  • fix: don't allow S3 client to check against segment modification (#​44646)
  • fix: process memory usage was not appearing after renaming of statefulset (#​44567)
  • fix: stop user entity from overriding get/set ID (#​44370)
  • Send a notification to #zeebe-ci when the QA creation fails (#​44363)
  • ci: Increase timeout for build-operate-backend job (#​44287)
  • test: use mockito for repo in incident update task test (#​44262)
  • fix: open java.base in all modules for tests & spring-boot (#​44257)
  • fix: do not print entire stacktrace when NativeFS cannot be used (#​44256)
  • [CPT] test: Update deprecated configuration prefix (#​44252)
  • 42387 ensure correct handler flush order in exporter for inconsistence entity id usage (#​44206)
  • docs: add check on record position to limit false positives (#​44132)
  • fix: be more defensive when converting BatchOperationItemEntity (#​44107)
  • fix: Identity metrics alterations including the dashboard (#​44097)
  • docs: document queries to explore the overflowed key space (#​44036)
  • Search batch item API test (#​44032)
  • docs: rename AGENT.md to AGENTS.md (#​44019)
  • fix: use clock to compute job activation deadline (#​44018)
  • ci: disable license checks on fork PRs (#​43936)
  • ci: update CODEOWNERS for identity directory (#​43933)
  • Introduce timeout for all FEEL expression evaluations (#​43883)
  • fix: disable posix_fallocate if there's a LinkageError (#​43767)
  • test: ensure we actually wait for entities to be created (#​43601)
  • chore: add identity metrics dashboard to monitoring (#​43580)
  • Update runTests.js with API test option (#​43578)
  • Add @CompatibilityTest annotation to test forward client compatibility (#​43512)
  • fix: Eliminate need for top_hits limit when fetching grouped processes (#​43503)
  • ci: update codeowner file (#​43500)
  • test: split zeebe module tests into platform and engine (#​43458)
  • ci: restore threadcount but limit max memory allocated (#​43264)
  • 42869 assume dynamic mapping is default (#​43085)
  • Make max rockDB memory fraction configurable. (#​43023)
  • Add TTL to authorization cache (#​42919)
  • RocksDB: Add AUTO memory allocation strategy. (#​42817)
  • Add data availability measurement in starter application (load-test) (#​42553)
  • fix: fix operation progressbar (#​42282)
  • Starter: refactor process instance creation code (#​42074)
  • 39595 test authorization initialization (#​42028)
  • fix: Add JobIntent.YIELD to the whitelisted commands (#​41924)
  • ci: link to dashboard (#​41488)
  • Use versioning for unpacked archive (#​40503)
  • 39590 identity setup initializer includes authorization (#​40451)
  • feat: searchMappingRules (#​38679)
  • fix: make ZEEBE_CLIENT_SECRET nullable (#​34164)

v8.8.9

Compare Source

version:8.8.9
Enhancements
Misc
  • Make the LRUCache and WriteBufferManager shared across paritions. (#​41718)
Bug Fixes
Broker
  • Deploying too many versions of a large process can lead to startup problems (#​11253)
Misc
  • BatchOperationExecutionExecuteProcessor does not always write a followup record to the log (#​43197)
  • Java Client Response UserTask is missing field processName (#​42857)
  • Process instance archiver task silently stops (#​42838)
  • Variable filter is ignored for batch operations (migration, modification) (#​42721)
  • Operate did not create the process import position by itself (#​42554)
  • Investigate the possibility of key range overflow (#​41041)
  • Authorization DELETE fails with HTTP 500 after PUT update with overlapping permissions (Permission index corruption) (#​40276)
  • Investigate the possibility of key range overflow (#​41041)
  • Authorization DELETE fails with HTTP 500 after PUT update with overlapping permissions (Permission index corruption) (#​40276)
  • Swagger UI only works using the authenticated tab (#​38326)
Maintenance
  • In HeartbeatHandler a Heartbeat may be wrongly considered as another message type (#​27110)
Merged Pull Requests
  • test: update visual-regression screenshots for 2026 (#​43413)
  • test: fix flaky BackupRestoreIT (#​43372)
  • test: add operate login tests to OC test suite (#​43308)
  • fix: Add process name to UserTask interface (#​43240)
  • test: migrate batchMoveModification.spec tp OC test suite (#​43235)
  • Reject batch operation execution execute command in failure cases (#​43200)
  • fix: remove the overwriting of the oidcUserService to be more tolerant to missing userinfo URI (#​43163)
  • fix: ProbesITs correctly accept the index prefix (#​43155)
  • perf: flush after filling a new segment with zeroes (#​43147)
  • test: migrate callActivities.spec to OC test suite (#​43102)
  • fix: use distinct properties for incident alert version and tag (#​42944)
  • build: Spring Boot Configuration Processor (#​42927)
  • Remove max RocksDB size validation. (#​42922)
  • Migrate child process instance migration to OC test suite (#​42920)
  • feat: add a posix SegmentAllocator using fallocate syscall (#​42903)
  • Add support for custom id token signature algorithm verification (#​42872)
  • feat: migrate v2 processes diagram-panel to query hooks (#​42862)
  • Migrate dashboard.spec to OC test suite (#​42851)
  • fix: NPE when migrating call activities with missing called element incident (#​42850)
  • test: fix flaky ErrorHandlingTest (#​42802)
  • fix: reinstate fetching from userinfo during authentication flows (#​42772)
  • test: migrate decisionInstances.spec to OC test suite (#​42760)
  • fix: use threadsafe map for lastScheduledPositions (#​42749)
  • fix: describe current processing state without race condition (#​42728)
  • Improve performance when deploying a process that already has many versions (#​42706)
  • feat: use configurable id pattern in frontend (#​42704)
  • test: migrate decisionNavigation.spec to OC test suite (#​42686)
  • test: migrate modifications.spec.ts to OC test suite (#​42664)
  • deps: update kotlin-stdlib to 2.1.0 (#​42663)
  • Fix flakey ProcessExternalControllerIT form related tests (#​42588)
  • ci: make release not latest (#​42585)
  • feat: debug-cli script for overwriting key in snapshot (#​42583)
  • refactor: remove obsolete inputs from load test workflow (#​42575)
  • feat: provide Spring authentication classes with instrumented restClient (#​42567)
  • RocksDB uses shared unified cache and write buffer Manger. (#​41986)
  • 39202 stop throwing exception when process not yet imported for incident (#​41863)
  • feat: validate that the key() in Record is not higher than current key (#​41656)
  • refactor: replace usages of CommandProcessor with TypedRecordProcessor (#​41220)
  • test: fix flaky SchemaManagerStartupIT (#​41010)
  • feat: send a payload w/ heartbeats if both parties agree on it (#​40936)
  • feat: validate that the key() in Record is not higher than current key (#​41656)
  • Backport debug cli to stable 8.7 (#​41321)
  • refactor: replace usages of CommandProcessor with TypedRecordProcessor (#​41220)
  • test: fix flaky SchemaManagerStartupIT (#​41010)
  • feat: send a payload w/ heartbeats if both parties agree on it (#​40936)
  • 40169 refactor identity setup initializer (#​40185)
  • feat(debug-cli): read raft metadata and configuration file (#​38992)
  • feat: add a debug-cli module to debug topology.meta files (#​38741)
  • fix: maps are not nested configuration properties (#​38145)
  • Use posix_fallocate to pre-allocate files (#​9816)

v8.8.8

Compare Source

version:8.8.8
Bug Fixes
Misc
  • AWS OpenSearch Cannot Create/Apply ISM Policies (#​42335)
  • Multiple processes defined within one BPMN cause cache misses (#​42110)
  • Windows. Error message in the logs when trying to stop Camunda 8 Run (#​35315)
Merged Pull Requests
  • test: migrate operation.spec.ts to OC test suite (#​42385)
  • deps: override discontinued LZ4 dependency (#​42369)
  • bugfix: do not error on wrong cache index in ProcessCacheUtil#getCallActivityId (#​42346)
  • fix: OpenSearch ISM URL (#​42332)
  • fix: c8run proper shutdown of the processes (#​41227)

v8.8.7

Compare Source

version:8.8.7
Bug Fixes
Misc
  • Remove superficial dependency from Optimize (#​42245)
  • [CPT] Fail to complete multiple instances of a user task (#​41512)
  • LocalStorageDocumentStore fails when expiresAt is set in the DocumentCreationRequest (#​41327)
  • Group Id restrictions are applied when BYOGroups is enabled (#​41096)
  • Operate incidents appear with significant delay on Camunda 8.8 due to exporter post-export backoff (#​39962)
  • OIDC Identity Migration fails on existing Mapping rules (e.g. setup via config) with same claimName/claimValue (#​38405)
Documentation
  • [CPT] I can read how to contribute to the testing library (#​19266)
Merged Pull Requests
  • Adjust load test updating to reset then reuse values (#​42254)
  • fix: removing superficial dependency from Optimize (#​42246)
  • test: migrate processInstanceListeners.spec to OC (#​42129)
  • fix: reduce post exporter max idle time to 5s (#​42119)
  • ci: add vitest retries to frontend unit tests (#​42083)
  • Don't apply group id restrictions when BYOGroups is enabled (#​42062)
  • feat: remove scheduled sbom generation from 8.8 onwards (#​42054)
  • fix: fix broken serialisation of offsetdatetime in document stores (#​42046)
  • [CPT] docs: Update the contribution guide (#​42006)
  • Improve update tests and add caching (#​41711)
  • [CPT] Fail to complete multiple instances of a user task (#​41702)
  • test: wait for variables to exist in task controller ITs (#​41507)
  • [stable/8.7] build: library parent for version management across client artifacts (#​41289)
  • fix: sync resource permissions in ui and backend (#​41021)

v8.8.6

Compare Source

version:8.8.6
Bug Fixes
Misc
  • Migrating the zeebe-api:write permission from 8.7 to 8.8 does not grant deploy authorizations when RBA was enabled (#​41617)
  • Tasklist complete task persist task variables in an undefined manner (#​40817)
  • Processes from deleted tenants appear search results on the /v1/process-instances/search endpoint when running with Opensearch (#​38297)
  • On a report, numeric variables that have a length of 16 are displayed as a date (#​22104)
Merged Pull Requests
  • feat: expose clock skew configuration for JWT validation (#​41785)
  • fix: Tasklist complete task persist task variables in an undefined manner (#​41761)
  • Add auth type and url to identity-e2e (#​41737)
  • fix: v1 process instance search returns processes from deleted tenants (#​41627)
  • test: skip tasklist task details E2E test (#​41616)
  • fix: prevent numeric strings from being parsed as dates during Optimize import (#​41525)
  • feat: add documentation hints how to reference users (#​41081)

v8.8.5

Compare Source

version:8.8.5

Enhancements

Misc
  • [EPIC]: As a engineer I want to run a load test for a specific supported version (#​38829)

Bug Fixes

Misc
  • Exporter error on incident-resolution rejection causes Operate list-view update failures (#​41584)
  • Boradcasted signal triggers start event subscriptions on all partitions (#​41576)
  • Testcontainers 1.x is not working with Docker 29 (#​41520)
  • Message subscription data is missing element details modal (#​41019)
  • Resolving an incident twice removes the incident (#​39636)
  • Tasklist v2 tasks not loaded when includes large variable (#​39189)
  • Client to resource authorization mapping does not match after cluster migration (#​38364)
  • Regression > re-creating backup not possible with >=v8.7 (#​36191)

Merged Pull Requests

  • feat: trace log processed and replayed records (#​41591)
  • fix: exporter error on incident resolution rejection causes operate list view update failures (#​41588)
  • Fix: broadcasted signal creates a process instance on every partition (#​41579)
  • fix: job deadline exceeded (#​41568)
  • ci: fix CODEOWNERS patterns (#​41538)
  • Simplify error message. (#​41515)
  • Improve backup error message. (#​41493)
  • ci: bump testcontainers version (#​41421)
  • ci: remove macos-latest-large runners (#​41417)
  • fix: don't accidentally skip processing after log truncation (#​41400)
  • fix: do not handle incident RESOLVE records in the exporter (#​41397)
  • fix: make sure tasks with forms fetch full variables (#​41392)
  • feat: add full variable config to fetch variables typedefs (#​41390)
  • test: force a default admin role for old routes redirection IT (#​41309)
  • 37053 improve backup restore test setup (#​41204)
  • fix: add missing key field to UserFilter.toBuilder() (#​41186)
  • feat: create new module microbenchmarks (#​41014)
  • Disable fetching the user info unnecessarily (#​41012)
  • perf: when reading object do not start matching from first property (#​40969)
  • feat: introduce parameter for returning full variable values (#​40884)
  • ci: move leader balancing step from old to new benchmark workflow (#​40735)
  • Refactor CommandProcessor-implementing Job processors (#​34970)

v8.8.4

Compare Source

version:8.8.4

Enhancements

Misc
  • Mark batchOperations as FAILED if all partitions have failed (#​37821)

Bug Fixes

Misc
  • Add key range validation to prevent partition key overflows (#​40981)
  • Identity Migration to 8.8 lacks to grant resource:DOCUMENT permissions to tasklist roles and audiences (#​40923)
  • Support sorting batch operation searches on RDBMS (#​40873)
  • “View full value” in variables panel does not open modal for completed process instances (#​40859)
  • Batch resolve incident should only identify active incidents (#​40822)
  • Authorizations search does not support sorting by resourceId (RDBMS, ES/OS) (#​40799)
  • Identity Migration is normalizing group names in a Self-Managed Keycloak setup which breaks BYOGroups (#​40780)
  • Identity Migration app is not migrating Role membership of Groups (#​40750)
  • Foreign key constraint violation in batch-operation internal state (#​40747)
  • UnsupportedOperationException raised when closing Actor (#​40621)
  • @CamundaSpringProcessTest lately logs: WARN GitPropertiesUtil: Can't read git properties file: git.properties. Skipping. (#​40603)
  • java.lang.ClassCastException: class ExecutableMultiInstanceBody cannot be cast to class ExecutableAdHocSubProcess ([#​40590](https://

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automerge label Oct 23, 2025
@renovate renovate bot enabled auto-merge October 23, 2025 04:36
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 3 times, most recently from d241ff8 to 6267a6d Compare October 27, 2025 20:29
@renovate renovate bot changed the title deps: Update version.zeebe to v8.8.1 (main) deps: Update version.zeebe (main) Oct 27, 2025
@renovate renovate bot changed the title deps: Update version.zeebe (main) deps: Update version.zeebe to v8.8.2 (main) Oct 28, 2025
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 4 times, most recently from 6d998a6 to 51bec73 Compare November 4, 2025 18:40
@renovate renovate bot changed the title deps: Update version.zeebe to v8.8.2 (main) deps: Update version.zeebe (main) Nov 4, 2025
@renovate renovate bot changed the title deps: Update version.zeebe (main) deps: Update version.zeebe to v8.8.3 (main) Nov 6, 2025
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 10 times, most recently from d3ff9de to d4d2039 Compare November 13, 2025 10:52
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 4 times, most recently from 59ffff5 to 279c02c Compare November 17, 2025 14:10
@renovate renovate bot changed the title deps: Update version.zeebe to v8.8.3 (main) deps: Update version.zeebe (main) Nov 17, 2025
@renovate renovate bot changed the title deps: Update version.zeebe (main) deps: Update version.zeebe to v8.8.4 (main) Nov 18, 2025
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch from 279c02c to 37f3f90 Compare November 19, 2025 03:22
@renovate renovate bot changed the title deps: Update version.zeebe to v8.8.6 (main) deps: Update version.zeebe to v8.8.7 (main) Dec 9, 2025
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 2 times, most recently from f8d8498 to 40fa4a9 Compare December 11, 2025 15:41
@renovate renovate bot changed the title deps: Update version.zeebe to v8.8.7 (main) deps: Update version.zeebe to v8.8.8 (main) Dec 11, 2025
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 7 times, most recently from cccd1f3 to 8eefb1d Compare December 16, 2025 04:40
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 2 times, most recently from 8552199 to b985d31 Compare December 25, 2025 14:14
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 3 times, most recently from 239e954 to 3348bb4 Compare January 5, 2026 19:10
@renovate renovate bot changed the title deps: Update version.zeebe to v8.8.8 (main) deps: Update version.zeebe (main) Jan 5, 2026
@renovate renovate bot changed the title deps: Update version.zeebe (main) deps: Update version.zeebe to v8.8.9 (main) Jan 6, 2026
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 2 times, most recently from 8923674 to bf693b6 Compare January 8, 2026 21:31
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 3 times, most recently from 293eaa6 to 8851aba Compare January 22, 2026 22:50
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 4 times, most recently from fc7ebf7 to caa8d00 Compare January 31, 2026 18:16
@renovate renovate bot force-pushed the renovate/main-version.zeebe branch 2 times, most recently from 6767445 to 5ec657d Compare February 3, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants