Skip to content

Releases: LykkeCity/Lykke.RabbitMqDotNetBroker

7.14.1

06 Nov 14:08
e622d66
Compare
Choose a tag to compare

BugFix

  • Publisher confirmation timeout is nullable now. The default value is declared in strategy and is 5 seconds.

7.14.0

06 Nov 13:20
e5896d9
Compare
Choose a tag to compare

New feature

  • New publishing strategy FanoutPublishStrategyWithConfirmations has been added which requires publishers to wait for confirmation from Rabbit MQ.
  • RabbitMqSubscriptionSettings has been updated, new PublisherConfirmationTimeout field has been added with default value of 5 seconds.

7.13.2

06 May 11:00
7771863
Compare
Choose a tag to compare

Critical bug fixes:

  • Sockets leak was possible when losing connection to Rabbit MQ server and reconnecting (IPv4 only)

7.13.1

13 Mar 08:44
cef0dd1
Compare
Choose a tag to compare

Critical bug fixes:

  • Threads leak was possible when losing connection to Rabbit MQ server and reconnecting

7.12.0

28 Oct 18:22
dd75fd4
Compare
Choose a tag to compare

New feature

Added IStartStop interface usage to IRabbitPublisher, RabbitMqPublisher, RabbitMqSubscriber and JsonRabbitSubscriber.
Also added extension methods for registration of JsonRabbitSubscriber and JsonRabbitPublisher in Autofac container.

7.11.0

28 Oct 18:18
d0d7b1b
Compare
Choose a tag to compare

New feature

Added new c-tor to JsonRabbitSubscriber that allows specifying prefetch count. In other c-tors prefetch count is set to 100.

7.10.2

04 Aug 22:10
c09afcb
Compare
Choose a tag to compare

Critical bug fixes:

  • Possible message loss when it's published is fixed. Message loss was possible if the connection to the RabbitMq is broken.

7.10.0

21 Jun 09:17
ceff524
Compare
Choose a tag to compare

New feature

Added JsonRabbitSubscriber as a standard base class for json-based subscriber

7.9.0

21 Jun 07:16
ad302dc
Compare
Choose a tag to compare

New feature

Added common publisher interface - IRabbitPublisher - and standard json-based implementation for it - JsonRabbitPublisher.

7.8.1

26 Dec 10:23
7085361
Compare
Choose a tag to compare

Bug fix

Fixed a bug for message publishing, introduced in version 7.8.0.