github Azure/api-management-self-hosted-gateway Container-v2.3.0-preview-1
Container Image - v2.3.0-preview-1

latest releases: v1.9.0, Container-v2.5.0, Container-v2.4.0...
pre-release11 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.3.0-preview-1

⚠️ This is a preview release for which we do not provide support and should only be used for evaluation/experimentation.

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

  • Support for using Azure AD authentication for Configuration API v2 (docs)
  • Support for using Configuration API v2 with custom hostname (docs)

Fixes / Changes

  • Provide automated fallback for regional Azure AD based on DNS failures (see MSAL discussion)
  • Improve logging around local log sink creation/connection outcome
  • Fixed a bug where CPU spikes are caused due to excessive logging due to ScheduledActionMissedDeadline
  • Fixed a bug where logs are polluted with System.Diagnostics.Tracing.EventPayload entries
  • Fixed a bug where localsyslog telemetry was no longer sent correctly due to connection issues while streaming
  • Fixed a bug where request fails with exception Stack empty

Breaking Changes

None.

Removal

None.

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

NewReleases is sending notifications on new releases.