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

Changelog History
Page 6

  • v3.1.5 Changes

    • ๐Ÿ›  Fix unspecified behavior that did not assign a revision number to a deleted saga
    • โž• Add contract test to verify correct behavior of saga persisters
  • v3.1.4 Changes

    • ๐Ÿ›  Fix GetSimpleAssemblyQualifiedName extension to handle generic message types better (i.e. make version tolerance work with type parameters too) - thanks [Rzpeg]
  • v3.1.3 Changes

    • โœ… Make data storage test of last read time slightly more tolerant
  • v3.1.2 Changes

    • ๐Ÿ›  Fix regression that too eagerly validated a saga's correlation properties, leading to suddenly no longer being able to correlate by nested properties
  • v3.1.1 Changes

    • ๐Ÿ›  Fix bug that accidentally did not include the source queue address and the exception details on a fail-fast-forwarded transport message
  • v3.1.0 Changes

    • ๐Ÿ”ง Make transport message forwarder error behavior configurable, and make it default to moving the transport message to the error queue
  • v3.0.2 Changes

    • ๐Ÿ›  Fix bug that caused uncompressed or unencrypted message bodies to be sent when forwarding messages
  • v3.0.1 Changes

    • โœ… Provide FakeSyncBus implementation of ISyncBus, which can be used to record events for testing
  • v3.0.0 Changes

    • โž• Add synchronous bus API which can be accessed via bus.Advanced.SyncBus that exposes synchronous bus.Send, etc. operations
    • โž• Add synchronous transaction context DefaultSyncTransactionContext which is completed with a synchronous .Complete() method
    • ๐Ÿ“ฆ Move Rebus 1 (i.e. versions <= 0.84.0) legacy compatibility feature to separate package: Rebus.LegacyCompatibility (no worries: Rebus 2 and 3 can talk just fine!)
    • ๐Ÿ”„ Change transaction context API to be much more intuitive DefaultTransactionContext and DefaultSyncTransactionContext now automatically make the transaction context ambient
    • โœ‚ Removed GetCurrentClassLogger because the stack frame walking turned out to be unreliable in the face of what seems to be new, more aggressive method inlining
    • โž• Add "out-of-handlers" data bus attachment read methods to IDataBus, which allows for reading attachments from outside message handlers
  • v2.1.6 Changes

    • ๐Ÿ›  Fix bug that can result in accidentally logging IndexOutOfRangeExceptionss when entering idle state, just when the server clock is adjusted back in time