Skip to content

Releases: kubemq-io/kubemq-CSharp

v1.7.2: Remove unused variable from Request class

29 Apr 07:32
Compare
Choose a tag to compare
The variable _id was previously defined in the Request class within KubeMQ.SDK.csharp/CommandQuery/LowLevel, but was not being used. This change removes that unused private variable, simplifying the code and reducing potential confusion.

v1.6.0

20 Dec 14:26
Compare
Choose a tag to compare

Update to dependencies

v1.5.0

29 Apr 11:18
Compare
Choose a tag to compare

Adding Queue Stream Client support

v1.4.1

18 Apr 16:56
Compare
Choose a tag to compare
  • remove ping on a transaction create
  • fix for null metadata

v1.4.0

12 Apr 13:04
Compare
Choose a tag to compare

Queue client refactoring with more simple usage of queue functions

v1.3.1

11 Apr 14:46
Compare
Choose a tag to compare

Improve transaction close