Skip to content

Releases: wso2/product-apim

WSO2 API Manager 3.1.0-M4 Released!

06 Dec 09:39
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 3.1.0-M4. It's now available to download.

Distribution

You can download API Manager 3.1.0-M4 here.

What's new in WSO2 API Manager 3.1.0-M4

Following list contains all the improvements and bug fixes available with this milestone.

Bug Fixes

Improvements

List of Open Issues

How To Contribute

Your feedback is most welcome!

Mailing Lists

Join our mailing list and collaborate with the developers directly.

Developer List : [email protected] | Subscribe | Mail Archive

Reporting Issues

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

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

~ WSO2 API Manager Team ~

WSO2 API Manager 3.1.0-M3 Released!

28 Nov 04:47
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 3.1.0-M3. It's now available to download.

Distribution

You can download API Manager 3.1.0-M3 here.

What's new in WSO2 API Manager 3.1.0-M3

Following list contains all the features, improvements and bug fixes available with this milestone.

New Features

Bug Fixes

Improvements

List of Open Issues

How To Contribute

Your feedback is most welcome!

Mailing Lists

Join our mailing list and collaborate with the developers directly.

Developer List : [email protected] | Subscribe | Mail Archive

Reporting Issues

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

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

~ WSO2 API Manager Team ~

WSO2 API Manager 3.1.0-M2 Released!

20 Nov 21:51
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 3.1.0-M2. It's now available to download.

Distribution

You can download API Manager 3.1.0-M2 here.

What's new in WSO2 API Manager 3.1.0-M2

Following list contains all the features, improvements and bug fixes available with this milestone.

Bug Fixes

Improvements

List of Open Issues

How To Contribute

Your feedback is most welcome!

Mailing Lists

Join our mailing list and collaborate with the developers directly.

Developer List : [email protected] | Subscribe | Mail Archive

Reporting Issues

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

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

~ WSO2 API Manager Team ~

WSO2 API Manager 3.1.0-M1 Released!

14 Nov 18:41
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 3.1.0-M1. It's now available to download.

Distribution

You can download API Manager 3.1.0-M1 here.

What's new in WSO2 API Manager 3.1.0-M1

Following list contains all the features, improvements and bug fixes available with this milestone.

New Feature

Bug Fixes

Improvements

List of Open Issues

How To Contribute

Your feedback is most welcome!

Mailing Lists

Join our mailing list and collaborate with the developers directly.

Developer List : [email protected] | Subscribe | Mail Archive

Reporting Issues

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

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

~ WSO2 API Manager Team ~

WSO2 API Manager 3.0.0 Released!

29 Oct 12:21
Compare
Choose a tag to compare

WSO2 API Manager 3.0.0 Released!

The WSO2 API Manager team is pleased to announce the release of version 3.0.0 of WSO2 API Manager.

The WSO2 API Manager is a fully open source full lifecycle API Management product that can be deployed on-premise, available on SaaS, deployed on a private cloud or deployed in a hybrid model. It is comprised of the following components that provides all of its functionality.

WSO2 API Manager is comprised of several modules.

  • API Designer and Publisher: Allows API creators to design, implement and document APIs and
    allows API product managers to manage the lifecycle of APIs and create API products by using one or more APIs.
  • Developer Portal: A portal for on boarding application creators. It allows application creators to discover,
    subscribe, test and consume APIs through their applications.
  • API Gateway: Allows access to APIs/services by routing application traffic to the relevant endpoints.
    The API Gateway is the component that enforces security, rate-limiting and transformations on API requests while feeding valuable information of these requests to API Analytics.
  • Key Manager: The security token service of the API Manager which is responsible for handling everything
    related to authentication and authorization of API requests. It supports a wide variety of security protocols such as OAuth2.0/OIDC, Basic Auth, API Key, SAML based single-sign-on.
  • Traffic Manager: Controls the traffic flow of the API gateway. This is used to apply request quotas on APIs for monetization, access control or security related matters. In addition to configuring the available policies, users can deploy their own policies on the traffic manager which will control the rate of traffic on the API gateways.
  • API Analytics: Monitors all traffic that's routed through the API gateways to analyze usage patterns,
    SLA violations, consumer behaviors, to provide business insights and so on.

And WSO2 API Manager 3.0.0 accompanies below releases too.

  • WSO2 API Manager Tooling- v3.0.0 - This provides the capability to import/export APIs and Applications with a greater flexibility to create CI/CD pipelines for APIs. Along with that that, it supports for Kubernetes API operator to deploy and manage APIs in the Kubernetes cluster.
  • The API operator for Kubernetes- v1.0.0 - Makes APIs a first class citizen in the Kubernetes eco-system. With this, users will be able to expose their microservices as managed APIs in Kubernetes environment without any additional work
  • WSO2 Identity Server as Key Manager 5.9.0 - A prepackaged WSO2 IS 5.9.0 with APIM Key Management related features installed

For more information on WSO2 API Manager please visit https://wso2.com/api-management/install/. Also, take a look at the online product (documentation).

How to Run

  1. Extract the downloaded zip
  2. Go to the bin directory in the extracted folder
  3. Run the wso2server.sh or wso2server.bat as appropriate
  4. Launch a web browser and navigate to https://localhost:9443/publisher to access the API publisher web app
  5. Navigate to https://localhost:9443/devportal to access the API store
  6. Navigate to https://localhost:9443/admin to access Admin Portal
  7. Use "admin", "admin" as the username and password to log in as an admin

New Features in this Release

Visit (About this release) to find out the features introduced in this release.

Bug Fixes and Improvements in 3.0.0

GitHub (product-apim)
GitHub (carbon-apimgt)
GitHub (analytics-apim)

Known Issues

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

GitHub (product-apim), (analytics-apim)

How You Can Contribute

Mailing Lists

Join our mailing list and correspond with the developers directly.

Developer List: [email protected] | Subscribe | Mail Archive
User List: [email protected] | Subscribe | Mail Archive

User Forum : StackOverflow
Join Us on Slack : join us

Reporting Issues

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

Important: And please be advised that, security issues must be reported to [email protected], not as GitHub issues, in order to reach proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

-- The WSO2 API Manager Team --

WSO2 API Manager 3.0.0-RC3

24 Oct 22:21
Compare
Choose a tag to compare
Pre-release

WSO2 API Manager 3.0.0-RC2

24 Oct 03:17
Compare
Choose a tag to compare
Pre-release

WSO2 API Manager 3.0.0-RC

23 Oct 05:10
Compare
Choose a tag to compare
Pre-release

WSO2 API Manager 3.0.0-Beta Released!

11 Oct 18:24
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of version 3.0.0-Beta of API Manager.

WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of API management challenges such as API provisioning, API governance, API security and API monitoring. It combines some of the most powerful and mature components of the WSO2's state-of-the-art Carbon platform to deliver a smooth and end-to-end API management experience while catering to both API publisher and API consumer requirements.

WSO2 API Manager is comprised of several modules.

  • API Publisher: Define new APIs and manage them
  • API Developer Portal: Browse published APIs and subscribe to them
  • API Gateway: The underlying API runtime based on WSO2 EI
  • API Key Manager: Performs Key Generation and Key Validation functionalities
  • API Traffic Manager: Performs Rate Limiting of API Requests

For more information on WSO2 API Manager please visit http://wso2.com/products/api-manager. Also, take a look at the online product documentation.

Please refer this for the related release of WSO2 API Manager Tooling v3.0.0-Beta.

Downloads

wso2am-3.0.0-beta.zip
wso2am-analytics-3.0.0-beta.zip
wso2is-km-5.9.0-beta.zip

How to Run

  1. Extract the downloaded zip
  2. Go to the bin directory in the extracted folder
  3. Run the wso2server.sh or wso2server.bat as appropriate
  4. Launch a web browser and navigate to https://localhost:9443/publisher to access the API Publisher
  5. Navigate to https://localhost:9443/devportal to access the API Developer Portal
  6. Navigate to https://localhost:9443/admin to access Admin Portal
  7. Use "admin", "admin" as the username and password to login as an admin

Bug Fixes And Improvements in 3.0.0-Beta

Known Issues

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

How You Can Contribute

Mailing Lists
Join our mailing list and correspond with the developers directly.

Developer List: [email protected] | Subscribe | Mail Archive

User List: [email protected] | Subscribe | Mail Archive

Reporting Issues

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

Important: And please be advised that, security issues must be reported to [email protected], not as GitHub issues, in order to reach proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

-- The WSO2 API Manager Team --

WSO2 API Manager 3.0.0-Alpha2 Released!

28 Sep 15:51
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of version 3.0.0-Alpha2 of API Manager.

WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of API management challenges such as API provisioning, API governance, API security and API monitoring. It combines some of the most powerful and mature components of the WSO2's state-of-the-art Carbon platform to deliver a smooth and end-to-end API management experience while catering to both API publisher and API consumer requirements.

WSO2 API Manager is comprised of several modules.

  • API Publisher: Define new APIs and manage them
  • API Developer Portal: Browse published APIs and subscribe to them
  • API Gateway: The underlying API runtime based on WSO2 EI
  • API Key Manager: Performs Key Generation and Key Validation functionalities
  • API Traffic Manager: Performs Rate Limiting of API Requests

For more information on WSO2 API Manager please visit http://wso2.com/products/api-manager. Also, take a look at the online product documentation.

Downloads

wso2am-3.0.0-alpha2.zip

How to Run

  1. Extract the downloaded zip
  2. Go to the bin directory in the extracted folder
  3. Run the wso2server.sh or wso2server.bat as appropriate
  4. Launch a web browser and navigate to https://localhost:9443/publisher to access the API Publisher
  5. Navigate to https://localhost:9443/devportal to access the API Developer Portal
  6. Navigate to https://localhost:9443/admin to access Admin Portal
  7. Use "admin", "admin" as the username and password to login as an admin

Bug Fixes And Improvements in 3.0.0-Alpha2

Known Issues

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

How You Can Contribute

Mailing Lists
Join our mailing list and correspond with the developers directly.

Developer List: [email protected] | Subscribe | Mail Archive

User List: [email protected] | Subscribe | Mail Archive

Reporting Issues

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

Important: And please be advised that, security issues must be reported to [email protected], not as GitHub issues, in order to reach proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

-- The WSO2 API Manager Team --