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

latest release: v1.14.1
2 days 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.10.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 logs are using ISO-8601 format for timestamps for days 1-9 of a given month (#358)
  • Fixed a bug where SubscriptionKeyNotFound was no longer reported as error reason in logs
  • Rolled back a change causing set-backend-service policy to not work as documented
  • Rolled back a change that can cause timings to be reported incorrectly in logs
  • Patch for CVE-2025-55315 in .NET (advisory, #363)
  • Patch for CVE-2025-55248 in .NET (announcement)

Breaking Changes

None.

Removal

None.

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

NewReleases is sending notifications on new releases.