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