Releases: mehdihadeli/Go-MediatR
Releases · mehdihadeli/Go-MediatR
v1.4.0
What Changed 👀
🚀 Features
- feat: ✨ add thread-safe handlers registration @mehdihadeli (#24)
♻️ Enhancement
- refactor: ♻️ optimization concurrent-safety and adding api docs @mehdihadeli (#25)
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What Changed 👀
🧰 Maintenance
- chore: remove unused packages @mehdihadeli (#23)
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What Changed 👀
♻️ Enhancement
- refactor: ♻️ remove linq package and using go for aggregating result @mehdihadeli (#22)
Full Changelog: v1.3.0...v1.3.1
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
zeroormore handlers. - Enforce
exactly one handlerfor 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 coveragewith using coveralls - Update README file
Full Changelog: v1.1.6...v1.1.7
v1.1.6
- Change package name from
mediatrtogo-mediatr
Full Changelog: v1.1.5...v1.1.6