Skip to content

Releases: hivemq/hivemq-mqtt-client-dotnet

v0.17.0: New Internal Health Checks

04 Jun 13:28
580b99a
Compare
Choose a tag to compare

What’s Changed

🚀 Features

👥 List of contributors

@pglombardo

NuGet Package

v0.17.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.17.0

v0.16.0: Improved Internal Await Strategy

31 May 07:44
c1b08ce
Compare
Choose a tag to compare

What’s Changed

This PR updates the internal await strategy for Publish package transactions.

🚀 Features

👥 List of contributors

@pglombardo

NuGet Package

v0.16.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.16.0

v0.15.1: Improved Package Spec & Reduced Warnings

29 May 10:02
9221aa7
Compare
Choose a tag to compare

What’s Changed

🚀 Features

👥 List of contributors

@pglombardo

NuGet Package

v0.15.1 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.15.1

v0.15.0: Better Internal Queues & Multi-arch NuGet Package

28 May 13:20
88db36e
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

👥 List of contributors

@pglombardo

NuGet Package

v0.15.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.15.0

v0.14.0: Events Improvements & Concurrent Transactions Enforcement

21 May 15:04
f853676
Compare
Choose a tag to compare

This release improves the performance and reliability of events and enforces the ReceiveMaximum setting that the broker provides for the MQTT protocol. This specifies the maximum number of concurrent QoS 1 and QoS 2 transactions processed at any one time.

What’s Changed

🚀 Features

🔧 Fixes & Refactoring

⬆️ Dependencies updates

👥 List of contributors

@dependabot, @dependabot[bot] and @pglombardo

NuGet Package

v0.14.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.14.0

v0.13.0: Improved Event Handling and QoS 2 Transactions

17 May 09:39
7a4dbbc
Compare
Choose a tag to compare

What’s Changed

🔧 Fixes & Refactoring

⬆️ Dependencies updates

👥 List of contributors

@dependabot, @dependabot[bot] and @pglombardo

NuGet Package

v0.13.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.13.0

v0.12.0: Better Reconnection Event Handling

07 May 08:37
8bbb3fe
Compare
Choose a tag to compare

This release improves the AfterDisconnect event management.

Note

With this release, if the the client is disconnected, calling PublishAsync, SubscribeAsync or UnsubscribeAsync while disconnected will now raise HiveMQClientException.

If needed, you can use client.IsConnected() to validate the connection before calling these methods.

This should allow for better state resilience in your MQTT applications while reconnections are happening.

What’s Changed

🔧 Fixes & Refactoring

📝 Documentation

👥 List of contributors

@pglombardo

NuGet Package

v0.12.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.12.0

v0.11.5: Client Receive Maximum Enforcement

06 May 13:42
6158c9b
Compare
Choose a tag to compare

This release improves log messages and enforces the configured received maximum packet size.

What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot, @dependabot[bot] and @pglombardo

NuGet Package

v0.11.5 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.5

v0.11.4: Fix OnPublishReceivedEvent Handling

16 Apr 12:16
ab49e83
Compare
Choose a tag to compare

What’s Changed

📝 Documentation

👥 List of contributors

@pglombardo

NuGet Package

v0.11.4 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.4

v0.11.3: Code Improvements & Expanded Tests

05 Apr 09:44
964b870
Compare
Choose a tag to compare

What’s Changed

🚀 Features

👥 List of contributors

@pglombardo

NuGet Package

v0.11.3 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.3