From 0c455c84bfbf1dca90fcf982ba108f2339a35aa3 Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Mon, 3 May 2021 09:42:09 +0900 Subject: [PATCH] Add release note --- release-notes/v0.7.2-preview.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/v0.7.2-preview.md diff --git a/release-notes/v0.7.2-preview.md b/release-notes/v0.7.2-preview.md new file mode 100644 index 00000000..04d32907 --- /dev/null +++ b/release-notes/v0.7.2-preview.md @@ -0,0 +1,15 @@ +## Release Notes ## + +Bug fixes and enhancements + + +### Changes ### + +* #104 #98 Fix custom hostname for better discoverability + * It's now exposed through [Azure API Management](https://docs.microsoft.com/azure/api-management/api-management-key-concepts?WT.mc_id=github-0000-juyoo) and load balancing services like [Azure Front Door](https://docs.microsoft.com/azure/frontdoor/front-door-overview?WT.mc_id=github-0000-juyoo) + + +### Fixes ### + +* #111 Fix OpenApiConfigurationResolver that only picks up one `IOpenApiConfigurationOptions` instance +* #114 Examples for OpenAPI V2/V3 that selectively renders the `example` attribute based on the document version