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

chore(announcements): simplify changes in supported envs #4139

Merged
merged 2 commits into from
Aug 12, 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
18 changes: 8 additions & 10 deletions docs/reference/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,15 @@ require (

```

### Changes in supported environments
### Supported environment changes (OpenJDK, ElasticSearch, Amazon OpenSearch)

Version changes are made to supported environments:

- Raised minimum OpenJDK version to 21+ in Operate
- OpenJDK minimum version raised to 21+ in Operate
- ElasticSearch minimum version raised to 8.13+
- Amazon OpenSearch minimum version raised to 2.9+

To learn more about supported environments, see [supported environments](/reference/supported-environments.md).

### Breaking changes in the Connector SDK

Expand All @@ -89,14 +95,6 @@ The `CorrelationResult` record has been changed compared to the previous version

An example of how to use the new `CorrelationResult` can be found in the [Connector SDK documentation](/components/connectors/custom-built-connectors/connector-sdk.md#inbound-connector-runtime-logic).

### Versioning changes in Elasticsearch

As of the 8.6 release, Camunda is compatible with Elasticsearch 8.13+ and no longer supports older Elasticsearch versions. See [supported environments](/reference/supported-environments.md).

### Versioning changes in AWS OpenSearch

As of the 8.6 release, Camunda is compatible with AWS OpenSearch 2.9+ and no longer supports older AWS OpenSearch versions. See [supported environments](/reference/supported-environments.md).

## Camunda 8.5

Release date: 9th of April 2024
Expand Down
Loading