The first alpha release in the 7.3 branch is ready! This is what’s inside:
- New Documentation
- Process Engine
- Features
- Bugfixes
- Cockpit
- Maintenance
- Upgrade to Bootstrap 3 (See “Known Issues” below)
- Switched from Angular UI to Angular Bootstrap (See “Known Issues” below)
- Support for requirejs-angular-define deprecated
- Features
- Improved startup time: All Javascript resources are now minified (including plugins)
- Advanced Process Instance Search (CAM-2697, enterprise edition only)
- Maintenance
- Camunda Tasklist
All together, 75 issues were closed. Read the complete release notes in JIRA.
Camunda BPM is open source and can be downloaded from https://camunda.org/download/#latest.
Process Engine Bug Fixes
From the perspective of the process engine, this release is primarily a bugfix release with some minor new features mostly in the case management support. Community users running the process engine in production might consider upgrading to this release.
Enterprise subscription customers have already received these bug fixes backported to the 7.2 branch (or 7.1 if applicable) through their enterprise subscription.
Camunda Cockpit Known Issues
We started to upgrade some of the frontend frameworks we use in Cockpit. This includes the upgrade from Bootstrap 2 to Bootstrap 3 as well as the switch from Angular UI to Angular Bootstrap.
As a result of this upgrade, the cockpit application currently has some known issues:
But don’t worry, Valentin is busy fixing them!
Minification
We also finally added minification for cockpit:
Before: 222 Requests, 2.5 MB transferred
After: 18 Requests, 1.0 MB transferred
This should make cockpit better suited for Web / Cloud deployments