Skip to content

Releases: Nybus-project/Nybus

Version 1.6.0

20 Jan 16:19
acdc486
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.0

Version 1.5.3

28 Jun 12:58
Compare
Choose a tag to compare

Changes

  • Fixed an issue where RabbitMQ headers were overridden if provided via the Headers collection of a message. #90 - @simgu

Version 1.5.2

10 Jun 20:53
Compare
Choose a tag to compare
  • 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

06 Mar 16:38
c58137e
Compare
Choose a tag to compare

Added default values when configuring RabbitMq with a connection string #86

Version 1.5.0

28 Feb 00:40
b7006b2
Compare
Choose a tag to compare
v1.5.0

Add Nybus.Extensions.Hosting.Lambda package (#84)

Version 1.4.1

27 Feb 22:24
3198a4d
Compare
Choose a tag to compare

Update to latest version of Kralizek.Extensions.Logging

Version 1.4.0

24 Feb 23:14
fcacbc9
Compare
Choose a tag to compare
  • 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

22 Feb 20:56
9f0324c
Compare
Choose a tag to compare
  • 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

20 Feb 11:58
2c6cf7d
Compare
Choose a tag to compare
v1.2.2

Fix how MessageDescriptor is constructed (#76)

Version 1.2.1

18 Feb 13:23
f0aa6df
Compare
Choose a tag to compare

Fixed an issue that prevented message already in a RabbitMQ queue to be correctly handled