Camunda Cloud 1.1.0-alpha1 Released

We’re excited to announce the release of Camunda Cloud 1.1.0-alpha1, which includes 1.1.0-alpha1 versions of Zeebe, Operate and Tasklist
By
software engineers looking at laptop
  • Blog
  • >
  • Camunda Cloud 1.1.0-alpha1 Released
TOPICS

30 Day Free Trial

Bring together legacy systems, RPA bots, microservices and more with Camunda

Sign Up for Camunda Content

Get the latest on Camunda features, events, top trends, and more.

TRENDING CONTENT

We’re excited to announce the release of Camunda Cloud 1.1.0-alpha1, which includes

  • Zeebe 1.1.0-alpha1
  • Operate 1.1.0-alpha1
  • Tasklist 1.1.0-alpha1

In this post, we’ll highlight some of the new capabilities introduced in this alpha release.

Zeebe 1.1.0-alpha1

The first alpha version of Zeebe since the 1.0.0 release in May contains mainly bug fixes and preparing for new features coming in 1.1.0 in July. You can find the full list of closed issues in GitHub.

Operate 1.1.0-alpha1

With the 1.1.0-alpha1 release of Operate we improve the handling of large activity instance trees. Processes which have a large number of activities in the root level, such as processes with some type of loop, will now be better supported by the activity instance tree in the Operate details view. The visible activities will be loaded in an infinite scroll fashion and only a limited number of activities will be kept in memory, which will allow the user to scroll through the list without hitting any performance or resource issues.

Similar improvements have been made to the variables list panel in the instance details view. Prior to this release, all variables of the scope were loaded at once, which could lead to issues if several variables or large variables are used in the process instance. With the latest changes the variable list now also utilizes endless scrolling to reduce the amount of loaded variables. We’ve also implemented a type of lazy fetching of variable values, meaning that only a limited amount of bytes of a variable value are loaded by default. The full variable value is only loaded if a user wants to edit the variable value. This prevents situations where large amounts of variables are fetched by the frontend.

How to get it

You can make use of Zeebe, Operate and Tasklist 1.1.0-alpha1 directly in Camunda Cloud by selecting the “alpha” channel when creating a new cluster, for more information visit the Camunda Cloud docs.

The releases for Zeebe Engine, Operate, and Tasklist have also been published on GitHub and you can find the assets here.

Please note that alpha versions are not meant to be used in production and cannot be updated to minor or major releases without losing data.

Try All Features of Camunda

Related Content

We're streamlining Camunda product APIs, working towards a single REST API for many components, simplifying the learning curve and making installation easier.
Learn about our approach to migration from Camunda 7 to Camunda 8, and how we can help you achieve it as quickly and effectively as possible.
We've been working hard to reduce the job activation latency in Zeebe. Read on to take a peek under the hood at how we went about it and then verified success.