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 25, 2025
1 parent ebfd682 commit 04c88db
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,10 +6,17 @@ tableOfContents: false
import Aside from '/src/components/Alert.tsx';
import RN from '/src/components/ReleaseNote.astro';

# 3.next - TBD
# 3.1.0 - January 25, 2025

## Core
<RN type="enhancement">Ability to control timer refresh through header arguments</RN>
<RN type="enhancement">You can now force cache refreshing through Request(contract, cancel token, CacheExtensions.ForceCacheRefreshHeader)</RN>
<RN type="enhancement">Ability to set cache arguments through header arguments</RN>
<RN type="enhancement">Commands can now be scheduled through headers</RN>

## Dapper Extension
<RN type="enhancement">Dapper requests now have requests keys built-in to their request objects</RN>
<RN type="enhancement">Dapper requests now accept transactions and command types</RN>

# 3.0.0 - January 24, 2025

Expand Down

0 comments on commit 04c88db

Please sign in to comment.