Releases: wso2/product-integrator
WSO2 Integrator v5.0.0-alpha2
This release builds on v5.0.0-alpha and includes several bug fixes and improvements.
See the for the complete list of resolved issues.
If you are already using v5.0.0-alpha, you can reinstall the product using the installers below to upgrade to v5.0.0-alpha2. These installers can also be used for new installations.
Installers
- macOS (Apple Silicon, PKG): wso2-integrator-5.0.0-alpha2-arm64.pkg
- Windows (MSI): wso2-integrator-5.0.0-alpha2.msi
- Linux (DEB): wso2-integrator_5.0.0-alpha2_amd64.deb
- Linux (RPM): wso2-integrator-5.0.0-alpha2.x86_64.rpm
- Linux (TAR.GZ): wso2-integrator-5.0.0-alpha2-linux-x64.tar.gz
WSO2 Integrator v5.0.0-alpha
WSO2 Integrator Release Notes (v5.0.0-alpha)
WSO2 Integrator 5.0.0-alpha introduces updates in developer tooling, GenAI support, connectivity, and file-processing reliability.
This release also consolidates runtime capabilities that were previously delivered across:
- WSO2 Integrator: MI
- WSO2 Integrator: BI
The sections below summarize the feature-level changes included in this alpha release.
Standout Highlights
This release includes four primary areas of change:
-
AI-Guided Developer Productivity
Multi-turn conversational development and guided integration generation. -
Safe and Reliable GenAI Operationalization
Evaluation and observability capabilities for GenAI workloads. -
Stronger Connectivity
New event-platform connectivity with native Solace support. -
Operational Visibility
Runtime and AI execution visibility for troubleshooting and operations.
What’s New in 5.0.0
🚀 Developer Experience — Faster, Smarter, Guided
Conversational Multi-Turn Integration Development
This release adds multi-turn conversational integration development with AI.
Supported workflow:
- Provide requirements in natural language
- Receive an AI-generated integration plan
- Refine integration through multi-turn conversations
- Generate full end-to-end integration artifacts
- Continue refining within the visual design environment
Scope of assistance includes planning, configuration, validation, and refinement.
🤖 GenAI App Development — With Production-Grade Controls
LLM Evaluation Framework
This release introduces an evaluation framework for validating GenAI behavior before production rollout.
Capabilities include:
- Trace-Based Evaluation – Use real execution traces as evaluation inputs
- Custom Evaluation Rules – Define assertions and behavioral tests
- LLM-as-a-Judge Support – Evaluate output quality and reasoning correctness
- Reusable Dataset Creation – Build datasets from collected traces
Agent Execution Visualizer (Development-Time Transparency)
The Agent Execution Visualizer provides development-time visibility into:
- Reasoning steps
- Tool invocation sequences
- Decision loops
- Intermediate outputs
This helps with debugging agent behavior and validating tool-use flows.
Observability for GenAI Applications
WSO2 Integrator now provides two layers of visibility:
Operational Observability
- Latency monitoring
- Token usage tracking
- Model call metrics
- Failures and retry insights
- Cost-awareness signals
AI Execution Insights
- Prompt tracing
- Response inspection
- Tool interaction tracking
- Reasoning flow visibility
🔗 Connectivity for Modern Architectures
Native Solace Support
WSO2 Integrator now includes first-class support for Solace PubSub+ via a dedicated connector.
Capabilities include:
- Connect to Solace Topics and Queues: Seamlessly publish and subscribe to events across the Solace Event Mesh.
- Leverage Advanced Messaging Patterns: Utilize features such as guaranteed messaging, message persistence, and fine-grained access control.
📁 File Integration Built for Distributed Scaling
Conflict-Free Multi-Node File Processing
A new coordination model ensures that only one processing node handles a file at any given time in clustered deployments.
Benefits include:
- Elimination of duplicate reads
- Prevention of race conditions
- Automatic failover and seamless handoff
- Exactly-once processing guarantees
This improves correctness for distributed file-based integration flows.
File Handling Stability & Usability Improvements
- Enhanced fault tolerance for batch processing
- Sophisticated retry mechanisms
- Configurable backoff strategies (including exponential backoff)
- Improved distinction between transient and fatal errors
Looking Ahead
Future updates will continue to build on these areas with additional integration tooling, AI capabilities, and operational improvements.
Release Artifacts
- macOS (Apple Silicon, PKG): wso2-integrator-5.0.0-alpha-arm64.pkg
- Windows (MSI): wso2-integrator-5.0.0-alpha.msi
- Linux (DEB): wso2-integrator_5.0.0-alpha_amd64.deb
- Linux (RPM): wso2-integrator-5.0.0-alpha.x86_64.rpm
- Linux (TAR.GZ): wso2-integrator-5.0.0-alpha-linux-x64.tar.gz
Installation Guide
macOS (Apple Silicon PKG)
Default install location
~/Applications/WSO2 Integrator.app
Install
- Download
wso2-integrator-5.0.0-alpha-arm64.pkg - Open the package and complete the installer flow
Run
- Launch from Applications, or:
open "$HOME/Applications/WSO2 Integrator.app"Uninstall
rm -rf "$HOME/Applications/WSO2 Integrator.app"Windows (MSI)
Default install location
%LOCALAPPDATA%\WSO2\Integrator
Install
- Download
wso2-integrator-5.0.0-alpha.msi - Double-click and complete the MSI installer
Run
- Start Menu entry: WSO2 Integrator
Uninstall
- Settings → Apps → Installed apps → WSO2 Integrator → Uninstall
- Or with command:
msiexec /x wso2-integrator-5.0.0-alpha.msiLinux (DEB)
Default install location
/usr/share/wso2-integrator- Launcher command symlink:
/usr/bin/wso2-integrator
Install
sudo dpkg -i wso2-integrator_5.0.0-alpha_amd64.deb
sudo apt-get install -fRun
wso2-integratorUninstall
sudo apt remove wso2-integratorLinux (RPM)
Default install location
/usr/share/wso2-integrator- Launcher command symlink:
/usr/bin/wso2-integrator
Install
sudo rpm -ivh wso2-integrator-5.0.0-alpha.x86_64.rpmRun
wso2-integratorUninstall
sudo rpm -e wso2-integratorLinux (TAR.GZ)
Default location after extraction
<extract-directory>/wso2-integrator
Install (extract)
tar -xzf wso2-integrator-5.0.0-alpha-linux-x64.tar.gz
cd wso2-integratorRun
./bin/wso2-integratorUninstall
rm -rf wso2-integrator