Skip to content

Releases: wso2/api-platform

WSO2 API Platform Developer Portal 0.2.0 Released

16 Jun 07:09

Choose a tag to compare

Overview

The WSO2 API Platform Developer Portal is a multi-organisation API developer portal. This release introduces SQLite as the default database, enhancing ease of setup and deployment, while continuing to support PostgreSQL. It also includes enhanced gateway webhook capabilities, Design Mode support for real-time portal customization and preview, improvements to the DevPortal Management REST APIs, and a range of UI and UX enhancements that improve usability and overall user experience.

Quick Start

Refer to the quick start guide on creating a WebSub API and performing WebHook deliveries to subscribers.

Documentation

For complete documentation on all features and capabilities, see the Developer Portal Documentation.

What’s New in This Release

Features

  • SQLite Support: Added SQLite as the default database option, alongside existing PostgreSQL support, simplifying local development and lightweight deployments.
  • Gateway Webhook Enhancements: Expanded webhook capabilities to support gateway subscription lifecycle events and API key management events, enabling improved integrations and automation.
  • Design Mode Support: Introduced Design Mode, allowing administrators to develop, customize, and preview API portal pages and organization-wide themes in real time before publishing.
  • DevPortal Management API Improvements: Enhanced the OpenAPI specification for the DevPortal Management REST API, providing more complete and accurate API documentation and client-generation support.
  • UI/UX Enhancements: Delivered a range of user interface and user experience improvements across the platform to improve usability, consistency, and overall user productivity.

Known Issues

All the open issues pertaining to WSO2 API Platform are reported here.

How To Contribute

Your feedback is most welcome!

Community

You can use our Discord Channel and Stackoverflow Collective to engage with a wider audience https://wso2.com/community/

Reporting Issues

We encourage you to report issues, improvements, and feature requests regarding WSO2 API Platform Gateway through WSO2 API Platform GIT Issues.

And please be advised that security issues must be reported to security@wso2.com, not as a GitHub issue, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.

Event Gateway Helm Chart 0.9.0

15 Jun 20:43
aff353d

Choose a tag to compare

Pre-release

Event Gateway Helm Chart Release 0.9.0

App Version: 0.9.0

Installation

helm install my-event-gateway oci://ghcr.io/wso2/api-platform/helm-charts/event-gateway --version 0.9.0

OCI Registry

oci://ghcr.io/wso2/api-platform/helm-charts/event-gateway:0.9.0

WSO2 API Platform Event Gateway 0.9.0 Released

15 Jun 20:42

Choose a tag to compare

Overview

The WSO2 API Platform Event Gateway is a native gateway designed to support Protocol Mediation use cases for Event-Driven Architectures.

Quick Start

Refer to the quick start guide, and follow one of the following walkthroughs based on your use case.

Documentation

For complete documentation on all features and capabilities, see the Event Gateway Documentation.

See details of all the changes including features, improvements, and bug fixes

What’s New in This Release

  • Content Delivery Payload Validation for WebSub APIs
  • Bug fixes and improvements for WebBroker APIs

Known Issues

All the open issues pertaining to WSO2 API Platform are reported here.

How To Contribute

Your feedback is most welcome!

Community

You can use our Discord Channel and Stackoverflow Collective to engage with a wider audience https://wso2.com/community/

Reporting Issues

We encourage you to report issues, improvements, and feature requests regarding WSO2 API Platform Gateway through WSO2 API Platform GIT Issues.

And please be advised that security issues must be reported to security@wso2.com, not as a GitHub issue, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.

WSO2 API Platform AI Workspace 0.1.0 Released

12 Jun 14:22

Choose a tag to compare

Overview

The WSO2 API Platform AI Workspace is the control plane for AI Gateway runtimes. This release introduces a centralized management interface for platform teams to register AI gateways, configure LLM providers, publish application-facing proxies, govern MCP servers, and enforce AI-specific policies, all without working directly with the Gateway-Controller API.

Quick Start

Refer to the Getting Started guide to register your first AI Gateway, connect an LLM provider, and invoke it via an AI SDK.

What's New in This Release

Features

  • AI Gateways — Register and manage AI Gateway runtimes, generate registration tokens, and track connectivity and deployment status across environments.
  • LLM Providers — Centralize credential management and governance for OpenAI, Anthropic, Azure OpenAI, Azure AI Foundry, Gemini, and Mistral AI (AWS Bedrock coming soon).
  • App LLM Proxies — Publish isolated, application-facing endpoints on top of providers with independent API keys, guardrails, rate limits, and exposed resources per Gen AI app or agent.
  • GenAI Applications — Group API keys under a named application to track token consumption, request volume, latency, and cost per workload in Insights.
  • MCP Proxies — Expose and govern Model Context Protocol servers through connected gateways with authentication, authorization, and access-control policies.
  • Guardrails — Enforce content safety and compliance with Semantic Prompt Guard, PII Masking, Azure Content Safety, and Word/Sentence Count guardrails.
  • Rate Limiting — Cap token consumption and enforce monetary spending budgets (e.g., $10/hour) at the provider or proxy level.
  • Other Policies — Control traffic behavior with Model Round Robin, Prompt Decorator, Prompt Template, Semantic Cache, and Basic Rate Limit policies.
  • Insights — Monitor request volume, latency, token usage, cost, error rates, and guardrail interventions via Moesif analytics dashboard by following the guide for integration with Moesif.
  • SDK Support — Invoke providers and proxies using OpenAI, Anthropic, Gemini, Mistral, and Azure SDKs with full streaming support across all integrations.
  • Custom AI Policies — Write and deploy custom AI policies for the self-hosted gateway using the Policy Hub.
  • Authentication — Ship with file-based login for quick evaluation, or integrate with any IDP (Asgardeo,, Thunder, and more) for production use.
  • Multi-Tenancy — Leverage your IDP's native B2B capabilities (Asgardeo sub-organizations) to isolate and manage multiple tenants.

Known Issues

All the open issues pertaining to WSO2 API Platform are reported here.

How To Contribute

Your feedback is most welcome!

Community

You can use our Discord Channel and Stackoverflow Collective to engage with a wider audience https://wso2.com/community/

Reporting Issues

We encourage you to report issues, improvements, and feature requests regarding WSO2 API Platform Gateway through WSO2 API Platform GIT Issues.

And please be advised that security issues must be reported to security@wso2.com, not as a GitHub issue, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.

Gateway Helm Chart 1.1.3

08 Jun 08:37

Choose a tag to compare

Gateway Helm Chart Release 1.1.3

App Version: 1.1.0

Installation

helm install my-gateway oci://ghcr.io/wso2/api-platform/helm-charts/gateway --version 1.1.3

OCI Registry

oci://ghcr.io/wso2/api-platform/helm-charts/gateway:1.1.3

WSO2 API Platform Developer Portal 0.1.0 Released

02 Jun 08:12

Choose a tag to compare

Overview

The WSO2 API Platform Developer Portal is a multi-organisation API developer portal.. This release of the WSO2 API Platform Developer Portal introduces a customisable web UI for discovering and subscribing to APIs, and a set of Admin REST APIs for managing organisations, API metadata, and portal content.

Quick Start

Refer to the quick start guide on creating a WebSub API and performing WebHook deliveries to subscribers.

Documentation

For complete documentation on all features and capabilities, see the Developer Portal Documentation.

What’s New in This Release

Features

  • API Catalog: Browse and search REST, AsyncAPI, and GraphQL APIs with full documentation and try-out support
  • Developer Applications: Logical containers for OAuth2 credentials; developers can manage multiple apps with independent consumer key/secret pairs
  • Subscription Management: Subscribe to APIs under named plans (e.g. Gold, Free) that enforce rate limits and quotas
  • API Key Generation: Generate, rotate, and revoke API keys bound to specific APIs
  • OAuth2 Credentials: Generate consumer key/secret pairs and access tokens for OAuth2-secured APIs
  • MCP Server Registry: Discover and integrate Model Context Protocol (MCP) servers alongside REST APIs
  • API Workflows: Publish and consume multi-step API call sequences (Arazzo format) for human and AI agent use
  • AI-Friendly Discovery: Machine-readable llms.txt, per-API Markdown docs, and OpenAPI/AsyncAPI specs for AI agent integration
  • Theming: Customise the portal's look and feel per organisation and per API
  • Gateway-Agnostic: Works with any API gateway via a generic webhook event outbox

Known Issues

All the open issues pertaining to WSO2 API Platform are reported here.

How To Contribute

Your feedback is most welcome!

Community

You can use our Discord Channel and Stackoverflow Collective to engage with a wider audience https://wso2.com/community/

Reporting Issues

We encourage you to report issues, improvements, and feature requests regarding WSO2 API Platform Gateway through WSO2 API Platform GIT Issues.

And please be advised that security issues must be reported to security@wso2.com, not as a GitHub issue, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.

Event Gateway Helm Chart 0.8.0

29 May 20:39
c2da3bd

Choose a tag to compare

Pre-release

Event Gateway Helm Chart Release 0.8.0

App Version: 0.8.0

Installation

helm install my-event-gateway oci://ghcr.io/wso2/api-platform/helm-charts/event-gateway --version 0.8.0

OCI Registry

oci://ghcr.io/wso2/api-platform/helm-charts/event-gateway:0.8.0

WSO2 API Platform Event Gateway 0.8.0 Released

29 May 20:38

Choose a tag to compare

Overview

The WSO2 API Platform Event Gateway is a native gateway designed to support Protocol Mediation use cases for Event-Driven Architectures.

Quick Start

Refer to the quick start guide, and follow one of the following walkthroughs based on your use case.

Documentation

For complete documentation on all features and capabilities, see the Event Gateway Documentation.

See details of all the changes including features, improvements, and bug fixes

What’s New in This Release

Features

  • SSL support for Web Broker APIs
  • Improvements to facilitate running WebSub APIs on multiple Event Gateway instances

Known Issues

All the open issues pertaining to WSO2 API Platform are reported here.

How To Contribute

Your feedback is most welcome!

Community

You can use our Discord Channel and Stackoverflow Collective to engage with a wider audience https://wso2.com/community/

Reporting Issues

We encourage you to report issues, improvements, and feature requests regarding WSO2 API Platform Gateway through WSO2 API Platform GIT Issues.

And please be advised that security issues must be reported to security@wso2.com, not as a GitHub issue, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.

Operator Helm Chart 0.8.0

27 May 10:06
6d7250d

Choose a tag to compare

Operator Helm Chart Release 0.8.0

App Version: 0.8.0

Installation

helm install my-operator oci://ghcr.io/wso2/api-platform/helm-charts/gateway-operator --version 0.8.0

OCI Registry

oci://ghcr.io/wso2/api-platform/helm-charts/gateway-operator:0.8.0

Gateway Helm Chart 1.1.2

27 May 10:03
6c047a1

Choose a tag to compare

Gateway Helm Chart Release 1.1.2

App Version: 1.1.0

Installation

helm install my-gateway oci://ghcr.io/wso2/api-platform/helm-charts/gateway --version 1.1.2

OCI Registry

oci://ghcr.io/wso2/api-platform/helm-charts/gateway:1.1.2