version:8.8.0-alpha5
Enhancements
Misc
- I can search for users by a list of user names (#32373)
Bug Fixes
Broker
- Restoring from snapshot is not guaranteed to be durable (#28407)
Java Client
- Spring-SDK: camunda.client.tenant-id(s) is not picked up for worker setup in 8.7 (#32464)
- Zeebe client is not applying default ttl of 1h to REST request (#32320)
- Disabling camunda/zeebe client in SDK causes spring autoconfigure to fail (#32104)
Misc
- Backup restore fails due to
lost+found
(#32393) - Optimize focus accessibility not working properly with Actionable Notification component (#32245)
- Role key is returned from the Role API (#32175)
- Operate Opensearch importer throws IllegalFormatConversionException (#32122)
- OpenAPI spec for cluster api contains wrong
Accept-Content
header (#32023) - UI: Incorrect user search prevents assignment in OIDC setups (#32021)
- SchemaManager does not update mappings and settings of archive indices (#32018)
- Spring SDK: Job Worker tenantIds values are overridden by global defaults (#32015)
- Add all
ScaleUpOperation
to operations ofScaleRequestTransformer
(#31994) - Active tokens on a migrated process instance are not displayed in process instance page (#31985)
- [Tenant] AuthorizationRequest constructor provides wrong tenant id for tenant ownership check (#31977)
- Member types for roles are not filtered correctly in the gateway (#31960)
- First retried task listener after
EXTRACT_VALUE_ERROR
incident loses original command context (#31089) - Instance view table is not working for grouped by process reports (#30167)
- Tasklist is not handling rejection/delays of listeners (#27846)
- Tenant assignments via groups are not included in authorization checks (#26574)
- BPMN model with missing element ID fails with NPE during deployment (#26248)
Maintenance
- CI: migrate rdbms-integration-tests GHA workflow into Unified CI (#30822)
- Remove distribution from the
IdentitySetupInitializeProcessor
(#29810)
Merged Pull Requests
- fix: handle instance in new userReader where userId may be null when using M2M tokens (#33083)
- fix: delegate login for consolidate-auth (#32741)
- [stable/8.7] fix: assemble worker default tenant id config correctly (#32475)
- fix: make publishMessage via REST pickup the default timeToLive (#32326)
- fix: Operate Opensearch importer throws IllegalFormatConversionException (#32123)
- Perform Incident notification on the background (#31937)