Skip to content

Commit

Permalink
Update mediator.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jan 29, 2025
1 parent 0229760 commit ec1a500
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/content/docs/release-notes/mediator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ tableOfContents: false
import Aside from '/src/components/Alert.tsx';
import RN from '/src/components/ReleaseNote.astro';

# 3.2.0 - TBD
# 3.1.2 - January 28, 2025

<RN type="fix">Event handlers were not getting their sent headers set in the event context</RN>
<RN type="fix">Removed cancellation token from event context to prevent misuse</RN>
<RN type="fix">RequestContext property RequestHandler has been renamed to Handler to be consistent with other context objects</RN>
<RN type="fix">Ensure only one cache service can be installed</RN>

## App Support
<RN type="enhancement">Internet service now has an event to monitor connectivity</RN>

## MAUI
<RN type="enhancement">Support Multi-Window MAUI apps in event collector</RN>
<RN type="enhancement">AlertDialogService now looks at Windows like event collector</RN>
<RN type="fix">MauiHttpRequestDecorator safeties geolocation header appending and improves configuration</RN>

## Prism
<RN type="enhancement">Add PrismNavigationCommand & PrismNavigationRecord bases to inherit</RN>
Expand Down

0 comments on commit ec1a500

Please sign in to comment.