Skip to content

Releases: NimaAra/Easy.MessageHub

Easy.MessageHub-5.0.0

30 Jun 15:19
Compare
Choose a tag to compare
  • Moved away from the singleton model.

Easy.MessageHub-4.0.1

06 Feb 21:58
Compare
Choose a tag to compare
  • Ensure the unregistered subscription is removed from all the threads.

Easy.MessageHub-4.0.0

05 Feb 22:28
Compare
Choose a tag to compare
  • Raised minimum .NET Framework support from 3.5 to 4.5.
  • Fixed a variation of #7 occurring in some multi-threaded scenarios.
  • Minor refactoring.

Easy.MessageHub-3.4.0

09 Jun 20:58
Compare
Choose a tag to compare
  • Improved exception handling
  • Minor refactoring

Easy.MessageHub-3.3.0

11 Feb 17:11
Compare
Choose a tag to compare
  • Improved hub disposal;
  • Minor refactoring

Easy.MessageHub-3.2.1

25 Sep 18:08
Compare
Choose a tag to compare

Easy.MessageHub-3.2.0

19 Sep 19:44
Compare
Choose a tag to compare
  • Fixed: #7;
  • Minor refactoring.

Easy.MessageHub-3.1.0

20 May 15:38
Compare
Choose a tag to compare
  • Exposed an override for the Subscribe method to allow throttling on the IMessageHub
  • Minor bug fixes

Easy.MessageHub-3.0.0

08 Dec 22:30
Compare
Choose a tag to compare
  • Added support for .Net 3.5 and netstandard1.0.

Easy.MessageHub-2.5.0.0

11 Jul 18:05
Compare
Choose a tag to compare
  • Added throttling support
  • Performance improvements
  • Minor refactoring