Skip to content

Releases: wso2/product-apim

WSO2 API Manager 4.0.0-M3 Released!

13 Jan 14:01
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 4.0.0-M3!

It's now available to download.

Distribution

You can download API Manager 4.0.0-M3 from here.

How to run

(Ignore steps 1 and 2 if you already have JDK 11 installed on your machine)

  1. Install Oracle Java SE Development Kit (JDK) version 11.
  2. Set the JAVA_HOME environment variable.
  3. Extract the downloaded zip file.
  4. Go to the bin directory in the extracted folder.
  5. Run the wso2server.sh file if you are on a Linux/Mac OS or run the wso2server.bat file if you are on a Windows OS.

What's New

No new features for this release.

See details of all the changes including improvements, and bug fixes in this milestone release.

Known Issues

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

How To Contribute

Your feedback is most welcome!

User Forum

If you have any questions regarding the product you can use our StackOverflow forum to raise them.

Slack Channels

Join us via this to our wso2-apim.slack.com for even better communication. You can talk to our developers directly regarding any issues, concerns about the product. We encourage you to start discussions or join any ongoing discussions with the team, via our slack channels.

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 the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

~ WSO2 API Manager Team ~

WSO2 API Manager 4.0.0-M2 Released!

18 Dec 01:50
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 4.0.0-M2!

It's now available to download.

Distribution

You can download API Manager 4.0.0-M2 from here.

How to run

(Ignore steps 1 and 2 if you already have JDK 11 installed on your machine)

  1. Install Oracle Java SE Development Kit (JDK) version 11.
  2. Set the JAVA_HOME environment variable.
  3. Extract the downloaded zip file.
  4. Go to the bin directory in the extracted folder.
  5. Run the wso2server.sh file if you are on a Linux/Mac OS or run the wso2server.bat file if you are on a Windows OS.

What's New

No new features for this release.

See details of all the changes including improvements, and bug fixes in this milestone release.

Known Issues

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

How To Contribute

Your feedback is most welcome!

User Forum

If you have any questions regarding the product you can use our StackOverflow forum to raise them.

Slack Channels

Join us via this to our wso2-apim.slack.com for even better communication. You can talk to our developers directly regarding any issues, concerns about the product. We encourage you to start discussions or join any ongoing discussions with the team, via our slack channels.

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 the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

~ WSO2 API Manager Team ~

WSO2 API Manager 4.0.0-M1 Released!

01 Dec 01:23
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 4.0.0-M1!

It's now available to download.

Distribution

You can download API Manager 4.0.0-M1 from here.

How to run

  1. Extract the downloaded zip file.
  2. Go to the bin directory in the extracted folder.
  3. Run the wso2server.sh file if you are on a Linux/Mac OS or run the wso2server.bat file if you are on a Windows OS.

What's new

See details of all the changes including new features, improvements, and bug fixes in this milestone release.

Known Issues

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

How To Contribute

Your feedback is most welcome!

Mailing Lists

Join our mailing lists and correspond with the developers directly. We also encourage you to take part in discussions related to the product on the architecture and dev mailing list. If you have any questions regarding the product you can use our StackOverflow forum to raise them as well.

Developer List : [email protected]
Architecture List : [email protected]
User Forum : StackOverflow

Slack Channels

Join us via this to our wso2-apim.slack.com for even better communication. You can talk to our developers directly regarding any issues, concerns about the product. We encourage you to start discussions or join any ongoing discussions with the team, via our slack channels.

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 the 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.2.0 Released!

25 Aug 06:52
Compare
Choose a tag to compare

WSO2 API Manager 3.2.0 Released!

The WSO2 API Manager team is pleased to announce the release of version 3.2.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 provide 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: Used to make a decision on throttling. It also works as an event hub for broadcasting controller events such as throttling events, block conditions, revoke token retrieval events, API events, API policy events, application events, application policy events, application keys events, subscription events, and subscription policy events.
  • 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.

For more information on WSO2 API Manager please visit https://wso2.com/api-management/. 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.2.0

GitHub (product-apim)
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.2.0-RC6

21 Aug 18:30
Compare
Choose a tag to compare
Pre-release

New features, Bug Fixes And Improvements

Known Issues

WSO2 API Manager 3.2.0-RC5

15 Aug 04:48
Compare
Choose a tag to compare
Pre-release

New features, Bug Fixes And Improvements

Known Issues

WSO2 API Manager 3.2.0-RC4

13 Aug 01:37
Compare
Choose a tag to compare
Pre-release

New features, Bug Fixes And Improvements

Known Issues

WSO2 API Manager 3.2.0-RC3

11 Aug 17:43
Compare
Choose a tag to compare
Pre-release

New features, Bug Fixes And Improvements

Known Issues

WSO2 API Manager 3.2.0-RC2

07 Aug 09:05
Compare
Choose a tag to compare
Pre-release

New features, Bug Fixes And Improvements

Known Issues

WSO2 API Manager 3.2.0-RC1

31 Jul 17:46
Compare
Choose a tag to compare
Pre-release

New features, Bug Fixes And Improvements

Known Issues