netdaemon
netdaemon copied to clipboard
Bump MQTTnet from 4.0.2.221 to 4.1.0.247
Bumps MQTTnet from 4.0.2.221 to 4.1.0.247.
Release notes
Sourced from MQTTnet's releases.
v4.1.0.247
- [Core] Fixed not working removal of event handlers from async events (#1479).
- [Client] Added support for passing the local endpoint (network card) which should be used (#1311).
- [Client] Exposed PackageIdentifier in MqttApplicationMessageReceivedEventArgs (thanks to
@koepalex
, #1466).- [Server] Added a new event (ClientAcknowledgedPublishPacketAsync) which is fired whenever a client acknowledges a PUBLISH packet (QoS 1 and 2, #487).
- [Server] Exposed channel adapter (HTTP context etc.) in connection validation (#1125).
- [Server] The event InterceptingPublishAsync is now also called for injected application messages (#1470).
- [Server] Exposed session items in multiple events (#1291).
Commits
b976e9c
Fix build errors.262a468
Merge branch '1291-access-client-status-in-client-disconnected-handler'ad546ad
Fix removal of event handlers from async event.29a9941
Fix breaking changes.5a21939
Squashed commit of the following:469caf6
Fix build errors.42402fb
Allow interception of injected application messages.a0dc8ab
Update Server_Simple_Samples.cs (#1474)02ede5a
Update MqttClient.cscef6190
Merge branch 'master' into 1291-access-client-status-in-client-disconnected-h...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #738 (78d79c8) into dev (62b7b1a) will decrease coverage by
0.13%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## dev #738 +/- ##
==========================================
- Coverage 77.81% 77.67% -0.14%
==========================================
Files 139 139
Lines 3624 3624
Branches 367 367
==========================================
- Hits 2820 2815 -5
- Misses 659 663 +4
- Partials 145 146 +1
Flag | Coverage Δ | |
---|---|---|
unittests | 77.67% <ø> (-0.14%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
...mon.HassClient/Internal/Net/WebSocketClientImpl.cs | 61.11% <0.00%> (-8.34%) |
:arrow_down: |
...mon.HassClient/Internal/HomeAssistantConnection.cs | 87.06% <0.00%> (-1.73%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.