You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
Represents the **NuGet** versions.
4
4
5
+
## v5.12.5
6
+
-*[Issue 243](https://github.com/Avanade/Beef/issues/243):* Fixed `[HttpGet("persons/{id}")]` to `[HttpGet("persons/{id}, Name=Entity-Name_Operation-Name)")]` which sets the `OperationId` within the OpenAPI output.
7
+
-*[Issue 244](https://github.com/Avanade/Beef/issues/244):* Fixed `Operation.HttpAgentRoute` where specified as a query string `?foo=bar`; was being generated as `prefix/?foo=bar` versus `prefix?foo=bar`.
8
+
-*Fixed:* Upgraded `CoreEx` (`v3.18.1`) to include all related fixes and improvements.
9
+
5
10
## v5.12.4
6
11
-*Fixed:* Fixes to the `Template` solution to improve the initial `dotnet new beef` experience, including sample Reference Data API tests.
7
12
-*Fixed:* Upgraded `CoreEx` (`v3.18.0`) to include all related fixes and improvements.
=>_webApi.GetAsync(Request, p =>_orchestrator.GetWithFilterAsync<RefDataNamespace.TransactionStatus>(codes,text,p.RequestOptions.IncludeInactive));
@@ -98,9 +94,7 @@ public Task<IActionResult> TransactionStatusGetAll([FromQuery] IEnumerable<strin
98
94
/// Gets the reference data entries for the specified entities and codes from the query string; e.g: api/v1/ref?entity=codeX,codeY&entity2=codeZ&entity3
=>_webApi.PostAsync(Request, p =>_manager.RaiseEventAsync(throwError),statusCode:HttpStatusCode.NoContent,operationType:CoreEx.OperationType.Unspecified);
0 commit comments