Releases: Nybus-project/Nybus
Releases · Nybus-project/Nybus
Version 1.6.0
What's Changed
- Updated dotCover to fix local builds by @Kralizek in #91
- Update MyGet API key by @Kralizek in #95
- Dead letter queue support by @elindanielsson in #96
New Contributors
- @elindanielsson made their first contribution in #96
Full Changelog: v1.5.3...v1.6.0
Version 1.5.3
Version 1.5.2
DiscardErrorFilter
is now the default strategy. Faulty messages will be removed from the queue unless a different strategy is selected.- Fixed
RetryErrorFilter
to better handle faulty messages past the number of retries. - Fixed
RabbitMqBusEngine
to better handle RabbitMq specific headers. - Fixed
RabbitMqBusEngine
to better handle nacked messages. - Added new sample with error filters configuration
Version 1.5.1
Added default values when configuring RabbitMq with a connection string #86
Version 1.5.0
v1.5.0 Add Nybus.Extensions.Hosting.Lambda package (#84)
Version 1.4.1
Update to latest version of Kralizek.Extensions.Logging
Version 1.4.0
- Added .NET Framework 4.6.1 as explicit target
- Added possibility to specify how many messages can be left unacked in RabbitMQ
- Updated logging to Kralizek.Extensions.Logging 2.0.0
Version 1.3.0
- when registering an handler, the compiler will check that the type is either a command or an event handler
- while configuring RabbitMQ, multiple calls of the Configure method are additive
- it is now possible to specify how exchanges in RabbitMQ should be created
Version 1.2.2
v1.2.2 Fix how MessageDescriptor is constructed (#76)
Version 1.2.1
Fixed an issue that prevented message already in a RabbitMQ queue to be correctly handled