From 35c1680af3b195ae43d7453f1b8c699c86cd5396 Mon Sep 17 00:00:00 2001 From: Vlad Vinogradsky Date: Thu, 22 Apr 2021 16:24:43 -0700 Subject: [PATCH] Release notes for self-hosted gateway 1.2.1 --- changelogs/self-hosted-gateway.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/changelogs/self-hosted-gateway.md b/changelogs/self-hosted-gateway.md index b2752ce..74aca2c 100644 --- a/changelogs/self-hosted-gateway.md +++ b/changelogs/self-hosted-gateway.md @@ -1,5 +1,23 @@ # Self-hosted API gateway changelog +## Release - self-hosted gateway: 1.2.1 + +*April 22, 2021* + +New **stable** version of the [self-hosted gateway](https://aka.ms/apim/shgw/overview) is now available. Full list of container versions can be found [here](https://mcr.microsoft.com/v2/azure-api-management/gateway/tags/list). + +### New + +None + +### Bug fixes + +- Plugged a memory leak in the backend response content processing logic. + +### Breaking changes + +None + ## Release - self-hosted gateway: 1.2.0 *April 20, 2021*