Skip to content

Commit

Permalink
Update mediator.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Oct 6, 2024
1 parent d97ea5f commit e16be58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/release-notes/mediator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ tableOfContents: false
import Aside from '../../../components/Alert.tsx';
import RN from '../../../components/ReleaseNote.astro';

# 2.0.1 - Oct 6, 2024
<RN type="fix">OpenApiGenerator was not returning subtypes from string</RN>
<RN type="enhancement" breaing={true}>ASPNET OperationId is not enforced through the attribute constructor</RN>
<RN type="chore">Improved source generator logging</RN>


# 2.0.0 - Oct 4, 2024
<RN type="feature">Most middleware and internal handlers now support configuration via Microsoft.Extensions.Configuration vs using attributes - HTTP, Timer Refresh, Offline, Stream Replay, Performance Logging, Caching, User Notifications</RN>
<RN type="feature">Blazor now supports offline, stream replay, and user notification middleware</RN>
Expand Down

0 comments on commit e16be58

Please sign in to comment.