File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Microsoft.AspNet.OData.Versioning.ApiExplorer
Microsoft.AspNetCore.Mvc.Versioning
Microsoft.AspNetCore.OData.Versioning.ApiExplorer
Microsoft.AspNetCore.OData.Versioning Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1-
1+ Fixed query options for non-action POST
Original file line number Diff line number Diff line change 11Support Endpoint Routing (#413)
2- ApiVersioningOptions.UseApiBehavior now defaults to true
3- Enhanced API controller filtering with IApiControllerSpecification
4- Add ApiBehaviorSpecification to match ApiControllerAttribute
2+ ApiVersioningOptions.UseApiBehavior defaults to true
3+ Add IApiControllerSpecification for API controllers
4+ Add ApiBehaviorSpecification for [ApiController]
Original file line number Diff line number Diff line change 1- Fixed exploring query options for `POST` when the controller action is not an EDM action
1+ Fixed query options for non- action POST
Original file line number Diff line number Diff line change 1- Fixed a scenario where **ODataAttributeRouteInfo** was not generated for some actions
2- Added ODataControllerSpecification to identify OData controllers as API controllers
1+ Fixed not all actions had ODataAttributeRouteInfo
2+ Added ODataControllerSpecification for OData APIs
You can’t perform that action at this time.
0 commit comments