All Versions
301
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 7
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 anull
bus during shutdown) - ๐ Fix bug that would cause a saga data instance explicitly added to the
SagaFixture
to be completely ignored - thanks [madstt]
- ๐ Fix
-
v2.1.3 Changes
- โ Add additional allowed saga correlation property types:
bool
,byte
,short
, andlong
- โ Add additional allowed saga correlation property types:
-
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
- โ Add missing Injectionist access methods on
-
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)
- ๐ Allow for customizing how the ambient transaction context is accessed (e.g. by backing it with
-
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 toDeliver
method ofSagaFixture
in order to allow for not timing out when e.g. step-debugging saga message processing
- โ Add separate wait methods to