Skip to content

WSO2 API Manager 4.4.0 Released!

Latest
Compare
Choose a tag to compare
@RakhithaRR RakhithaRR released this 30 Oct 08:38

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 ~