From 752f646414b0c3302e76dde58865e3514c9c0244 Mon Sep 17 00:00:00 2001 From: mesellings Date: Tue, 26 Nov 2024 14:38:33 +0000 Subject: [PATCH 01/17] Add initial and potential alpha 2 release note epics --- docs/reference/release-notes/870.md | 62 +++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 409299b6b3f..5ed6cd53fa4 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -19,6 +19,68 @@ These release notes identify the new features included in 8.7, including [alpha | ---------------------- | ---------------------------- | ------------ | ------------ | ------------ | | 11 February 2025 | 11 August 2026 | - | - | - | +## 8.7.0-alpha2 + +| Release date | Changelog(s) | Blog | +| :-------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | +| 1 December 2024 | | [Release blog](https://camunda.com/blog/2024/11/camunda-alpha-release-december-2024/) | + + + +### Export activity logs in Console SaaSConsole + +You can export activity logs from Console using either the UI or the API. + +For example, on the the **Activity** tab in Organization management, click **Export activity**. You can export and download the activity list as a JSON or CSV file. + + + +### Unified deployment experience from Web Modeler + +Web Modeler Self-Managed users now benefit from a simple, secure way to deploy to clusters. During installation, configure the clusters that Web Modeler can deploy to and set the permissions for deployment in the Identity of each cluster. Cluster connection information is preconfigured within the Web Modeler so users can select which cluster to deploy to. In addition, the Web Modeler checks the Identity instance of these connected clusters to see whether the current user is authorized to deploy to that cluster and tenant. For teams using process applications, this process is further simplified, as users simply decide to deploy to `dev`, `test`, or another preauthorized stage. + + + +### Document handling + +Potential... + + + +### Release of disks for suspended trial clusters + +Potential... + + + +### Console SM - tags and user-defined properties + +Potential... + + + +### Smooth migration support for modeling Zeebe User Tasks + +Potential... + + + +### Replay scenarios + +Potential... + + + +### Licence expiration for non-commercial use + +Potential... + + + +### Process App Versioning + +Potential... + ## 8.7.0-alpha1 | Release date | Changelog(s) | Blog | From 66569ff59c6b5ff2608184bcdabc2d3c7f1e0faf Mon Sep 17 00:00:00 2001 From: mesellings Date: Wed, 27 Nov 2024 09:46:12 +0000 Subject: [PATCH 02/17] Add Export activity endpoints --- docs/reference/release-notes/870.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 5ed6cd53fa4..b5c9c77dca8 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -29,9 +29,12 @@ These release notes identify the new features included in 8.7, including [alpha ### Export activity logs in Console SaaSConsole -You can export activity logs from Console using either the UI or the API. +You can export activity logs as JSON or CSV files from the Console UI or API. -For example, on the the **Activity** tab in Organization management, click **Export activity**. You can export and download the activity list as a JSON or CSV file. +- **UI:** On the Organization management **Activity** tab, click **Export activity**. +- **API:** Send a GET request to the Management API `GetJson` or `GetCsv` endpoint. + +To learn more about this feature, see [view organization activity](/components/console/manage-organization/view-organization-activity.md). From 2132ccf207c572dd64277199583569f367ac7515 Mon Sep 17 00:00:00 2001 From: mesellings Date: Thu, 28 Nov 2024 09:28:28 +0000 Subject: [PATCH 03/17] Remove 2126 --- docs/reference/release-notes/870.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index b5c9c77dca8..b92a5b3a805 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -60,12 +60,6 @@ Potential... Potential... - - -### Smooth migration support for modeling Zeebe User Tasks - -Potential... - ### Replay scenarios From 638f987305d1b6baf227d91729544b93c0aad0e9 Mon Sep 17 00:00:00 2001 From: mesellings Date: Fri, 29 Nov 2024 15:48:30 +0000 Subject: [PATCH 04/17] TW edits --- docs/reference/release-notes/870.md | 50 +++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 14 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index b92a5b3a805..e656849cf3c 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -21,9 +21,18 @@ These release notes identify the new features included in 8.7, including [alpha ## 8.7.0-alpha2 -| Release date | Changelog(s) | Blog | -| :-------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | -| 1 December 2024 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha2)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha2)
| [Release blog](https://camunda.com/blog/2024/11/camunda-alpha-release-december-2024/) | +| Release date | Changelog(s) | Blog | +| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | +| 10 December 2024 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha2)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha2)
| [Release blog](https://camunda.com/blog/2024/11/camunda-alpha-release-december-2024/) | + + + +### Cluster disk space cleared for paused trial clusters SaaS + +Cluster disk space is cleared when a trial cluster is paused. + +- You will need to redeploy processes to the cluster once it is resumed from a paused state. +- Cluster configuration settings (for example, API Clients, Connector secrets, and IP allowlists) are saved so you can easily resume a cluster. @@ -36,27 +45,40 @@ You can export activity logs as JSON or CSV files from the Console UI or API. To learn more about this feature, see [view organization activity](/components/console/manage-organization/view-organization-activity.md). - + -### Unified deployment experience from Web Modeler +### Singapore region available for SaaS SaaS -Web Modeler Self-Managed users now benefit from a simple, secure way to deploy to clusters. During installation, configure the clusters that Web Modeler can deploy to and set the permissions for deployment in the Identity of each cluster. Cluster connection information is preconfigured within the Web Modeler so users can select which cluster to deploy to. In addition, the Web Modeler checks the Identity instance of these connected clusters to see whether the current user is authorized to deploy to that cluster and tenant. For teams using process applications, this process is further simplified, as users simply decide to deploy to `dev`, `test`, or another preauthorized stage. +You can now create SaaS automation clusters in a new Singapore (asia-southeast1) region. - +Use this region if you: -### Document handling +- Operate in Singapore and Southeast Asian (SEA) countries, to improve overall processing speed and reduce latency. +- Require cluster data to remain within Singapore to support your local data residency and compliance needs. -Potential... +To learn more about supported SaaS regions, see [regions](/reference/regions.md). - + -### Release of disks for suspended trial clusters +### Tags and properties in Self-Managed Console Self-ManagedConsole -Potential... +Use custom tags and properties in Self-Managed Console to improve your orchestration cluster management. - +- Administrators can now assign tags such as `prod`, `dev`, or `test` to clusters for clear identification across environments. +- Tags are shown in the Console UI, and accessible via the Administration API to streamline usage reporting and cost allocation. +- Custom properties provide contextual information about each cluster. Administrators can add detailed descriptions, team names, and include links to resources such as Grafana dashboards or internal portals, shown in the Console **Cluster Details**. + +This feature allows you to differentiate clusters, ensure configurations align with production standards (for example, check TLS is enabled, correct partition counts), and improve operational efficiency by making key information more visible. -### Console SM - tags and user-defined properties + + +### Unified deployment experience from Web Modeler + +Web Modeler Self-Managed users now benefit from a simple, secure way to deploy to clusters. During installation, configure the clusters that Web Modeler can deploy to and set the permissions for deployment in the Identity of each cluster. Cluster connection information is preconfigured within the Web Modeler so users can select which cluster to deploy to. In addition, the Web Modeler checks the Identity instance of these connected clusters to see whether the current user is authorized to deploy to that cluster and tenant. For teams using process applications, this process is further simplified, as users simply decide to deploy to `dev`, `test`, or another preauthorized stage. + + + +### Document handling Potential... From 05631029bc7ea6f48d8142a8dd7b891b71620004 Mon Sep 17 00:00:00 2001 From: mesellings Date: Tue, 3 Dec 2024 16:28:59 +0000 Subject: [PATCH 05/17] Add document handling 2409 --- docs/reference/release-notes/870.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index e656849cf3c..74fcc668733 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -34,6 +34,19 @@ Cluster disk space is cleared when a trial cluster is paused. - You will need to redeploy processes to the cluster once it is resumed from a paused state. - Cluster configuration settings (for example, API Clients, Connector secrets, and IP allowlists) are saved so you can easily resume a cluster. + + +### Document handling + +The following features are available as part of the enhanced document handling being delivered with the 8.7 release. + +- A new Document API is available as part of the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md). +- The [Java client](/apis-tools/java-client/index.md) is enhanced to support these new Document API methods. +- A document store concept is introduced and implemented as an in-memory and a GCP-based document store. +- A new Tasklist [Filepicker component](/components/modeler/forms/form-element-library/forms-element-library-filepicker.md) is added for uploading documents to the document store in a form. +- The [Connector SDK](/components/connectors/custom-built-connectors/connector-sdk.md) is enhanced to provide document support in property/variable bindings. +- The [Webhook connector](/components/connectors/protocol/http-webhook.md) supports Documents via the `documents` object. + ### Export activity logs in Console SaaSConsole @@ -49,12 +62,10 @@ To learn more about this feature, see [view organization activity](/components/c ### Singapore region available for SaaS SaaS -You can now create SaaS automation clusters in a new Singapore (asia-southeast1) region. - -Use this region if you: +A new Singapore (asia-southeast1) region is available for SaaS clusters. Use this region: -- Operate in Singapore and Southeast Asian (SEA) countries, to improve overall processing speed and reduce latency. -- Require cluster data to remain within Singapore to support your local data residency and compliance needs. +- To improve overall processing speed and reduce latency if you operate in Singapore and Southeast Asian (SEA) countries. +- If you require cluster data to remain within Singapore to support your local data residency and compliance needs. To learn more about supported SaaS regions, see [regions](/reference/regions.md). @@ -76,12 +87,6 @@ This feature allows you to differentiate clusters, ensure configurations align w Web Modeler Self-Managed users now benefit from a simple, secure way to deploy to clusters. During installation, configure the clusters that Web Modeler can deploy to and set the permissions for deployment in the Identity of each cluster. Cluster connection information is preconfigured within the Web Modeler so users can select which cluster to deploy to. In addition, the Web Modeler checks the Identity instance of these connected clusters to see whether the current user is authorized to deploy to that cluster and tenant. For teams using process applications, this process is further simplified, as users simply decide to deploy to `dev`, `test`, or another preauthorized stage. - - -### Document handling - -Potential... - ### Replay scenarios From f70d7137c4f2596f13c346263254633d138df914 Mon Sep 17 00:00:00 2001 From: mesellings Date: Wed, 4 Dec 2024 10:07:13 +0000 Subject: [PATCH 06/17] Add 2073 unified deployment --- docs/reference/release-notes/870.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 74fcc668733..01dbc11cfbe 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -83,9 +83,12 @@ This feature allows you to differentiate clusters, ensure configurations align w -### Unified deployment experience from Web Modeler +### Unified deployment experience from Web Modeler Self-Managed -Web Modeler Self-Managed users now benefit from a simple, secure way to deploy to clusters. During installation, configure the clusters that Web Modeler can deploy to and set the permissions for deployment in the Identity of each cluster. Cluster connection information is preconfigured within the Web Modeler so users can select which cluster to deploy to. In addition, the Web Modeler checks the Identity instance of these connected clusters to see whether the current user is authorized to deploy to that cluster and tenant. For teams using process applications, this process is further simplified, as users simply decide to deploy to `dev`, `test`, or another preauthorized stage. +The deployment experience is further simplified for Enterprise customers running Web Modeler Self-Managed. + +- User tokens are used for deployments instead of machine to machine (M2M) tokens generated from a client ID and secret. +- You no longer need to enter a client ID and secret in the deploy modal. Instead, simply choose a cluster (or stage for process applications) and deploy. @@ -99,12 +102,6 @@ Potential... Potential... - - -### Process App Versioning - -Potential... - ## 8.7.0-alpha1 | Release date | Changelog(s) | Blog | From d2fe846e98229b3a83af612c80a300d56f3c9528 Mon Sep 17 00:00:00 2001 From: mesellings Date: Wed, 4 Dec 2024 10:45:19 +0000 Subject: [PATCH 07/17] Badges and edits --- docs/reference/release-notes/870.md | 39 ++++++++++++++++------------- src/css/custom.css | 7 ++++++ 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 01dbc11cfbe..3697fcb2d02 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -36,9 +36,9 @@ Cluster disk space is cleared when a trial cluster is paused. -### Document handling +### Document handling SaaSSelf-Managed -The following features are available as part of the enhanced document handling being delivered with the 8.7 release. +New features are available as part of the enhanced document handling being delivered with the 8.7 release. - A new Document API is available as part of the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md). - The [Java client](/apis-tools/java-client/index.md) is enhanced to support these new Document API methods. @@ -49,7 +49,7 @@ The following features are available as part of the enhanced document handling b -### Export activity logs in Console SaaSConsole +### Export activity logs in Console SaaSConsole You can export activity logs as JSON or CSV files from the Console UI or API. @@ -62,16 +62,16 @@ To learn more about this feature, see [view organization activity](/components/c ### Singapore region available for SaaS SaaS -A new Singapore (asia-southeast1) region is available for SaaS clusters. Use this region: +A new Singapore (asia-southeast1) region is available for SaaS clusters. Use this region to: -- To improve overall processing speed and reduce latency if you operate in Singapore and Southeast Asian (SEA) countries. -- If you require cluster data to remain within Singapore to support your local data residency and compliance needs. +- Improve overall processing speed and reduce latency if you operate in Singapore and Southeast Asian (SEA) countries. +- Keep cluster data within Singapore to support your local data residency and compliance needs. To learn more about supported SaaS regions, see [regions](/reference/regions.md). -### Tags and properties in Self-Managed Console Self-ManagedConsole +### Tags and properties in Self-Managed Console Self-ManagedConsole Use custom tags and properties in Self-Managed Console to improve your orchestration cluster management. @@ -83,11 +83,11 @@ This feature allows you to differentiate clusters, ensure configurations align w -### Unified deployment experience from Web Modeler Self-Managed +### Unified deployment experience from Web Modeler Self-ManagedModeler The deployment experience is further simplified for Enterprise customers running Web Modeler Self-Managed. -- User tokens are used for deployments instead of machine to machine (M2M) tokens generated from a client ID and secret. +- User tokens are used for deployments instead of machine-to-machine (M2M) tokens generated from a client ID and secret. - You no longer need to enter a client ID and secret in the deploy modal. Instead, simply choose a cluster (or stage for process applications) and deploy. @@ -108,21 +108,24 @@ Potential... | :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | | 12 November 2024 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha1)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha1)
| [Release blog](https://camunda.com/blog/2024/11/camunda-alpha-release-november-2024/) | -### Activity log information in Console Console +### Activity log information in Console Console -In the Console activity logs you can now see information about changes made to secrets (add, update, remove), and user removals from Console (users unregistered from the organization). +Console activity logs now contain information about changes made to secrets (add, update, remove), and Console user removals (unregistered organization users). -### Email Connector Connectors +### Email Connector Connectors -The Email Connector allows you to integrate your BPMN service with any email server using POP3, IMAP, or SMTP. This new Connector enables you to automate the retrieval, deletion, search, and organization of emails directly within your processes. +The new Email Connector allows you to: + +- Integrate your BPMN service with any email server using POP3, IMAP, or SMTP. +- Automate the retrieval, deletion, search, and organization of emails directly within your processes. To learn more about this Connector, see [Email Connector](/components/connectors/out-of-the-box-connectors/email.md). -### Generate Connector templates (OpenAPI + Postman) SaaSConnectors +### Generate Connector templates (OpenAPI + Postman) SaaSConnectors @@ -133,7 +136,7 @@ You can now configure and automatically generate a custom Connector template in To learn more about generating Connector templates, see [generate a Connector template](/components/connectors/custom-built-connectors/connector-template-generator.md). -### Monorepo Git sync Modeler +### Monorepo Git sync Modeler @@ -141,11 +144,11 @@ When configuring Git sync in Web Modeler, define the optional `/path` option to - This option allows you to specify the path to the folder containing your process application files. - Sync with your main branch to perform visual diffing, collaboration, and manual testing in Web Modeler. Remember not to make any changes in this branch. -- Vary the `/path` for multiple process applications to integrate Web Modeler with your existing monorepo containing all your code assets. +- Edit the `/path` for multiple process applications to integrate Web Modeler with your existing monorepo and code assets. To learn more about configuring Git sync, see [Git sync](/components/modeler/web-modeler/git-sync.md). -### Resize clusters on SaaS SaaSConsole +### Resize clusters on SaaS SaaSConsole @@ -156,7 +159,7 @@ Enterprise customers can flexibly resize their clusters to adjust capacity and p To learn more about this feature, see [resize a cluster](/components/console/manage-clusters/manage-cluster.md#resize-a-cluster). -### Unified deployment experience for Web Modeler Self-ManagedModeler +### Unified deployment experience for Web Modeler Self-ManagedModeler diff --git a/src/css/custom.css b/src/css/custom.css index 0e6a94e3e33..dc86e6d9d96 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -611,6 +611,13 @@ h3 .badge--long { margin-left: 5px; vertical-align: middle; } +h3 .badge--medium { + margin-bottom: 0; + font-size: 12px; + margin-left: 5px; + vertical-align: middle; +} + /* Third level page heading */ h3 .badge--long:nth-of-type(1) { margin-left: 5px; From 10db360ec791c65e377c79e3db5cf27d129013ab Mon Sep 17 00:00:00 2001 From: mesellings Date: Wed, 4 Dec 2024 15:55:22 +0000 Subject: [PATCH 08/17] Remove license expiration 2529 placeholder --- docs/reference/release-notes/870.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 3697fcb2d02..f9ef2f5be12 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -91,16 +91,10 @@ The deployment experience is further simplified for Enterprise customers running - You no longer need to enter a client ID and secret in the deploy modal. Instead, simply choose a cluster (or stage for process applications) and deploy. - + - -### Licence expiration for non-commercial use - -Potential... +Content to come --> ## 8.7.0-alpha1 From e72f8a6daccc94e98323d1631c5e5ef801ee367c Mon Sep 17 00:00:00 2001 From: mesellings Date: Thu, 5 Dec 2024 10:31:52 +0000 Subject: [PATCH 09/17] Add #2244 and #2245 --- docs/reference/release-notes/870.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index f9ef2f5be12..2307255b923 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -25,6 +25,28 @@ These release notes identify the new features included in 8.7, including [alpha | :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | | 10 December 2024 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha2)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha2)
| [Release blog](https://camunda.com/blog/2024/11/camunda-alpha-release-december-2024/) | + + +### Camunda 8 REST API Query API API + +You can now use a single Query API in the Camunda 8 REST API to find process and decision data instead of using multiple component APIs. + +For example, send a request to the [Query decision definitions](/apis-tools/camunda-api-rest/specifications/find-decision-definitions.api.mdx) endpoint to search for decision definitions. + +New Query API endpoints are added as follows: + +- Decision definitions +- Decision instances +- Decision requirements +- Flownode instances +- Incidents +- Process definitions +- Process instances +- User tasks +- Variables + +To learn more about these endpoints, see the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api) documentation. + ### Cluster disk space cleared for paused trial clusters SaaS From 1283337b82298d21d016979c65988fe297cc92cf Mon Sep 17 00:00:00 2001 From: mesellings Date: Fri, 6 Dec 2024 11:43:41 +0000 Subject: [PATCH 10/17] Remove 1314 Replay Scenarios --- docs/reference/release-notes/870.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 2307255b923..33c3fe55320 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -112,12 +112,6 @@ The deployment experience is further simplified for Enterprise customers running - User tokens are used for deployments instead of machine-to-machine (M2M) tokens generated from a client ID and secret. - You no longer need to enter a client ID and secret in the deploy modal. Instead, simply choose a cluster (or stage for process applications) and deploy. - - - ## 8.7.0-alpha1 | Release date | Changelog(s) | Blog | From fbb572a311a171da62881e5d31328e73e778c9a3 Mon Sep 17 00:00:00 2001 From: mesellings Date: Fri, 6 Dec 2024 16:23:02 +0000 Subject: [PATCH 11/17] Add process instance migration --- docs/reference/release-notes/870.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 33c3fe55320..17eee81165e 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -80,6 +80,20 @@ You can export activity logs as JSON or CSV files from the Console UI or API. To learn more about this feature, see [view organization activity](/components/console/manage-organization/view-organization-activity.md). + + +### Process instance migration SaaSSelf-ManagedZeebe + +Enhanced process instance migration allows you to solve problems with process definitions and use the latest process improvements. + +You can now migrate the following: + +- Compensation boundary event subscriptions. +- Escalation boundary events. +- Escalation event subprocesses. + +To learn more about migration, see [process instance migration](/components/concepts/process-instance-migration.md). + ### Singapore region available for SaaS SaaS From e3393a82b0f2fe38ffc2d45f213b8fb7929dbcaa Mon Sep 17 00:00:00 2001 From: mesellings Date: Mon, 9 Dec 2024 14:22:45 +0000 Subject: [PATCH 12/17] Remove release blog --- docs/reference/release-notes/870.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 17eee81165e..b02c780bc0d 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -21,9 +21,9 @@ These release notes identify the new features included in 8.7, including [alpha ## 8.7.0-alpha2 -| Release date | Changelog(s) | Blog | -| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | -| 10 December 2024 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha2)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha2)
| [Release blog](https://camunda.com/blog/2024/11/camunda-alpha-release-december-2024/) | +| Release date | Changelog(s) | Blog | +| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--- | +| 10 December 2024 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha2)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha2)
| - | From 3e9e9f02ae34194afe1c485f91dcb59af17d0f67 Mon Sep 17 00:00:00 2001 From: mesellings Date: Mon, 9 Dec 2024 15:10:21 +0000 Subject: [PATCH 13/17] Add Connectors entries --- docs/reference/release-notes/870.md | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index b02c780bc0d..4fb61bf9a2e 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -47,6 +47,40 @@ New Query API endpoints are added as follows: To learn more about these endpoints, see the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api) documentation. +### Connectors SaaSSelf-ManagedConnectors + +New Connectors and enhancements are included in this release. + +#### AWS Amazon Comprehend Connector + +The new Amazon Comprehend Connector allows you to integrate your BPMN service with Amazon Comprehend, a service which extracts insights about the content of documents, such as personal identifiable information and key phrases. + +To learn more about this Connector, see [Amazon Comprehend Connector](/components/connectors/out-of-the-box-connectors/amazon-comprehend.md). + +#### Email Connector attachments + +The Email connector is enhanced as follows: + +- Supports attachments stored in the document store. +- Supports custom headers. +- Messages can now be sent as plaintext, HTML, or in both formats. + +To learn more about this Connector, see [Email Connector](/components/connectors/out-of-the-box-connectors/email.md). + +#### Google Gemini Connector + +The new Google Gemini Connector allows you to access Gemini multimodal models from Google, capable of understanding virtually any input, and combining different types of information in your BPMN process. + +#### Spring SDK and Camunda REST API Migration + +The Connectors experience is enhanced with the migration from the Spring Zeebe to the Camunda REST API, and the removal of dependency on the Operate client. + +#### Webhook Connector document upload support + +Document upload is now supported with the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events. + +To learn more about this feature, see [HTTP Webhook Connector](/components/connectors/protocol/http-webhook.md). + ### Cluster disk space cleared for paused trial clusters SaaS From 4ff27faf3689b79a880246636ae4bf4a7a2c6ce6 Mon Sep 17 00:00:00 2001 From: mesellings Date: Mon, 9 Dec 2024 15:28:34 +0000 Subject: [PATCH 14/17] Add testing support for Connectors --- docs/reference/release-notes/870.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 4fb61bf9a2e..a44d85373e0 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -75,6 +75,12 @@ The new Google Gemini Connector allows you to access Gemini multimodal models fr The Connectors experience is enhanced with the migration from the Spring Zeebe to the Camunda REST API, and the removal of dependency on the Operate client. +#### Testing Support migration + +Connectors are supported in the Camunda Process Test (CPT) Java library you can use to test your BPMN processes and process application. + +To learn more about this feature, see [Camunda Process Test getting started](/apis-tools/testing/getting-started.md). + #### Webhook Connector document upload support Document upload is now supported with the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events. From 5f3f28475741e8cbc43ccf1f3198ecc58212519a Mon Sep 17 00:00:00 2001 From: mesellings Date: Mon, 9 Dec 2024 15:34:46 +0000 Subject: [PATCH 15/17] Webhook connector details --- docs/reference/release-notes/870.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index a44d85373e0..2c32762b4f9 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -81,9 +81,12 @@ Connectors are supported in the Camunda Process Test (CPT) Java library you can To learn more about this feature, see [Camunda Process Test getting started](/apis-tools/testing/getting-started.md). -#### Webhook Connector document upload support +#### Webhook Connector document upload -Document upload is now supported with the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events. +Document upload is now supported by the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events. + +- Use the `documents` object to access created documents in both the response expression and the result expression. +- The `documents` object contains the references for created documents. To learn more about this feature, see [HTTP Webhook Connector](/components/connectors/protocol/http-webhook.md). From 377f8087c2e0fc2a125a3ef6dbaf5db73f8faa0a Mon Sep 17 00:00:00 2001 From: mesellings Date: Mon, 9 Dec 2024 16:33:57 +0000 Subject: [PATCH 16/17] Restructure connectors section --- docs/reference/release-notes/870.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 2c32762b4f9..a6f5c10a443 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -71,6 +71,17 @@ To learn more about this Connector, see [Email Connector](/components/connectors The new Google Gemini Connector allows you to access Gemini multimodal models from Google, capable of understanding virtually any input, and combining different types of information in your BPMN process. +#### Webhook Connector document upload + +Document upload is now supported by the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events. + +- Use the `documents` object to access created documents in both the response expression and the result expression. +- The `documents` object contains the references for created documents. + +To learn more about this feature, see [HTTP Webhook Connector](/components/connectors/protocol/http-webhook.md). + +### Connector Runtime SaaSSelf-ManagedConnectors + #### Spring SDK and Camunda REST API Migration The Connectors experience is enhanced with the migration from the Spring Zeebe to the Camunda REST API, and the removal of dependency on the Operate client. @@ -81,15 +92,6 @@ Connectors are supported in the Camunda Process Test (CPT) Java library you can To learn more about this feature, see [Camunda Process Test getting started](/apis-tools/testing/getting-started.md). -#### Webhook Connector document upload - -Document upload is now supported by the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events. - -- Use the `documents` object to access created documents in both the response expression and the result expression. -- The `documents` object contains the references for created documents. - -To learn more about this feature, see [HTTP Webhook Connector](/components/connectors/protocol/http-webhook.md). - ### Cluster disk space cleared for paused trial clusters SaaS From 553a3869481adb853d65c93c23e7ef5b5a661474 Mon Sep 17 00:00:00 2001 From: mesellings Date: Mon, 9 Dec 2024 17:26:21 +0000 Subject: [PATCH 17/17] Add Gemini link --- docs/reference/release-notes/870.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index a6f5c10a443..d26ce20810b 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -71,6 +71,8 @@ To learn more about this Connector, see [Email Connector](/components/connectors The new Google Gemini Connector allows you to access Gemini multimodal models from Google, capable of understanding virtually any input, and combining different types of information in your BPMN process. +To learn more about this Connector, see [Google Gemini Connector](/components/connectors/out-of-the-box-connectors/google-gemini.md). + #### Webhook Connector document upload Document upload is now supported by the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events.