Skip to content

Releases: wso2/api-platform

WSO2 API Platform v0.1.0-m3

29 Oct 04:32
eb7a87b

Choose a tag to compare

Pre-release

Third milestone of the WSO2 API Platform initial release

Components:

  • API Gateway: Envoy-based gateway for API traffic management
  • Management Portal: Control plane for gateway and API lifecycle management
  • API Designer: Tool for designing REST, GraphQL, and AsyncAPI specifications
  • Developer Portals: Enterprise and public portals for API discovery
  • CLI: Command-line interface for CI/CD automation

Key Features:

  • Gateway management and deployment tracking
  • API lifecycle management
  • Gateway artifact retrieval
  • Organization and region support
  • Gateway status monitoring"

Starting the gateway:

  curl -sLO https://github.com/wso2/api-platform/releases/download/v0.1.0-m3/gateway.zip && \ 
    unzip gateway.zip && \
    GATEWAY_CONTROLPLANE_TOKEN=<api-key> docker compose --project-directory gateway up