diff --git a/docs/reference/release-notes/860.md b/docs/reference/release-notes/860.md index f28e77432b6..923aa2a5075 100644 --- a/docs/reference/release-notes/860.md +++ b/docs/reference/release-notes/860.md @@ -3,7 +3,12 @@ id: 860 title: "8.6 Release notes" description: "Release notes for 8.6, including alphas" keywords: - ["product development lifecycle", "software development lifecycle", "CI/CD"] + [ + "product development lifecycle", + "software development lifecycle", + "CI/CD", + "AI", + ] --- ## 8.6 minor @@ -12,6 +17,72 @@ keywords: | ---------------------- | ---------------------------- | ------------ | ------------ | | 8 October 2024 | 14 April 2026 | | | +## 8.6.0-alpha2 + +| Release date | Changelog(s) | | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | +| 11 June 2024 | - [ Camunda 8 core ](https://github.com/camunda/zeebe/releases/tag/8.6.0-alpha2)
- [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.6.0-alpha2.1) | [Release blog](#) | + +### Message queue inbound Connectors message acknowledgement configuration + + + +Enhance BPMN workflow reliability with selective message acknowledgement, enabling precise error handling and notification for unmatched messages through RabbitMQ's dead letter queue configuration. Control the message acknowledgement process so acknowledgements are sent only if the message is both correlated to a process instance and meets the activation condition. + +### New inbound intermediate element template property - `Message TTL` + + + +Time-to-live (TTL) is now configurable for inbound Connectors via a property in all inbound intermediate element templates called `Message TTL`. The new default value for TTL is 0. Read more about [message buffering](/components/concepts/messages.md#message-buffering) and [message correlation](/components/concepts/messages.md#message-correlation-overview). + +### Incident Copilot Alpha + + + +Let AI teach you how to prevent and fix the incidents you run into while playing your process. + +- Auto-generated prompt including incident information +- Advice on how to update your model to prevent issues while developing +- An open conversation to continue asking more questions + +### MS SQL, MySQL, and PostgreSQL outbound JDBC Connector + + + +Offering seamless data exchange between Camunda 8 and databases, the new database Connector for Camunda 8 simplifies data exchange with MySQL, MS SQL, and PostgreSQL databases, allowing you to read and write data directly within your Camunda processes. + +This integration enables a wide range of process blueprints and use cases to be executed on the Camunda platform without any additional installation or development. With the new Camunda Connector, you can now seamlessly integrate database operations into your workflows. This feature reduces complexity, enhances security, and lowers maintenance costs by providing a robust and efficient method for data exchange directly within the Camunda platform. + +### Create Camunda Wizard + + + +Camunda's Docs AI is now available while you're modeling. + +Beyond the standard built-in guidance like tooltips, users who opt-in to AI features will be able to ask complex questions about how to develop their processes without leaving Modeler. The AI tool pulls best practices and technical instructions from our docs, forum posts, and blog, so you can spend less time searching for information and more time developing. + +### Web Modeler Self-Managed Developer Edition (Local) + + + +Web Modeler Self Managed is now free to use for anyone. Now packaged as part of Camunda's Docker distribution, you can test out Camunda's collaborative modeling and development lifecycle features before making the decision to get a license. + +There is one limitation: each Modeler project can have up to five users. + +### Amazon SageMaker + + + +Integrate ML cases in your existing processes with [Amazon SageMaker](/components/connectors/out-of-the-box-connectors/amazon-sagemaker.md). + +You can now effortlessly integrate machine learning functionalities into your workflows with the release of the Amazon SageMaker Connector. With this new Connector, directly harness Amazon SageMaker's machine learning services within Camunda, streamlining the process and allowing for greater focus on process enhancement and innovation. + +### Process application MVP + + + +The [process application](/components/modeler/web-modeler/process-applications.md) is a special type of folder in Web Modeler that enables bulk actions like deploying all assets together. This reduces the risk of having a broken deployment at runtime, and makes it more convenient to deploy related `files.git`. + ## 8.6.0-alpha1 | Release date | Changelog(s) | Release blog |