From f79817f930737d1f2b0db86a9eb71f93e5d0e934 Mon Sep 17 00:00:00 2001 From: Irvine Date: Fri, 9 Sep 2022 10:03:45 +0300 Subject: [PATCH 1/2] Add release notes for v1.1.0 --- .../Microsoft.OpenAPI.OData.Reader.csproj | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj b/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj index eea11d0c..c1c55138 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj +++ b/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj @@ -15,15 +15,22 @@ netstandard2.0 Microsoft.OpenApi.OData true - 1.1.0-preview1 + 1.1.0 This package contains the codes you need to convert OData CSDL to Open API Document of Model. © Microsoft Corporation. All rights reserved. Microsoft OpenApi OData EDM https://github.com/Microsoft/OpenAPI.NET.OData - Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231 -- Use Computed annotation in the CSDL to declare property as ReadOnly #254 +- Uses Computed annotation in the CSDL to declare property as ReadOnly #254 - Fixes duplicated actions/functions request body/response schemas #241 +- Adds documentation links from Links annotations in CSDL to OpenAPI Operations #230 +- Sets explode property to false and the style property to form for OData query options #274 +- Aliases optional parameters of OData functions #259 +- Adds @odata.count parameter to collection responses #196 +- Appends OData query parameters to functions #251 #252 +- Replaces instances of anyOf to oneOf #245 +- Retrieves RestrictedProperties annotations annotated directly on navigations properties #249 Microsoft.OpenApi.OData.Reader ..\..\tool\Microsoft.OpenApi.OData.snk From e83ec6f25392bb1a88ef0f32f273e43d1814c75a Mon Sep 17 00:00:00 2001 From: Irvine Date: Wed, 14 Sep 2022 14:52:08 +0300 Subject: [PATCH 2/2] Update release note --- .../Microsoft.OpenAPI.OData.Reader.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj b/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj index c1c55138..bac3c0c4 100644 --- a/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj +++ b/src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj @@ -31,6 +31,7 @@ - Appends OData query parameters to functions #251 #252 - Replaces instances of anyOf to oneOf #245 - Retrieves RestrictedProperties annotations annotated directly on navigations properties #249 +- Add x-ms-navigationProperty extension to navigation properties #278 Microsoft.OpenApi.OData.Reader ..\..\tool\Microsoft.OpenApi.OData.snk