Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork371
Tags: rebus-org/Rebus
Tags
8.9.0
* Introduce "mode" in retry strategy, which indicates WHEN a message…… is dead-lettered: Either IMMEDIATELY after the final exception has been caught, or on NEXT DELIVERY (which is how Rebus worked in versions < 8). Makes it possible for Rebus' retry strategy to work in scenarios where user work and transport operations are enlisted in the same transaction, e.g. like when using the SQL transport in the same transaction as the work being done in a handler.
8.9.0-b03
* Introduce "mode" in retry strategy, which indicates WHEN a message…… is dead-lettered: Either IMMEDIATELY after the final exception has been caught, or on NEXT DELIVERY (which is how Rebus worked in versions < 8). Makes it possible for Rebus' retry strategy to work in scenarios where user work and transport operations are enlisted in the same transaction, e.g. like when using the SQL transport in the same transaction as the work being done in a handler.
8.9.0-b02
* Introduce "mode" in retry strategy, which indicates WHEN a message…… is dead-lettered: Either IMMEDIATELY after the final exception has been caught, or on NEXT DELIVERY (which is how Rebus worked in versions < 8). Makes it possible for Rebus' retry strategy to work in scenarios where user work and transport operations are enlisted in the same transaction, e.g. like when using the SQL transport in the same transaction as the work being done in a handler.
8.9.0-b01
* Add ability to switch back to "legacy retry strategy", where the e……rror tracker is checked BEFORE dispatching the message. This yields slightly slower performance for the sunshine scenario, but it works in scenarios where the transport is actually a database, and all work is enlisted in the same DB transaction.
8.8.0
* Generate saga data IDs in `ISagaDataIdFactory`, which has now beco……me configurable (via `.Sagas(s => s.UseSagaDataIdFactory(customFactory))`). IDs will not by default be sequential (i.e. be based on `Guid.CreateVersion7()` when on .NET 9 and based on `SqlServerSagaIdFactory` on versions before 9)
PreviousNext