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

9 hours 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>
--env config.service.endpoint=<instance-name>.configuration.azure-api.net
config.service.auth=<auth-token>
mcr.microsoft.com/azure-api-management/gateway:2.11.1

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

None.

Fixes / Changes

  • Fixed a bug where using authentication-certificate policy may have failed with m_safeCertContext is an invalid handle
  • Fixed a bug where requests may have failed due to DotNetty.Codecs.EncoderException
  • Fixed a bug where requests may have failed due to NullReferenceException with 500 response due to ErrorHandler
  • Patches security vulnerabilities (ie #389)

Breaking Changes

None.

Removal

None.

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

NewReleases is sending notifications on new releases.