-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes.txt
45 lines (32 loc) · 1.05 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0.1.0 - 01 Sep 2021s
Initial version.
0.2.0 - 01 Jan 2022
Added NetStandard 2.0 targeted libraries.
0.3.0 - 23 Aug 2022
Bugfixes.
0.4.0 - 12 May 2023
Package updates.
0.5.0 - 2 June 2023
Added Net 6.0 targeted libraries.
0.6.0 - 4 July 2023
Added Net 7.0 targeted libraries.
1.0.0 - 31 Oct 2023
Release.
1.0.1 - 13 Nov 2023
Readme updated.
Icon updated.
7.0.0 - 18 Nov 2023
Removed PaginatedQuery as useless.
Updated version to correlate with .NET version.
8.0.0 - 18 Nov 2023
Added support for .NET 8.
8.0.1 - 24 Nov 2023
Fixed unhandled exception on .NET 8. System.TypeLoadException: GenericArguments[0], 'TCommnd', on 'MediatR.IRequestHandler`2[TRequest,TResponse]' violates the constraint of type parameter 'TRequest'.
Upgrade packages.
8.1.2 - 3 Apr 2024
Added NoRegisterAutomaticallyAttribute to avoid register instance of class automatically in DI.
Small fixes.
Added sample project.
8.2.0 - 16 Apr 2024
Added IRequestFilter with Behaviour to filter request of query or command.
Added IResultFilter with Behaviour to filter result of query or command.