Skip to content

WSO2 API Manager Microgateway Toolkit 2.5.0 Released!

Compare
Choose a tag to compare
@malinthaprasan malinthaprasan released this 16 Jul 09:10
· 2324 commits to master since this release

The WSO2 API Manager team is pleased to announce the release of API Manager Microgateway Toolkit 2.5.0.

Introduction

The Microgateway Toolkit provides the capability to create specialized gateway distribution (Microgateway distributions) where only a single API or a group of APIs are included. Once a Microgateway distribution is started, it will start serving those specific API(s) right away.

In summary, a Microgateway is a specialized form of the WSO2 API Gateway with characteristics below:

  • Its ability to execute in isolation without mandatory connections to other components (Key Manager, Traffic Manager, Analytics).
  • Ability to host a subset of APIs of choice (defined on the API Publisher) instead of all.
  • Immutability - The gateway runtime is immutable. If APIs or Policies change after the Microgateway has been built, a rebuild process is required to capture the changes.
  • Seamless integration with deployment automation tools and techniques.
  • Easy integration with CI/CD processes.

Microgateway offers you a proxy that is capable of performing security validations (Signed JWT, OAuth), in-memory (local) rate limiting and Analytics.

Documentation

https://docs.wso2.com/display/AM250/Configuring+the+API+Microgateway

Architecture

The following diagram illustrates the process of getting an API (or a selected set of APIs) to be hosted on a Microgateway.

Architecture

Bug Fixes And Improvements in 2.5.0

Known Issues

All the open issues pertaining to WSO2 API Manager Microgateway are reported at the following location:

How You Can Contribute

Mailing Lists

Join our mailing list and correspond with the developers directly.

Reporting Issues

We encourage you to report issues, documentation faults, and feature requests regarding WSO2 API Manager Micro Gateway through the public API Manager Micro Gateway Git Repo.

-- The WSO2 API Manager Team --