Skip to content

Commit ff7e052

Browse files
committed
Merge branch 'dev'
2 parents bf529df + 77727af commit ff7e052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/release-notes/mediator.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ import Aside from '/src/components/Alert.tsx';
66
import RN from '/src/components/ReleaseNote.astro';
77

88
## v6
9+
<RN type="feature" breaking={true}>Moving to .NET 8 & 10 as minimum target</RN>
910
<RN type="feature" breaking={true}>New HTTP Client Source Generation now generates handlers, contracts, JSON converters, and registration to make it fully compatible. This will require you to call a new registration method, but its setup through MediatorHttpItem remains the same</RN>
1011
<RN type="feature" breaking={true}>DirectHttpRequest is gone. You can create your own HTTP objects as before which will source generate a handler</RN>
11-
<RN type="enhancement">The HTTP Client source generation no longer ignores missing OperationIDs. It inferes the contact name using the HTTP verb and last portion of the endpoint path</RN>
12+
<RN type="enhancement">The HTTP Client source generation no longer ignores missing OperationIDs. It inferes the contact name using the HTTP verb and path info (ie. GET /user/list = GetUserList)</RN>
1213
<RN type="enhancement">ASPNET no longer enforces operation ID in the attribute setup</RN>
1314
<RN type="enhancement">We now support async enumerable responses. Sample below:</RN>
14-
15+
<RN type="enhancement" repo="mediator" pr={true} githubNumber="51" contributor="codelisk">PrismRegionNavigationCommand for region-based navigation</RN>
1516
#### Async Enumerable Responses
1617
```csharp
1718
// if your endpoint does NOT support server sent events, you can still use IAsyncEnumerable<T> - just remove the IServerSentEventsStream interface

0 commit comments

Comments
 (0)