Releases: mehdihadeli/Go-MediatR
Releases · mehdihadeli/Go-MediatR
v1.3.0
What Changed 👀
♻️ Enhancement
- ♻️ seperating example module from mediatr package @mehdihadeli (#16)
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What Changed 👀
🚀 Features
- feat: ✨ add ctx to RequestHandlerFunc for keeping the flow o… @mehdihadeli (#12)
Full Changelog: v1.1.10...v1.2.0
v1.1.10
What Changed 👀
🚀 Features
- register handler factory @Abdulrahman-Tayara (#2)
👷 CI
- some changes in the github-actions workflows @mehdihadeli
🚩 Other changes
- Fix typo in read me @yagizzcann (#1)
Full Changelog: v1.1.9...v1.1.10
V1.1.9
- Clear request registrations with
ClearRequestRegistrations
- Clear notification registrations with
ClearNotificationRegistrations
Full Changelog: v1.1.8...v1.1.9
v1.1.8
- Support sending notification with
zero
ormore handlers
. - Enforce
exactly one handler
for eachrequest
.
Full Changelog: v1.1.7...v1.1.8
v1.1.7
- Fix bugs in running tests in parallel with using t.Run and defining some subtests and batch (for executing batch sequentially)
- Add
test coverage
with using coveralls - Update README file
Full Changelog: v1.1.6...v1.1.7
v1.1.6
- Change package name from
mediatr
togo-mediatr
Full Changelog: v1.1.5...v1.1.6
v1.1.5
- Adding pipeline behaviors to the mediatr
- Adding tests for pipeline behaviors
- Updating readme for using pipeline behaviors
Full Changelog: v1.1.4...v1.1.5
v1.1.4
- Adding event notification to cqrs sample
- Update readme file for notification events
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- Adding notification message for sending a message with multiple handlers
- Adding publish method to mediatr for dispatching notification message
- Adding some tests and benchmarks
Full Changelog: v1.1.2...v1.1.3