Skip to content

Commit

Permalink
Update mediator.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Feb 8, 2025
1 parent 8d163b1 commit 5d1e3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/release-notes/mediator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import RN from '/src/components/ReleaseNote.astro';
# 3.3.0 - TBD
<RN type="feature">Support for Uno Platform</RN>
<RN type="enhancement">ASPNET extension now has its own logging enrichment exception handler</RN>
<RN type="enhancement">Ability to bypass middleware using headers - mediator.Send(..., cancelToken, Headers.BypassMiddleware)</RN>
<RN type="enhancement">Ability to bypass error traps using `Headers.DontTrapExceptions` - all Shiny Mediator middleware that error trap will respect this header</RN>

# 3.2.0 - January 30, 2025
<RN type="feature">Global Exception Handling via new `IExceptionHandler`</RN>
Expand Down

0 comments on commit 5d1e3fa

Please sign in to comment.