All Versions
298
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 16
Changelog History
Page 16
-
v0.98.10 Changes
- Extended built-in handler activator with
Register
overloads that allow for registering handler factory functions that acceptIMessageContext
and(IBus, IMessageContext)
as arguments
- Extended built-in handler activator with
-
v0.98.9 Changes
- ๐ Fixed MSMQ remote queue path formatting
-
v0.98.8 Changes
- ๐ Fixed bug that could result in double-resolving handler instances with Ninject, Castle Windsor, and Unity because of a lazy-evaluated
IEnumerable
- ๐ Fixed bug that could result in double-resolving handler instances with Ninject, Castle Windsor, and Unity because of a lazy-evaluated
-
v0.98.7 Changes
- โ Added simple 2nd level retries mechanism
- โ Added ability to forward the current transport message (optionally supplying some extra headers)
- โ Added configurable idle time backoff strategy
-
v0.98.6 Changes
- โ Added "per Rebus message" lifestyle to Windsor container configuration extensions
-
v0.98.5 Changes
- โ Added one-way client mode for Amazon SQS transport
-
v0.98.4 Changes
- โ Added
IsNew
property toSaga
base class allowing saga handlers to easily determine whether the instance is new
- โ Added
-
v0.98.3 Changes
- Made disposal of resources more consistent (still not entirely consistent though, depends on importance)
-
v0.98.2 Changes
- โ Added transport message routing capability
-
v0.98.1 Changes
- Set message label on sent MSMQ messages (is shown in MSMQ tools like Rebus Snoop etc.)