- Test release
- Made namespaces more convenient - also for people without R#
- Release 2.0.0
- Fix bug where
MessageQueueTransaction
was committed in the wrong place. Could lead to subtle race conditions between the user's code and the MSMQ transaction when addingOnCommitted(...)
callbacks to the transaction context
- Update to Rebus 3
- Remove weird legacy mode UTF7 stuff
- Update to Rebus 4
- Add .NET Core support
- Fix typo ;)
- Update to Rebus 5
- Target .NET 4.5 and .NET 4.6
- Enable custom serialization of headers by introducing the
IMsmqHeaderSerializer
service - thanks hjalle
- Graceful handling of cases where headers of incoming message are null
- Update to Rebus 6
- Fix structured logging
- Update to Rebus 8