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

latest releases: v1.11.0, Container-v2.7.1
2 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.7.0

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

  • Support for WebSocket APIs is now generally available (GA)
  • Support for decryption keys to the validate-azure-ad-token policy

Fixes / Changes

  • Fixed a bug where expressions did not work as expected for in the elements in the validate-jwt policy
  • Fixed a bug where JSON payloads are malformed when log volume is high (#278)
  • Improve Configuration API integration logging for improved support/troubleshooting:
    • Provide information about request path that failed
    • Provide RequestId in all logs that helps during support cases
  • Fixed a bug where Configuration API integration will fail with 404 because of missing sanitizing of gateway.name setting (Entra ID authentication only)
  • Fix for all CVEs
  • Various improvements

Breaking Changes

Removal

None.

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

NewReleases is sending notifications on new releases.