From deff1c330e168b8a9f55f0391f21a7dda87aa2d8 Mon Sep 17 00:00:00 2001 From: Amara Date: Wed, 24 Jul 2024 16:28:46 -0500 Subject: [PATCH 01/14] add current labeled items --- docs/reference/release-notes/860.md | 52 +++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 5fedc77e736..27eac228354 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -17,6 +17,58 @@ keywords: | ---------------------- | ---------------------------- | ------------ | ------------ | | 8 October 2024 | 14 April 2026 | | | +## 8.6.0-alpha4 + +| Release date | Changelog(s) | | +| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| 12 August 2024 | - [ Camunda 8 core ](https://github.com/camunda/zeebe/releases/tag/8.6.0-alpha4)
- [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.6.0-alpha4) | [Release blog](https://camunda.com/blog/2024/07/camunda-alpha-release-august-2024/) | + +### Human task orchestration getting started journey + + + +The Help Center now features a step-by-step guide to complete our [human task orchestration (HTO) tutorial](/guides/orchestrate-human-tasks.md), explaining the critical features that every developer interested in HTO needs to know. In addition, users get a glimpse into the user experience for at-scale adoption, and, Enterprise architects get a picture of how Camunda's out-of-the-box Tasklist fits into their architecture. + +### AWS Bedrock Connector + + + +### Support `Deployment` version binding for forms, processes, and decisions + + + +Bundled deployments through process applications or the Camunda API now have version binding. By applying the "deployment" option to a dependent BPMN, DMN, or Form file, you pin the dependency so you can deploy future versions of these files without disrupting ongoing process instances. This feature is ideal for self-contained projects without external or shared dependencies. + +### Git sync + + + +Process applications can now be synchronized with GitHub through a native integration. After an admin approves and configures the basic integration, you can select a path to synchronize with in a GitHub repository. You can pull changes from GitHub to integrate contributions from Desktop Modeler users, make changes, and begin the process to make a pull request so every change is properly reviewed and approved. + +Do you use another tool like GitLab or Bitbucket? [Contact us](/contact/) to make your request. Until then, you can use our connectors system and the CI/CD blueprint on the Marketplace. + +### Persist data across sessions + + + +Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving and reusing example data. + +- Save example data to the BPMN diagram while playing your process so anyone can use it +- Any user can use this example data in their sessions, eliminating the need for tedious form-fills or copy-pasting +- Connector example data is now available to help define output variables or mock connectors more easily + +### OOTB PDLC happy path + + + +The Web Modeler is building a lightweight, out-of-the box development lifecycle to enable business users to review changes, promote them through changes, and maintain visibility into their journey. + +### BPMN diff change list + + + +Changes in BPMN implementation details are now visible in Web Modeler. + ## 8.6.0-alpha3 | Release date | Changelog(s) | | From 3e2628616a3aebd12ba6e45df04d329b5d8badbd Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 25 Jul 2024 09:34:12 -0500 Subject: [PATCH 02/14] adjust HTO guide link --- docs/reference/release-notes/860.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 27eac228354..32025f90092 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -27,7 +27,7 @@ keywords: -The Help Center now features a step-by-step guide to complete our [human task orchestration (HTO) tutorial](/guides/orchestrate-human-tasks.md), explaining the critical features that every developer interested in HTO needs to know. In addition, users get a glimpse into the user experience for at-scale adoption, and, Enterprise architects get a picture of how Camunda's out-of-the-box Tasklist fits into their architecture. +The Help Center now features a step-by-step guide to complete our [human task orchestration (HTO) tutorial](/guides/getting-started-orchestrate-human-tasks.md), explaining the critical features that every developer interested in HTO needs to know. In addition, users get a glimpse into the user experience for at-scale adoption, and, Enterprise architects get a picture of how Camunda's out-of-the-box Tasklist fits into their architecture. ### AWS Bedrock Connector From b9a18d25fecfde0a3cd68c2ae523c421837421ba Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 25 Jul 2024 09:48:57 -0500 Subject: [PATCH 03/14] add Bedrock Connector blurb --- docs/reference/release-notes/860.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 32025f90092..494a0783d30 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -33,6 +33,11 @@ The Help Center now features a step-by-step guide to complete our [human task or +This new connector allows you to leverage the power of AWS bedrock, the LLM service from amazon. A user can now: + +- Make a simple customized request to any models available in the region, leveraging the full power of the `InvokeModel` function from Amazon +- Create a full conversation using the **Converse** method. + ### Support `Deployment` version binding for forms, processes, and decisions From dc586f7ca38b0c77238d42cb9330ee86776efa38 Mon Sep 17 00:00:00 2001 From: Amara Date: Mon, 29 Jul 2024 09:05:36 -0500 Subject: [PATCH 04/14] remove diff change list --- docs/reference/release-notes/860.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 494a0783d30..6397c4b4b1d 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -68,12 +68,6 @@ Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving The Web Modeler is building a lightweight, out-of-the box development lifecycle to enable business users to review changes, promote them through changes, and maintain visibility into their journey. -### BPMN diff change list - - - -Changes in BPMN implementation details are now visible in Web Modeler. - ## 8.6.0-alpha3 | Release date | Changelog(s) | | From 1f4f2f3313f53eb547ca00e0abdbd69c1eabaf6a Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 1 Aug 2024 08:53:38 -0500 Subject: [PATCH 05/14] add placeholders --- docs/reference/release-notes/860.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 6397c4b4b1d..b42c3fc7542 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -68,6 +68,20 @@ Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving The Web Modeler is building a lightweight, out-of-the box development lifecycle to enable business users to review changes, promote them through changes, and maintain visibility into their journey. +### Console Self-Managed - OIDC support + + + +We are excited to announce a new Console Self-Managed feature that enhances our customers' authentication capabilities. With this release, customers can now use OpenID Connect (OIDC) to authenticate with Console Self-Managed, allowing seamless integration with enterprise Identity Providers (IDPs). + +### Console Self-Managed: Authentication without Identity + + + +### Console Self-Managed: Administration API + + + ## 8.6.0-alpha3 | Release date | Changelog(s) | | From ad76cbe746206fd11a3624ea151a5fb7006bc757 Mon Sep 17 00:00:00 2001 From: Amara Date: Wed, 7 Aug 2024 17:23:12 -0500 Subject: [PATCH 06/14] added 2211 --- docs/reference/release-notes/860.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index b42c3fc7542..d9e821a4cc7 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -82,6 +82,12 @@ We are excited to announce a new Console Self-Managed feature that enhances our +### Enable hourly backup option on Camunda 8 SaaS + + + +On Camunda 8 SaaS, you can now configure hourly backup intervals if required. Simply head to Console and adjust your backup interval. + ## 8.6.0-alpha3 | Release date | Changelog(s) | | From 64a34e8c57e5b7056dd16e73f57846ef4b024cb7 Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 8 Aug 2024 08:06:30 -0500 Subject: [PATCH 07/14] add 2121 --- docs/reference/release-notes/860.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index d9e821a4cc7..cb3e3fd39a9 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -82,6 +82,8 @@ We are excited to announce a new Console Self-Managed feature that enhances our +We are excited to announce the release of the new Administration API for the Camunda platform. This new API empowers you to collect detailed information about your automation clusters and their usage statistics across your organization. By leveraging this API, you can automate various operational management tasks and seamlessly integrate the Camunda platform with your internal tools and systems. + ### Enable hourly backup option on Camunda 8 SaaS From 473cbe56e96d679b577466a814ab2e571884fb35 Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 8 Aug 2024 08:26:11 -0500 Subject: [PATCH 08/14] remove 2160 --- docs/reference/release-notes/860.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index cb3e3fd39a9..cd6d88e1187 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -74,10 +74,6 @@ The Web Modeler is building a lightweight, out-of-the box development lifecycle We are excited to announce a new Console Self-Managed feature that enhances our customers' authentication capabilities. With this release, customers can now use OpenID Connect (OIDC) to authenticate with Console Self-Managed, allowing seamless integration with enterprise Identity Providers (IDPs). -### Console Self-Managed: Authentication without Identity - - - ### Console Self-Managed: Administration API From 5b92c9570e2c0a4a1be714c7d4efad0f11fa6a91 Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 8 Aug 2024 09:32:15 -0500 Subject: [PATCH 09/14] add 2253, link placeholder --- docs/reference/release-notes/860.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index cd6d88e1187..1df966a98e6 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -23,6 +23,12 @@ keywords: | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | 12 August 2024 | - [ Camunda 8 core ](https://github.com/camunda/zeebe/releases/tag/8.6.0-alpha4)
- [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.6.0-alpha4) | [Release blog](https://camunda.com/blog/2024/07/camunda-alpha-release-august-2024/) | +### Using Camunda 8 Connectors in Desktop Modeler + + + +You can now enable the automatic fetching of Camunda 8 Connector templates in the Desktop Modeler, ensuring you always have the latest templates at your disposal. This feature enhances workflow efficiency and reduces setup time. To enable it, simply set the enable-connector-templates flag as detailed [here](#). + ### Human task orchestration getting started journey From 0f181154b4f674627b75d6a19c46e355bf77c621 Mon Sep 17 00:00:00 2001 From: Thorben Lindhauer Date: Thu, 8 Aug 2024 18:41:17 +0200 Subject: [PATCH 10/14] add 274 --- docs/reference/release-notes/860.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 1df966a98e6..e5d03db45a0 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -92,6 +92,12 @@ We are excited to announce the release of the new Administration API for the Cam On Camunda 8 SaaS, you can now configure hourly backup intervals if required. Simply head to Console and adjust your backup interval. +### Better visual indication of the executed path in the process + + + +In Operate, we have improved the visualization of the executed path of a process instance. We highlight both, executed sequence flows and flow nodes, and provide you the option to display how often each flow node was executed. + ## 8.6.0-alpha3 | Release date | Changelog(s) | | From 3bb8ee3145a97e287a4ac41baca6acbc060e3e0a Mon Sep 17 00:00:00 2001 From: Amara Date: Thu, 8 Aug 2024 17:23:45 -0500 Subject: [PATCH 11/14] add page to 2253 --- docs/reference/release-notes/860.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index e5d03db45a0..fbd512aa946 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -27,7 +27,7 @@ keywords: -You can now enable the automatic fetching of Camunda 8 Connector templates in the Desktop Modeler, ensuring you always have the latest templates at your disposal. This feature enhances workflow efficiency and reduces setup time. To enable it, simply set the enable-connector-templates flag as detailed [here](#). +You can now enable the automatic fetching of Camunda 8 Connector templates in the Desktop Modeler, ensuring you always have the latest templates at your disposal. This feature enhances workflow efficiency and reduces setup time. To enable it, simply set the enable-connector-templates flag as detailed [here](/components/modeler/desktop-modeler/use-connectors.md). ### Human task orchestration getting started journey From 5108ee982161310bc19db8f4384fd2fbcbf16c50 Mon Sep 17 00:00:00 2001 From: Amara Date: Mon, 12 Aug 2024 14:14:01 -0500 Subject: [PATCH 12/14] remaining fixes --- docs/reference/release-notes/860.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index fbd512aa946..532016bb263 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -68,11 +68,11 @@ Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving - Any user can use this example data in their sessions, eliminating the need for tedious form-fills or copy-pasting - Connector example data is now available to help define output variables or mock connectors more easily -### OOTB PDLC happy path +### Out-of-the-box (OOTB) product development lifecycle (PDLC) happy path -The Web Modeler is building a lightweight, out-of-the box development lifecycle to enable business users to review changes, promote them through changes, and maintain visibility into their journey. +The Web Modeler is building a lightweight, out-of-the-box (OOTB) product development lifecycle (PDLC) to enable business users to review changes, promote them through changes, and maintain visibility into their journey. ### Console Self-Managed - OIDC support From aa38747b361df439ffb500e3e8b174adb1e64d49 Mon Sep 17 00:00:00 2001 From: mesellings Date: Tue, 13 Aug 2024 11:46:47 +0100 Subject: [PATCH 13/14] MES TW edits for grammar and readability --- docs/reference/release-notes/860.md | 55 ++++++++++++++++++----------- 1 file changed, 35 insertions(+), 20 deletions(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index 532016bb263..c6cb3f19e7f 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -27,36 +27,48 @@ keywords: -You can now enable the automatic fetching of Camunda 8 Connector templates in the Desktop Modeler, ensuring you always have the latest templates at your disposal. This feature enhances workflow efficiency and reduces setup time. To enable it, simply set the enable-connector-templates flag as detailed [here](/components/modeler/desktop-modeler/use-connectors.md). +You can now enable automatic fetching of Camunda 8 Connector templates in the Desktop Modeler, so you can always use the latest templates in your BPMN diagrams. This feature enhances workflow efficiency and reduces setup time. -### Human task orchestration getting started journey +- To enable automatic fetching, set the `enable-connector-templates` flag to `true`. +- To learn more about this feature, see [Use Connectors](/components/modeler/desktop-modeler/use-connectors.md). + +### Get started with human task orchestration -The Help Center now features a step-by-step guide to complete our [human task orchestration (HTO) tutorial](/guides/getting-started-orchestrate-human-tasks.md), explaining the critical features that every developer interested in HTO needs to know. In addition, users get a glimpse into the user experience for at-scale adoption, and, Enterprise architects get a picture of how Camunda's out-of-the-box Tasklist fits into their architecture. +The Help Center now features a step-by-step guide to complete our [human task orchestration (HTO) tutorial](/guides/getting-started-orchestrate-human-tasks.md), explaining the critical features that every developer interested in HTO needs to know. + +- Users get a glimpse into the user experience for at-scale adoption. +- Enterprise architects get a picture of how Camunda's out-of-the-box Tasklist fits into their architecture. -### AWS Bedrock Connector +### Amazon AWS Bedrock Connector -This new connector allows you to leverage the power of AWS bedrock, the LLM service from amazon. A user can now: +This new connector allows you to leverage the power of the Amazon AWS Bedrock LLM service, allowing users to: -- Make a simple customized request to any models available in the region, leveraging the full power of the `InvokeModel` function from Amazon +- Make a simple customized request to any models available in the region, using the Amazon `InvokeModel` function. - Create a full conversation using the **Converse** method. -### Support `Deployment` version binding for forms, processes, and decisions +### `Deployment` version binding for forms, processes, and decisions -Bundled deployments through process applications or the Camunda API now have version binding. By applying the "deployment" option to a dependent BPMN, DMN, or Form file, you pin the dependency so you can deploy future versions of these files without disrupting ongoing process instances. This feature is ideal for self-contained projects without external or shared dependencies. +Version binding is now supported for bundled deployments through process applications or the Camunda API. + +- Apply the "deployment" option to a dependent BPMN, DMN, or Form file, to pin the dependency so you can deploy future versions of these files without disrupting ongoing process instances. +- This feature is ideal for self-contained projects without external or shared dependencies. ### Git sync -Process applications can now be synchronized with GitHub through a native integration. After an admin approves and configures the basic integration, you can select a path to synchronize with in a GitHub repository. You can pull changes from GitHub to integrate contributions from Desktop Modeler users, make changes, and begin the process to make a pull request so every change is properly reviewed and approved. +You can now synchronize process applications with GitHub using a native integration. -Do you use another tool like GitLab or Bitbucket? [Contact us](/contact/) to make your request. Until then, you can use our connectors system and the CI/CD blueprint on the Marketplace. +- After an admin approves and configures the basic integration, you can select a path to synchronize with in a GitHub repository. +- You can pull changes from GitHub to integrate contributions from Desktop Modeler users, make changes, and begin the process to make a pull request so every change is properly reviewed and approved. + +Do you use another tool such as GitLab or Bitbucket? [Contact us](/contact/) to make your request. Until then, you can use our connectors system and the CI/CD blueprint on the Marketplace. ### Persist data across sessions @@ -64,9 +76,9 @@ Do you use another tool like GitLab or Bitbucket? [Contact us](/contact/) to mak Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving and reusing example data. -- Save example data to the BPMN diagram while playing your process so anyone can use it -- Any user can use this example data in their sessions, eliminating the need for tedious form-fills or copy-pasting -- Connector example data is now available to help define output variables or mock connectors more easily +- Save example data to the BPMN diagram while playing your process so anyone can use it. +- Any user can use this example data in their sessions, eliminating the need for tedious form-fills or copy-pasting. +- Connector example data is now available to help define output variables or mock connectors more easily. ### Out-of-the-box (OOTB) product development lifecycle (PDLC) happy path @@ -74,29 +86,32 @@ Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving The Web Modeler is building a lightweight, out-of-the-box (OOTB) product development lifecycle (PDLC) to enable business users to review changes, promote them through changes, and maintain visibility into their journey. -### Console Self-Managed - OIDC support +### Console Self-Managed: OIDC support -We are excited to announce a new Console Self-Managed feature that enhances our customers' authentication capabilities. With this release, customers can now use OpenID Connect (OIDC) to authenticate with Console Self-Managed, allowing seamless integration with enterprise Identity Providers (IDPs). +We are excited to announce a new Console Self-Managed feature to enhance your authentication capabilities. You can now use OpenID Connect (OIDC) to authenticate with Console Self-Managed, allowing seamless integration with enterprise Identity Providers (IdPs). ### Console Self-Managed: Administration API -We are excited to announce the release of the new Administration API for the Camunda platform. This new API empowers you to collect detailed information about your automation clusters and their usage statistics across your organization. By leveraging this API, you can automate various operational management tasks and seamlessly integrate the Camunda platform with your internal tools and systems. +We are excited to announce the release of the new Administration API for the Camunda platform. + +- The Administration API empowers you to collect detailed information across your organization about your automation clusters and their usage statistics. +- You can use this API to automate various operational management tasks and seamlessly integrate the Camunda platform with your internal tools and systems. -### Enable hourly backup option on Camunda 8 SaaS +### Hourly backup option on Camunda 8 SaaS -On Camunda 8 SaaS, you can now configure hourly backup intervals if required. Simply head to Console and adjust your backup interval. +On Camunda 8 SaaS, you can now configure hourly backup intervals. Simply head to Console and adjust your backup interval. -### Better visual indication of the executed path in the process +### Improved visual indication of the executed path in a process -In Operate, we have improved the visualization of the executed path of a process instance. We highlight both, executed sequence flows and flow nodes, and provide you the option to display how often each flow node was executed. +In Operate, the visualization of the executed path of a process instance is improved. Both executed sequence flows and flow nodes are highlighted, allowing you to display how often each flow node was executed. ## 8.6.0-alpha3 From 288cecdfe775c453c57ff10122a2ab7b9b2b6262 Mon Sep 17 00:00:00 2001 From: christinaausley <84338309+christinaausley@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:27:02 -0600 Subject: [PATCH 14/14] style(formatting): technical review --- docs/reference/release-notes/860.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index c6cb3f19e7f..f983a8cc764 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -27,10 +27,10 @@ keywords: -You can now enable automatic fetching of Camunda 8 Connector templates in the Desktop Modeler, so you can always use the latest templates in your BPMN diagrams. This feature enhances workflow efficiency and reduces setup time. +You can now enable automatic fetching of Camunda 8 Connector templates in Desktop Modeler, so you can always use the latest templates in your BPMN diagrams. This feature enhances workflow efficiency and reduces setup time. - To enable automatic fetching, set the `enable-connector-templates` flag to `true`. -- To learn more about this feature, see [Use Connectors](/components/modeler/desktop-modeler/use-connectors.md). +- To learn more about this feature, see [use Connectors](/components/modeler/desktop-modeler/use-connectors.md). ### Get started with human task orchestration @@ -45,9 +45,9 @@ The Help Center now features a step-by-step guide to complete our [human task or -This new connector allows you to leverage the power of the Amazon AWS Bedrock LLM service, allowing users to: +This new Connector allows you to leverage the power of the Amazon AWS Bedrock LLM service, allowing users to: -- Make a simple customized request to any models available in the region, using the Amazon `InvokeModel` function. +- Make a customized request to any models available in the region using the Amazon `InvokeModel` function. - Create a full conversation using the **Converse** method. ### `Deployment` version binding for forms, processes, and decisions @@ -56,7 +56,7 @@ This new connector allows you to leverage the power of the Amazon AWS Bedrock LL Version binding is now supported for bundled deployments through process applications or the Camunda API. -- Apply the "deployment" option to a dependent BPMN, DMN, or Form file, to pin the dependency so you can deploy future versions of these files without disrupting ongoing process instances. +- Apply the "deployment" option to a dependent BPMN, DMN, or Form file to pin the dependency so you can deploy future versions of these files without disrupting ongoing process instances. - This feature is ideal for self-contained projects without external or shared dependencies. ### Git sync @@ -68,7 +68,7 @@ You can now synchronize process applications with GitHub using a native integrat - After an admin approves and configures the basic integration, you can select a path to synchronize with in a GitHub repository. - You can pull changes from GitHub to integrate contributions from Desktop Modeler users, make changes, and begin the process to make a pull request so every change is properly reviewed and approved. -Do you use another tool such as GitLab or Bitbucket? [Contact us](/contact/) to make your request. Until then, you can use our connectors system and the CI/CD blueprint on the Marketplace. +Do you use another tool such as GitLab or Bitbucket? [Contact us](/contact/) to make your request. Until then, you can use our Connectors system and the CI/CD blueprint on the Marketplace. ### Persist data across sessions @@ -78,13 +78,13 @@ Don't Repeat Yourself (DRY). Play now supports an end-to-end journey for saving - Save example data to the BPMN diagram while playing your process so anyone can use it. - Any user can use this example data in their sessions, eliminating the need for tedious form-fills or copy-pasting. -- Connector example data is now available to help define output variables or mock connectors more easily. +- Connector example data is now available to help define output variables or mock Connectors. ### Out-of-the-box (OOTB) product development lifecycle (PDLC) happy path -The Web Modeler is building a lightweight, out-of-the-box (OOTB) product development lifecycle (PDLC) to enable business users to review changes, promote them through changes, and maintain visibility into their journey. +Web Modeler is building a lightweight, out-of-the-box (OOTB) product development lifecycle (PDLC) to enable business users to review changes, promote them through changes, and maintain visibility into their journey. ### Console Self-Managed: OIDC support