Skip to content

Releases: mehdihadeli/Go-MediatR

v1.3.0

22 Nov 17:10
f89a9dc
Compare
Choose a tag to compare

What Changed 👀

♻️ Enhancement

v1.2.0

05 Oct 21:02
e9968cb
Compare
Choose a tag to compare

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

02 Apr 12:02
fa71625
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

👷 CI

🚩 Other changes

Full Changelog: v1.1.9...v1.1.10

V1.1.9

28 Oct 18:53
Compare
Choose a tag to compare
  • Clear request registrations with ClearRequestRegistrations
  • Clear notification registrations with ClearNotificationRegistrations

Full Changelog: v1.1.8...v1.1.9

v1.1.8

19 Aug 20:42
Compare
Choose a tag to compare
  • Support sending notification with zero or more handlers.
  • Enforce exactly one handler for each request.

Full Changelog: v1.1.7...v1.1.8

v1.1.7

10 Aug 12:48
Compare
Choose a tag to compare
  • 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

06 Aug 09:33
Compare
Choose a tag to compare
  • Change package name from mediatr to go-mediatr

Full Changelog: v1.1.5...v1.1.6

v1.1.5

05 Aug 17:03
Compare
Choose a tag to compare
  • 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

04 Aug 19:41
Compare
Choose a tag to compare
  • Adding event notification to cqrs sample
  • Update readme file for notification events

Full Changelog: v1.1.3...v1.1.4

v1.1.3

03 Aug 21:27
Compare
Choose a tag to compare
  • 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