Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion aspnetcore/release-notes/aspnetcore-10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Learn about the new features in ASP.NET Core in .NET 10.
ms.author: wpickett
ms.custom: mvc
ms.date: 09/15/2025
ms.date: 11/11/2025
uid: aspnetcore-10
---
# What's new in ASP.NET Core in .NET 10
Expand Down Expand Up @@ -67,6 +67,8 @@ This section describes new features for OpenAPI.

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

[!INCLUDE[](~/release-notes/aspnetcore-10/includes/endpoint-specific-operation-transformers.md)]

[!INCLUDE[](~/release-notes/aspnetcore-10/includes/upgrade-microsoft-openapi-2.md)]

[!INCLUDE[](~/release-notes/aspnetcore-10/includes/openapi-schema-enhancements.md)]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Endpoint-specific OpenAPI operation transformers

Endpoint-specific operation transformers enable fine-grained customization of OpenAPI documentation for individual route endpoints. This feature allows developers to tailor Swagger/OpenAPI metadata and descriptions on a per-action or per-route basis, enhancing extensibility for advanced API scenarios.

For implementation details and code samples, see <xref:fundamentals/openapi/customize-openapi#use-operation-transformers>.