Skip to content

Commit

Permalink
add features
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Jun 6, 2024
1 parent 735835c commit 559861c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/reference/release-notes/860.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ keywords:
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| 11 June 2024 | - [ Camunda 8 core ](https://github.com/camunda/zeebe/releases/tag/8.6.0-alpha2) <br /> - [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.6.0-alpha2) | [Release blog](#) |

### Message Queue Inbound Connectors Message Acknowledgement Configuration

<!-- https://github.com/camunda/product-hub/issues/2157 -->

Enhance BPMN workflow reliability with selective message acknowledgment, enabling precise error handling and notification for unmatched messages through RabbitMQ's dead letter queue configuration. Control the message acknowledgment process so that acknowledgments are sent only if the message was both correlated to a process instance and met the activation condition.

### New inbound intermediate element template property - `Message TTL`

<!-- https://github.com/camunda/connectors/issues/1406 -->

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

<!-- https://github.com/camunda/product-hub/issues/2349 -->
Expand Down Expand Up @@ -51,13 +63,17 @@ The new Database Connector for Camunda 8 simplifies data exchange with MySQL, MS

<!-- https://github.com/camunda/product-hub/issues/2053 -->

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 the Modeler. The AI 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.
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 the Modeler. The AI 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)

<!-- https://github.com/camunda/product-hub/issues/2139 -->

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 5 users.
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 5 users.

### Amazon SageMaker

Expand Down

0 comments on commit 559861c

Please sign in to comment.