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)
- Install Java SE Development Kit (JDK) version 21.
- Set the
JAVA_HOME
environment variable. For more information on setting theJAVA_HOME
environment variable for different operating systems refer the steps in our documentation. - Extract the downloaded zip file.
- Go to the bin directory in the extracted folder.
- Run the
api-manager.sh
file if you are on a Linux/Mac OS or run theapi-manager.bat
file if you are on a Windows OS.
Run on Docker
- Install Docker if you haven't done so already.
- 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
- Egress API Management capability with support for LLM/AI
- WSO2 Identity Server 7.0 Authorization Server Support
- Support For Consuming APIs Without Subscriptions
- API Microgateway / Immutable Gateway Support with APIM 4.x
- Dynamic API Flow Orchestration Support
- Subscription approval support from API Publisher
- Allow privileged users to update subscription business plan for existing subscriptions
- Enhanced content search support
- Support separate client side MTLS for production and sandbox environments
- Application level throttle policy reset support
- Multi DC Replication support for PostgreSQL
- Audience Validation support for JWTs
- Filtering support for denylist throttling policies
- 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 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 ~