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

Changelog History
Page 2

  • v6.6.5 Changes

    • ๐Ÿ›  Fix transaction context bug that would result in the completed flag being incorrectly set in situations where completion failed, which could lead to abort handlers not being called as they should
  • v6.6.1 Changes

    • 0๏ธโƒฃ Make it possible to set the rbs2-senttime header explicitly (i.e. it is no longer overwritten by the default headers step)

  • v6.6.0 Changes

    • ๐Ÿ‘Œ Improve dispatch speed by using the nifty type-to-index trick
    • โž• Add serializer implementation for System.Text.Json, available via .Serialization(s => s.UseSystemJson()) - thanks mathiasnohall

  • v6.5.5 Changes

    • Perform directory read/write access check in file system saga persister too - thanks [kendallb]
  • v6.5.4 Changes

    • โœ… Use GUID in file name when doing read/write test in file system data bus storage to avoid colliding with other processes starting up - thanks [kendallb]
  • v6.5.3 Changes

    • isCompliant: true makes Rebus much more CLS compliant
  • v6.5.2 Changes

    • ๐Ÿ”ง Make the number of saga data conflict resolution attempts configurable
    • โž• Additional endpoint mapping methods - thanks [kendallb]
  • v6.4.2 Changes

    • โž• Add [UsedImplicitly] annotation to [IHandleMessages] so implementations doesn't show up as unused - thanks zlepper

  • v6.4.1 Changes

    • โช Revert breaking change that snuck into the IAsyncTaskFactory interface

  • v6.4.0 Changes

    • ๐Ÿ‘ท Enforce handler registration in built-in handler activator before the bus is started. If one absolutely wants to add handlers AFTER having started the bus, it's still possible, simply by temporarily setting number of workers = 0