Release notes
Latest Release: Version 4.2.3
Date: 05/03/2026
New Features
- SQL Endpoint: Introduced enhancements to the SQL endpoint to support improved configuration and integration capabilities.
- Plugin Management: Improved plugin status management by adding status reset capabilities and with enhanced response handling for plugin operations.
- Monitoring and Operations: Added status timestamp tracking and a reset-status endpoint to improve operational visibility and troubleshooting.
- Authentication: OAuth2 authentication now supports an optional scope parameter, allowing more flexible integration with external identity providers.
- Session Management: Introduced session restore functionality with automatic recovery on system restart and improved reliability on session timeout.
- Visualization enhancements: Added a warning icon to the Flow tab when a plugin enters a warning state for quicker visual feedback.
Known Issues
Groovy option.rest and REST mappings don’t respect truststore certificate chain when a proxy is configured. Workaround: Use
option.http
Mapping Substitution: Substitutions with new variables may not work as expected when variable values contain square brackets
[ ]. Workaround: Use Square brackets[]substitution method
Bug Fixes
- Configuration Handling: Fixed an issue where cache updates were not correctly applied after conditional profile changes.
- Document Management: Improved handling of duplicate document names when identifiers are not present.
- Endpoint Profiles: Corrected enforcement of conditional profile active values.
- Switch plugin: Fix in groovy script to route messages to the next component.
Release 4.2
General Features
- Configuration-based Workflows (No-Code) Introduces internal plugins (Endpoint, Message Mapper, Switch, Timer, Feedback, etc.) that allow building integrations entirely via configuration. This accelerates development by reducing dependency on custom coding.
- Key Plugins: Endpoints, Message Mapper, Switch, Timer.
- Enhanced Groovy Capabilities Expanded low-code access to endpoint configurations and variable substitution. Improved logging now includes accurate file/line numbers and better error visibility via the
ErrorRegistry.- See: Groovy Access