Skip to content

Releases: wso2/product-integrator

WSO2 Integrator v5.0.0-alpha2

16 Mar 05:15
ce3bb93

Choose a tag to compare

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

WSO2 Integrator v5.0.0-alpha

28 Feb 05:19
482b79c

Choose a tag to compare

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:

  1. AI-Guided Developer Productivity
    Multi-turn conversational development and guided integration generation.

  2. Safe and Reliable GenAI Operationalization
    Evaluation and observability capabilities for GenAI workloads.

  3. Stronger Connectivity
    New event-platform connectivity with native Solace support.

  4. 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:

  1. Provide requirements in natural language
  2. Receive an AI-generated integration plan
  3. Refine integration through multi-turn conversations
  4. Generate full end-to-end integration artifacts
  5. 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

Installation Guide

macOS (Apple Silicon PKG)

Default install location

  • ~/Applications/WSO2 Integrator.app

Install

  1. Download wso2-integrator-5.0.0-alpha-arm64.pkg
  2. 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

  1. Download wso2-integrator-5.0.0-alpha.msi
  2. 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.msi

Linux (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 -f

Run

wso2-integrator

Uninstall

sudo apt remove wso2-integrator

Linux (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.rpm

Run

wso2-integrator

Uninstall

sudo rpm -e wso2-integrator

Linux (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-integrator

Run

./bin/wso2-integrator

Uninstall

rm -rf wso2-integrator