All Versions
301
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 7

  • v2.1.5 Changes

    • โž• Add a couple of strategic logging statements around message dispatch
  • v2.1.4 Changes

    • ๐Ÿ›  Fix BuiltinHandlerActivator disposal race condition bug (could accidentally call a handler method with a null bus during shutdown)
    • ๐Ÿ›  Fix bug that would cause a saga data instance explicitly added to the SagaFixture to be completely ignored - thanks [madstt]
  • v2.1.3 Changes

    • โž• Add additional allowed saga correlation property types: bool, byte, short, and long
  • v2.1.2 Changes

    • ๐Ÿ›  Fix bug that would only accept one set of correlation properties for each saga data type. Now it works when multiple saga handlers use the same saga data type.
  • v2.1.1 Changes

    • โž• Add missing Injectionist access methods on RebusLoggingConfigurer
  • v2.1.0 Changes

    • โž• Add ability to forward to multiple recipients with a transport message forwarder function
  • v2.0.2 Changes

    • ๐Ÿ‘ Allow for customizing how the ambient transaction context is accessed (e.g. by backing it with HttpContext.Current.Items if that works better in your case)
  • v2.0.1 Changes

    • THIS is Rebus 2 :o)
  • v2.0.0 Changes

    • This is Rebus 2 :)
  • v2.0.0-b03 Changes

    • โž• Add separate wait methods to ISyncBackoffStrategy in order to differentiate between waiting because no more parallel operations are allowed, and waiting because no message was received
    • โž• Add deliveryTimeoutSeconds paramater to Deliver method of SagaFixture in order to allow for not timing out when e.g. step-debugging saga message processing