github Azure/api-management-self-hosted-gateway Container-v2.1.5
Container Image - v2.1.5

latest releases: v1.9.0, Container-v2.5.0, Container-v2.4.0...
19 months ago

Getting started

You can easily install the self-hosted gateway with Docker:

docker run -d -p 8080:8080 -p 8081:8081 --name <gateway-name> --envconfig.service.endpoint=<instance-name>.configuration.azure-api.net
config.service.auth=<auth-token> mcr.microsoft.com/azure-api-management/gateway:2.1.5

The following tags have been made available - latest, v2 & 2.1.5.

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

None.

Fixes / Changes

  • Fix a bug where gateway does not start up when DNS resolving fails for neighbor discovery
  • Fix a bug where multiple gateway instances are not synchronizing rate-limiting information unless an endpoint with rate limiting was called earlier.
  • Fix a bug where HTTP(S) proxy does not provide logs in console output nor API inspector
  • Fix a bug where data-plane requests randomly stop working due to policy parsing cancellation
  • Fix for CVE-2022-35252 vulnerability in our base image (Low Severity | details)

Breaking Changes

None.

Removal

None.

Don't miss a new api-management-self-hosted-gateway release

NewReleases is sending notifications on new releases.