Skip to content

Commit

Permalink
Update v10.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jul 28, 2024
1 parent 39ecb38 commit cc52aa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/release-notes/mediator/v10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import RN from '../../../../components/ReleaseNote.astro';
<RN type="enhancement">Attributes for offline, caches, etc can now be applied on the request contract AND/OR the request handlers</RN>
<RN type="enhancement">IRequestKey.ReflectKey looks through all public, instance, getters that are not null into part of the key</RN>

# 1.7.1 - July 28
<RN type="enhancement">Logging is now built into the core mediator library</RN>
<RN type="enhancement">Request pipeline now has logging built-in</RN>
<RN type="enhancement">ExceptionHandlerEventMiddleware & TimedLoggingRequestMiddleware moved from MAUI to main library</RN>

# 1.7.0 - July 20
<RN type="feature">New contract validation middleware using data annotations or fluentvalidation</RN>
<RN type="enhancement">Add new contract TimestampedResult generic to help with timestamps of when a cache or offline bundle is from</RN>
Expand Down

0 comments on commit cc52aa3

Please sign in to comment.