All Versions
301
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 11
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 toRebus.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 anotherResolutionException
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)
- ๐ง Don't rethrow
-
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
- โ Added ability to set up fake saga data in
-
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