Skip to content

Releases: LykkeCity/AzureQueueIntegration

2.2.0

24 Jun 23:06
c36169f
Compare
Choose a tag to compare

Main objective of this release is support redesign of the logging system, which is made in the Lykke.Common 7.0.0 and Lykke.Logs 5.0.0

Obsolete

All constructors and methods, which accepts ILog parameter are marked as obsolete. Overloads with ILogFactory insted of ILog have been added.

2.1.0

17 May 14:50
facf8c8
Compare
Choose a tag to compare

Improvement

Added logging of failed message during queue publish

2.0.2

30 Mar 11:51
21d9e3a
Compare
Choose a tag to compare

Bug fix

ApplicationInsights telemetry is disabled by default in AzureQueuePublisher and AzureQueueSubscriber, Also C-tors that allow AppInisghts telemetry submission are provided.

v2.0.1

03 Dec 22:35
09f7df1
Compare
Choose a tag to compare

Bug fixes

  • Messages missing on the publisher shutting down was fixed

Improvements

  • Messages publishing was improved. Every tick (1 second) all collected messages are published instead of only one message per tick in the past versions.

2.0.0

03 Dec 20:28
64ac0cb
Compare
Choose a tag to compare

Breaking changes

  • Moved to the Netstandrad 2.0