Skip to content

Commit b608c4b

Browse files
authored
WN 10p4: OpenAPI.NET update to Preview 17 (#35464)
* WN 10p4: OpenAPI.NET update to Preview 17 * Update Prev17 link
1 parent d922a72 commit b608c4b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ This section describes new features for OpenAPI.
6161

6262
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/OpenApiSchemasInTransformers.md)]
6363

64+
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/OpenApiNetUpdatePrev17.md)]
65+
6466
### Authentication and authorization
6567

6668
This section describes new features for authentication and authorization.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### OpenAPI.NET updated to Preview.17
2+
3+
The OpenAPI.NET library used in ASP.NET Core OpenAPI document generation was upgraded to [v2.0.0-preview17](https://www.nuget.org/packages/Microsoft.OpenApi/2.0.0-preview.17). This version includes a number of bug fixes and improvements and also introduces some breaking changes. The breaking changes should only affect users that use document, operation, or schema transformers. Breaking changes in this iteration that may affect developers include the following:
4+
5+
* [Ephemeral object properties are now in Metadata](https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-2.md#ephemeral-object-properties-are-now-in-metadata)
6+
* [Use HTTP Method Object Instead of Enum](https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-2.md#use-http-method-object-instead-of-enum)

0 commit comments

Comments
 (0)