Skip to content

Commit

Permalink
chore(announcements): simplify changes in supported envs (#4139)
Browse files Browse the repository at this point in the history
* chore(announcements): simplify changes in supported envs

* Change for consistency and readability

* TW review edits to front-load content

---------

Co-authored-by: mesellings <[email protected]>
  • Loading branch information
MaxTru and mesellings authored Aug 12, 2024
1 parent 8d10581 commit e4e0244
Showing 1 changed file with 8 additions and 10 deletions.
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

0 comments on commit e4e0244

Please sign in to comment.