Releases: hivemq/hivemq-mqtt-client-dotnet
v0.2.0: Better Protocol Encoding & Decoding for Large Payloads
This release fixes a problem with large MQTT packets as pointed out in #71 and #73. There are now bundled tests that sends 1MB publishes to validate this functionality going forward.
Thanks @jordanwade90 & @andygikling for the help in identifying the issue.
What’s Changed
- Refactoring, Cleanup & More Code Documentation (#76) @pglombardo
🔧 Fixes & Refactoring
- Improved Fixed Header Parsing (#75) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump actions/checkout from 3.5.2 to 3.5.3 (#74) @dependabot
- ⬆️ Bump actions/setup-dotnet from 3.1.0 to 3.2.0 (#70) @dependabot
- ⬆️ Bump actions/setup-dotnet from 3.0.3 to 3.1.0 (#69) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
NuGet Package
v0.2.0 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.2.0
v0.1.10: Moar Code Documentation
What’s Changed
📝 Documentation
- Documentation: Add class documentation for all Events (#65) @pglombardo
👥 List of contributors
NuGet Package
v0.1.10 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.1.10
v0.1.9: Release Updates & Dependencies
What’s Changed
- Github Actions: Fix Nuget Push (#63) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump actions/checkout from 3.3.0 to 3.5.0 (#64) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
NuGet Package
v0.1.9 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.1.9
v0.1.8: Dependency Updates
What’s Changed
⬆️ Dependencies updates
- ⬆️ Bump actions/checkout from 2 to 3 (#46) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
NuGet Package
v0.1.8 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.1.8
v0.1.7: Repository Release Updates
What’s Changed
- Updated release template (#61) @pglombardo
- Updated NuGet package push (#62) @pglombardo
👥 List of contributors
NuGet Package
v0.1.7 is available on NuGet:
https://www.nuget.org/packages/HiveMQtt/0.1.7
v0.1.6: Github Action Fixes
v0.1.5: Better DNS parsing
What’s Changed
- Release: Enable NuGet push on release (#56) @pglombardo
🔧 Fixes & Refactoring
- DNS: Better DNS record parsing (#58) @pglombardo
👥 List of contributors
v0.1.4: TLS Default and an Example Console App
What’s Changed
🔧 Fixes & Refactoring
- When port 8883, default to TLS (#55) @pglombardo
📝 Documentation
- Examples: Add console application that uses the HiveMQtt NuGet package (#53) @pglombardo
👥 List of contributors
v0.1.3: Documentation Additions & Updates
What’s Changed
- More Examples & Use Fully Qualified Links (#45) @pglombardo
- Documentation Updates (#44) @pglombardo