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

Changelog History
Page 11

  • v0.99.51 Changes

    • โšก๏ธ Updated RabbitMQ dependency to 3.6.1
    • โšก๏ธ Updated Newtonsoft JSON.NET dependency to 8.0.3 across the board
    • Implemented ability for RabbitMQ transport to skip exchange and queue declarations as well as input queue bindings
    • ๐Ÿ“ฆ Renamed Rebus.AzureStorageQueues NuGet package to Rebus.AzureStorage because it has integration things for Azure storage
    • Made RabbitMQ transport automatically declare & bind destination queues when they're used the first time (to avoid sending a message into nowhere)
  • v0.99.50 Changes

    • ๐Ÿ›  Fixed concurrency issues in RavenDB saga storage - remember to use optimistic concurrency regardless of the configuration of the document store
  • v0.99.48 Changes

    • ๐Ÿ”ง Don't rethrow ResolutionException inside another ResolutionException in case of configuration errors - the stack trace reveals the call stack so nicely, there's no need to have 10 layers of exceptions too
    • ๐Ÿ”ง Marked topic-based routing configuration API as obsolete (type-based routing is perfectly capable of using raw topics if you like)
    • โž• Added fallback capability to the router (i.e. the ability to configure an endpoint that is used when none of the mappings match)
    • ๐Ÿ›  Fixed bug in retry strategy step that could accidentally keep tracked message IDs for too long
    • Prohibit sending IFailed<TMessage> anywhere (because it is most likely an error)
  • v0.99.47 Changes

    • ๐Ÿšš Moved defer-recipient header check to the pipeline, giving other pipeline steps a chance to set it
  • v0.99.46 Changes

    • ๐Ÿ‘ Better error behavior when deferring a message from a one-way client without setting the defer-recipient
  • v0.99.45 Changes

    • โž• Added ability to set up fake saga data in SagaFixture
    • โž• Added method to clear recorded events of FakeBus
  • v0.99.44 Changes

    • โž• Added option for Azure Service Bus transport to skip queue creation to make it possible to use a read-only SAS key instead of a connection string with manage rights - thanks [torangel]
    • ๐Ÿ”ง Made due timeouts poll interval configurable
    • Made RavenDB subscription storage much more tolerant towards concurrency exceptions when topic documents are experiencing contention
  • v0.99.43 Changes

    • โšก๏ธ Updated StructureMap dependency to 4.1.2.386 - thanks [dougkwilson]
    • ๐Ÿ”ง Made isolation level and timeout configurable when using the TransactionScope support extension
  • v0.99.42 Changes

    • ๐Ÿ›  Fixed bug in Rebus' protobuf serializer that caused it to be unable to serialize Rebus' control bus messages
  • v0.99.41 Changes

    • ๐Ÿ›  Fixed RavenDB subscription and timeout storage