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

Changelog History
Page 29

  • v0.35.3 Changes

    • โž• Added transport performance showdown
  • v0.35.2 Changes

    • ๐Ÿ‘ Better handling of errors (i.e. DON'T IGNORE ERRORS) when MSMQ receive fails
    • Optimization of SQL Server transport
    • ๐Ÿ›  Fixed hard-to-find bug in how SqlServerMessageQueue would associate commands with the ongoing SqlTransaction
  • v0.35.1 Changes

    • 1st go at implementing a SQL Server-based transport - can be used if you don't have MSMQ available on your machines
    • ๐Ÿ‘ป Fixed glitch in error handling while doing any kind of send that threw an exception without including the inner exception
  • v0.35.0 Changes

    • Made JSON serializer handle encoding properly when deserializing messages
    • โž• Added Rebus.Async that extends Rebus with the ability to register reply handlers inline
  • v0.34.7 Changes

    • โž• Added configuration extension for Log4Net that will automatically set the correlation ID property on the ThreadContext
  • v0.34.6 Changes

    • โž• Added ability to provide correlation ID on all outgoing messages automatically in cases where none was supplied from elsewhere ('elsewhere' being either explicitly specified or flowing from the current message context)
  • v0.34.5 Changes

    • โž• Added ability to let a special correlation ID header automatically flow to all outgoing messages when it is present
  • v0.34.4 Changes

    • ๐Ÿ‘Œ Improved error reporting in case of exceptions while attempting to send all kinds of messages
  • v0.34.3 Changes

    • ๐Ÿ›  Fixed bug in InMemorySagaPersister that would not use the proper JSON serializer settings when deserializing
  • v0.34.2 Changes

    • ๐Ÿ›  Fixed bug in SQL saga persister and SQL subscription storage because SqlConnection is not nice enough to set the Transaction property when creating commands