Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.6.0-alpha3 release notes #3979

Merged
merged 6 commits into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/reference/release-notes/860.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,40 @@ keywords:
| ---------------------- | ---------------------------- | ------------ | ------------ |
| 8 October 2024 | 14 April 2026 | | |

## 8.6.0-alpha3

| Release date | Changelog(s) | |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| 02 July 2024 | - [ Camunda 8 core ](https://github.com/camunda/zeebe/releases/tag/8.6.0-alpha3) <br /> - [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.6.0-alpha3) | [Release blog](https://camunda.com/blog/2024/07/camunda-alpha-release-july-2024/) |

### Encrypted inter-component communication for Web Modeler

<!-- https://github.com/camunda/web-modeler/issues/9730 -->

You can now [enable TLS-encrypted communication](/self-managed/modeler/web-modeler/configuration/ssl.md) between Web Modeler, the REST API, and websockets.

### API orchestration getting started journey

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

New platform users interested in orchestrating API endpoints now have a high-level in-product explanation of Camunda's Connector functionality.

### Remove "Cloud" as a user-facing term

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

"Cloud" has been removed from the URLs in SaaS versions of Modeler and Console for conciseness.

### Incident Copilot Alpha

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

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

## 8.6.0-alpha2

| Release date | Changelog(s) | |
Expand All @@ -25,6 +59,8 @@ keywords:

### API orchestration getting started journey

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

The Help Center now features a step-by-step guide to complete the [API orchestration tutorial](/guides/getting-started-orchestrate-apis.md). To use this guide, you must have cookies enabled.

### Message queue inbound Connectors message acknowledgement configuration
Expand Down
Loading