Skip to content

Releases: wso2/product-apim

WSO2 API Manager 4.4.0 Released!

30 Oct 08:38
Compare
Choose a tag to compare

The WSO2 API Manager team is pleased to announce the release of API Manager 4.4.0!

It's now available to download.

Distribution

You can download API Manager 4.4.0 from here.

How to run

Run locally

(Skip steps 1 and 2 if JDK 21 is already setup on your environment)

  1. Install Java SE Development Kit (JDK) version 21.
  2. Set the JAVA_HOME environment variable. For more information on setting the JAVA_HOME environment variable for different operating systems refer the steps in our documentation.
  3. Extract the downloaded zip file.
  4. Go to the bin directory in the extracted folder.
  5. Run the api-manager.sh file if you are on a Linux/Mac OS or run the api-manager.bat file if you are on a Windows OS.

Run on Docker

  1. Install Docker if you haven't done so already.
  2. The API Manager 4.4.0 Docker image is available on DockerHub and can be run using the following command
docker run -it -p 9443:9443 -p 8243:8243 wso2/wso2am:4.4.0

What's New

Fixed Issues

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

Known Issues

All the open issues pertaining to WSO2 API Manager-4.4.0 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 Manager through WSO2 API Manager GIT Issues.

Reporting Security Issues

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.4.0-RC2 Released!

26 Oct 02:31
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the second release candidate of WSO2 API Manager 4.4.0

WSO2 API Manager 4.4.0-RC Released!

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

The WSO2 API Manager team is pleased to announce the first release candidate of WSO2 API Manager 4.4.0

WSO2 API Manager 4.4.0-Beta Released!

20 Oct 05:09
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 4.4.0-Beta!

It's now available to download.

Distribution

You can download API Manager 4.4.0-Beta from here.

How to run

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

  1. Install JDK Version 17.
  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 api-manager.sh file if you are on a Linux/Mac OS or run the api-manager.bat file if you are on a Windows OS.

What's New

  • AI API Gateway
  • Support sequences as API backends
  • Disable subscription requirement for API consumption
  • Subscription approval support from API Publisher
  • WSO2 Identity Server 7.0 Authorization Server Support
  • Allow privileged users to update subscription business plan for existing subscriptions
  • Support separate client side MTLS for production and sandbox environments
  • Application level throttle policy reset support
  • Filtering support for denylist throttling policies
  • Enhanced content search support with OpenAPI definition search
  • Multi DC Replication support for PostgreSQL
  • Audience Validation support for JWTs
  • Transaction Counter for Gateway

Fixed Issues

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

Known Issues

All the open issues pertaining to WSO2 API Manager-4.4.0-Beta 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 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.4.0-Alpha Released!

30 Sep 15:00
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the release of API Manager 4.4.0-Alpha!

It's now available to download.

Distribution

You can download API Manager 4.4.0-Alpha from here.

How to run

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

  1. Install JDK Version 17.
  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 api-manager.sh file if you are on a Linux/Mac OS or run the api-manager.bat file if you are on a Windows OS.

What's New

  • Filtering support for Denylist throttling policies
  • Subscription Approval Support from API Publisher
  • Allow privileged users to update subscription business plan for existing subscriptions
  • Support separate client side MTLS for production and sandbox environments
  • WSO2 Identity Server 7.0 Authorization Server Support
  • Enhanced content search support with OpenAPI definition search
  • Support sequences as API backends
  • Disable subscription requirement for API consumption
  • Multi DC Replication support for PostgreSQL
  • Audience Validation Support for JWTs
  • Transaction Counter for Gateway
  • Application level throttle policy reset support
  • AI API support in Gateway

Fixed Issues

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

Known Issues

All the open issues pertaining to WSO2 API Manager-4.4.0-Alpha 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 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.4.0-M2 Released!

22 Aug 10:23
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager Team is pleased to announce the release of API Manager 4.4.0-M2

The WSO2 API Manager is a platform for building and managing APIs. It helps developers implement APIs by integrating different types of systems and APIs, and also helps to manage them using its API governance and lifecycle management capabilities. APIs could be built by integrating different types of APIs such as traditional request-response style APIs and event-driven APIs using a low-code/no-code development experience and exposing it to consumers through its API Gateway.

How to run

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

  1. Install JDK Version 17.
  2. Set the JAVA_HOME environment variable.
  3. Download and extract the downloaded ZIP file.
  4. Go to the bin directory in the extracted folder.
  5. Run the api-manager.sh file if you are on a Linux/Mac OS or run the api-manager.bat file if you are on a Windows OS. sh api-manager.sh api-manager.bat --run

What's New

  • Subscription Approval capability from the Publisher portal
  • Support separate client side MTLS for production and sandbox environments
  • Audience validation support for APIs

Fixed Issues

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

Known Issues

All the open issues pertaining to WSO2 API Manager-4.4.0 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 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.4.0-M1 Released!

27 Jul 07:13
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager Team is pleased to announce the release of API Manager 4.4.0-M1

The WSO2 API Manager is a platform for building and managing APIs. It helps developers implement APIs by integrating different types of systems and APIs, and also helps to manage them using its API governance and lifecycle management capabilities. APIs could be built by integrating different types of APIs such as traditional request-response style APIs and event-driven APIs using a low-code/no-code development experience and exposing it to consumers through its API Gateway.

How to run

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

  1. Install JDK Version 17.
  2. Set the JAVA_HOME environment variable.
  3. Download and extract the downloaded ZIP file.
  4. Go to the bin directory in the extracted folder.
  5. Run the api-manager.sh file if you are on a Linux/Mac OS or run the api-manager.bat file if you are on a Windows OS. sh api-manager.sh api-manager.bat --run

What's New

  • Filtering support for denylist rate limit policies
  • Modify subscription business plans of existing subscriptions
  • Application rate limit reset support
  • Enhanced REST API logging and error codes
  • NPM and Node version upgrade in UI components

Fixed Issues

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

Known Issues

All the open issues pertaining to WSO2 API Manager-4.4.0 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 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.3.0 Released!

10 Apr 07:48
Compare
Choose a tag to compare

The WSO2 API Manager team is pleased to announce the release of API Manager 4.3.0!

It's now available to download.

Distribution

You can download API Manager 4.3.0 from here.

How to run

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

  1. Install JDK Version 17.
  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 api-manager.sh file if you are on a Linux/Mac OS or run the api-manager.bat file if you are on a Windows OS.

What's New

Fixed Issues

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

Known Issues

All the open issues pertaining to WSO2 API Manager-4.3.0 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 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.3.0-RC2 Released!

08 Apr 08:09
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the second release candidate of WSO2 API Manager 4.3.0

WSO2 API Manager 4.3.0-RC Released!

04 Apr 16:26
Compare
Choose a tag to compare
Pre-release

The WSO2 API Manager team is pleased to announce the first release candidate of WSO2 API Manager 4.3.0