From 87e347f31c8c4e65354cc30800065f1683de0c5e Mon Sep 17 00:00:00 2001 From: mesellings Date: Tue, 17 Dec 2024 11:11:37 +0000 Subject: [PATCH] Add all potential PDP items --- docs/reference/release-notes/870.md | 93 +++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index c8ecd9f202..d177c38e8b 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -25,6 +25,99 @@ These release notes identify the new features included in 8.7, including [alpha | :-------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------- | | 14 January 2025 | | [Release blog](https://camunda.com/blog/2025/1/camunda-alpha-release-january-2025/) | + + +### Camunda Cluster Update API + +You can now use the Camunda 8 SaaS [Administration API](/apis-tools/administration-api/administration-api-reference.md) to update a cluster to a new generation. + +- This allows you to trigger automated simultaneous updates for multiple clusters via the API. +- Send a PUT request to the Administration API `Update cluster` endpoint. + + + +### Full Optimize support for AWS OpenSearch C8 + + + +### Migration of Usage Metrics to 8.7 architecture + + + +### AWS S3 Connector + + + +### Unified deployment experience from Web Modeler + + + +### Smooth migration support for modeling Zeebe User Tasks + + + +### Replay scenarios + + + +### Automation Cluster Identity exists as part of single-application + + + +### Document Handling Capability v1.0 + + + +### Box Connector + + + +### Automation Cluster supports local user management + +You can now manage users directly in the Automation Cluster. This means you do not have to rely on Keycloak or external IDP anymore when first getting started with Camunda 8 in Self-Managed. + + + +### Automation Cluster supports local group management + +You can now manage users groups directly in the Automation Cluster. This means you do not have to rely on Keycloak or external IDP anymore when first getting started with Camunda 8 in Self-Managed and Human Orchestration use-cases including Candidate Groups. + + + +### Camunda 8 REST API: Identity has public endpoints + +Use the unified Camunda 8 REST API to easily manage authentication and authorization in your automation cluster. + + + +### GitLab Sync + +The Web Modeler now supports a native integration between a process application and a branch of a GitLab repository. Non-technical users in orgs running GitLab can now easily access the files in their source of truth, collaborate cross-platform with Desktop Modeler users and contribute changes to a feature branch that can be easily merged and deployed. Learn how to set it up here. + + + +### Support Ad-Hoc Subprocess BPMN Pattern + +The new Camunda version supports a new BPMN element: the ad-hoc subprocess. This new kind of subprocess allows more flexible process flows with a compact visual representation. It is the first step towards dynamic processes and execution of ad-hoc activities. + + + +### Tasklist REST API V1 is still supported with Camunda 8.7 + + + +### Process Instance Migration Phase 5: compensation, escalation, advanced gateways + + + +### Document preview component in forms + + + +### Process App Readme + +Use the common Markdown format to formally document your process application. Enrich your explanation with embedded BPMN diagrams, Optimize reports, or links to other relevant files. Readme files stored in process applications can be diffed, kept up-to-date with each new version, reviewed, and stored in your git repository. + ## 8.7.0-alpha2 | Release date | Changelog(s) | Blog |