Skip to main content
Version: 8.9 (unreleased)

8.9 Release announcements

Supported environment changes and breaking changes or deprecations for the Camunda 8.9 release.

Minor release dateScheduled end of maintenanceRelease notesUpgrade guides
14 April 202613 October 20288.9 release notes-
8.9 resources
  • See release notes to learn more about new features and enhancements.
  • Refer to the quality board for an overview of known bugs by component and severity.

Key changes

Data

New

RDBMS secondary storage

Camunda 8.9 introduces optional RDBMS secondary storage as an alternative to Elasticsearch or OpenSearch.

This enables teams to use relational databases such as H2, PostgreSQL, Oracle, or MariaDB for storing and querying process data, reducing operational complexity for non-high-performance use cases.

info

To learn more, see the 8.9.0-alpha1 release notes.

New

MySQL and Microsoft SQL Server secondary storage support

Camunda 8.9 extends RDBMS secondary storage to include MySQL and Microsoft SQL Server as additional options for the Orchestration cluster.

info

To learn more, see the 8.9.0-alpha1 release notes.

Deployment

New

Standardized JDBC driver management for RDBMS

Camunda 8.9 adds a standardized JDBC driver management system for manual installations.

  • A new /driver-lib directory separates Camunda-bundled drivers from customer-supplied ones.
  • Customers can add and configure their own drivers (for example, Oracle JDBC), while maintaining full compliance and version control.
info

To learn more, see the 8.9.0-alpha1 release notes.

Modeler

New

Web Modeler: RDBMS support (H2, MariaDB, MySQL)

Camunda 8.9 adds support for H2, MariaDB, and MySQL as relational databases for Web Modeler.

This enhancement aligns Web Modeler’s database configuration with the Orchestration cluster, ensuring consistent setup and improved integration across environments.

info

To learn more, see the 8.9.0-alpha1 release notes.