CIB seven 2.0.4 CE+ - Release Notes
Release Notes
Release Date: October 16, 2025
Highlights
- Enhanced OAuth2 integration with access token forwarding and caching
- Comprehensive variable management improvements including type conversion support
- History Level “none” compatibility for runtime-only deployments
- Enhanced deployment management with improved UI and performance
- Strengthened authorization and permission controls
New Features
OAuth2 & Security Enhancements
- Access token forwarding to engine REST API with caching mechanism
- Configurable token forwarding via
cibseven.webclient.sso.forwardTokenproperty - Multi-user access token cache with automatic cleanup and expiration handling
- Concurrent request handling with token cache as synchronization lock
Variable Management
- Variable type conversion support allowing users to change variable types dynamically
- Null-typed variable editing capabilities
- Enhanced variable modal UI with improved name editing in edit mode
- Support for Object, JSON, Integer, Double, String, and Date type conversions
- Null value variable creation and management
Deployment Management
- DMN deployment support with redeploy functionality
- New deployment creation service with comprehensive error handling
- Instant deployment deletion functionality
- Extension points for EE deployment actions
History Level Support
- Runtime API integration for history level “none” environments
- Dynamic instance counting using runtime API when history is disabled
- Conditional display logic based on history level configuration
User Experience Improvements
Interface Enhancements
- Enhanced deployments view UI with improved layout and functionality
- Better search functionality for decisions with improved grid display
- Enhanced modal customization with new dialogClass and contentClass properties
- Improved count display for search results
- Warning dialogs for process definition deletion with running instances
Form Improvements
- Enhanced form value type determination using schema definitions
- Improved Camunda forms referencing as form keys
- Better error handling and validation in form submissions
- Type conversion support for form data submission
Notifications & Data Management
- Improved notifications error handling and data management
- Enhanced job log loading and management functionality
- Better error messaging and user feedback
Bug Fixes
Authorization & Permissions
- Fixed authorization table sorting by populating userIdGroupId property
- Corrected permission checks for process instance suspension
- Fixed job definition suspension permission validation
- Enhanced authorization-enabled property checking
Variable Operations
- Fixed file variable name handling using deserialized values
- Corrected variable deletion according to permission checks
- Fixed null value handling in form submissions
- Improved variable addition dialog closure behavior
Form & Template Issues
- Fixed type conversion issues in DeployedForm and StartDeployedForm
- Corrected Camunda forms referencing problems
- Fixed document reference creation in template handling
- Enhanced upload response validation
UI & Navigation
- Fixed copyable action handling with baseUrl consideration
- Corrected resource navigation bar modal layout
- Fixed historic batch fetch logic using ‘completed’ instead of ‘finished’
- Improved new-tab feature handling
Internationalization
- Fixed Russian translation capitalization for ‘calledProcessInstances’
- Enhanced translation keys for running process deletion
- Improved spacing in translation paragraphs
Technical Updates
Dependencies & Framework Updates
- Updated Spring Boot to version 3.5.6 for enhanced performance and security
- Updated OpenAPI starter webmvc UI to version 2.8.13
- Updated Tomcat versions to 9.0.110 and 10.1.47
- Updated commons-lang3 to version 3.18.0 with proper exclusions
- Updated commons-fileupload from 1.5.0 to version 1.6.0
- Upgraded Axios from 1.10.0 to version 1.12.2 for improved HTTP handling
- Updated common-auth to version 1.2.0
Code Quality & Testing
- Added comprehensive unit tests for critical components
- Implemented license header verification for all Vue and JS files
- Enhanced test utilities for Vuex store testing
- Added unit tests for shortcuts and configuration consistency
Architecture Improvements
- Version information extraction into dedicated bean
- Enhanced context path configuration for InfoService
- Improved component action names for consistency
- Better extension point implementation for EE features