Skip to content

Releases: hivemq/hivemq-mqtt-client-dotnet

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

v0.11.2: Updated Documentation & Examples

03 Apr 12:51
9da7d17
Compare
Choose a tag to compare

What’s Changed

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@dependabot, @dependabot[bot] and @pglombardo

NuGet Package

v0.11.2 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.2

v0.11.1: Benchmarks & Tests

26 Mar 09:02
c4a82ac
Compare
Choose a tag to compare

What’s Changed

📝 Documentation

⬆️ Dependencies updates

  • Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /Documentation (#137) @dependabot

👥 List of contributors

@catcherwong, @dependabot, @dependabot[bot] and @pglombardo

NuGet Package

v0.11.1 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.1

v0.11.0: Performance Benchmarks & Improvements

21 Mar 09:44
e390c57
Compare
Choose a tag to compare

What’s Changed

This release includes a big performance boost and a new benchmark app to prove it.

Here are the benchmark results:

HiveMQtt Performance Refactor Part 2 2024-03-15 at 10 48 09

🚀 Features

⬆️ Dependencies updates

  • Bump follow-redirects from 1.15.4 to 1.15.6 in /Documentation (#132) @dependabot
  • ⬆️ Bump actions/checkout from 4.1.1 to 4.1.2 (#131) @dependabot

👥 List of contributors

@pglombardo

NuGet Package

v0.11.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.0

v0.11.0-rc2: Performance Benchmarks & Improvements RC2

19 Mar 12:58
3e360f9
Compare
Choose a tag to compare

What’s Changed

🚀 Features

⬆️ Dependencies updates

  • Bump follow-redirects from 1.15.4 to 1.15.6 in /Documentation (#132) @dependabot
  • ⬆️ Bump actions/checkout from 4.1.1 to 4.1.2 (#131) @dependabot

👥 List of contributors

@dependabot, @dependabot[bot] and @pglombardo

NuGet Package

v0.11.0-rc2 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.11.0-rc2