What’s new? 🆕

Improved default logging configuration

Changed logging verbosity to reduce clutter & log sizes, increasing visibility for more relevant log messages.

Improved the ability to use deployment specific variables as Configuration Parameters (at process runtime)

Now Configuration Parameters can use values from Environment Variables, Kubernetes Config Maps, and Kubernetes Secrets, as configured in the deployment. Check the Deployment Guidelines for more details.

Improved runtime performance

Improved runtime performance by better distributing the execution of nodes across all components.

Improved the speed of listing process instances

Improved the speed of listing process instances by 4-6x on environments with a lot of process executions.

Added the ability to change logging levels at runtime

This feature allows you to dynamically adjust logging levels without requiring a service restart, providing more flexibility in managing log output.

Reduced config deployment complexity

The previously used CONFIG_PROFILE environment variable is no longer required as the default configs have been aligned with the recommended profiles.

Bug fixes 🐞


Additional information