Skip to content

Commit b08b2ee

Browse files
author
Chris Martinez
committed
Corrections to 3.1 release notes
1 parent 8afc8f9 commit b08b2ee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Fixed query options for non-action POST
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Support 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]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed exploring query options for `POST` when the controller action is not an EDM action
1+
Fixed query options for non-action POST
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

0 commit comments

Comments
 (0)