From f29978d69ba1b6c96b1cb9a0b351d89efebfe55a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Oct 2020 13:59:18 -0700 Subject: [PATCH] Self-hosted gateway release 1.1.0 --- changelogs/self-hosted-gateway.md | 21 +++++++++++++++++++ .../CODE_OF_CONDUCT.md | 0 .../CONTRIBUTIONS.md | 0 LEGAL.MD => open-source-policies/LEGAL.MD | 0 LICENSE => open-source-policies/LICENSE | 0 .../LICENSE-CODE | 0 .../SECURITY.md | 0 7 files changed, 21 insertions(+) create mode 100644 changelogs/self-hosted-gateway.md rename CODE_OF_CONDUCT.md => open-source-policies/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTIONS.md => open-source-policies/CONTRIBUTIONS.md (100%) rename LEGAL.MD => open-source-policies/LEGAL.MD (100%) rename LICENSE => open-source-policies/LICENSE (100%) rename LICENSE-CODE => open-source-policies/LICENSE-CODE (100%) rename SECURITY.md => open-source-policies/SECURITY.md (100%) diff --git a/changelogs/self-hosted-gateway.md b/changelogs/self-hosted-gateway.md new file mode 100644 index 0000000..d31fdc3 --- /dev/null +++ b/changelogs/self-hosted-gateway.md @@ -0,0 +1,21 @@ +# Self-hosted API gateway changelog + +## Release - self-hosted gateway: 1.1.0 + +*October 14, 2020* + +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 + +1. Migrated to [.NET Core 3.1](https://docs.microsoft.com/dotnet/core/whats-new/dotnet-core-3-1). +2. Migrated to [mcr.microsoft.com/dotnet/core/aspnet:3.1.8-alpine3.12]() base image. + +### Bug fixes + +1. Connection closed (not re-used) when empty response is received from the upstream. +2. External cache selection is not updated when self-hosted gateway location is changed. + +### Breaking changes + +None \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/open-source-policies/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to open-source-policies/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTIONS.md b/open-source-policies/CONTRIBUTIONS.md similarity index 100% rename from CONTRIBUTIONS.md rename to open-source-policies/CONTRIBUTIONS.md diff --git a/LEGAL.MD b/open-source-policies/LEGAL.MD similarity index 100% rename from LEGAL.MD rename to open-source-policies/LEGAL.MD diff --git a/LICENSE b/open-source-policies/LICENSE similarity index 100% rename from LICENSE rename to open-source-policies/LICENSE diff --git a/LICENSE-CODE b/open-source-policies/LICENSE-CODE similarity index 100% rename from LICENSE-CODE rename to open-source-policies/LICENSE-CODE diff --git a/SECURITY.md b/open-source-policies/SECURITY.md similarity index 100% rename from SECURITY.md rename to open-source-policies/SECURITY.md