ESPresense / ESPresense-companion

HA Add-on / Docker container that solves indoor positions with mqtt data received from multiple ESPresense stations
Apache License 2.0
118 stars 9 forks source link

Bump MQTTnet.Extensions.ManagedClient and MQTTnet in /src #641

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps MQTTnet.Extensions.ManagedClient and MQTTnet. These dependencies needed to be updated together. Updates MQTTnet.Extensions.ManagedClient from 4.3.3.952 to 4.3.4.1084

Release notes

Sourced from MQTTnet.Extensions.ManagedClient's releases.

v4.3.4.1084

  • [Core] Optimized packet serialization of PUBACK and PUBREC packets for protocol version 5.0.0 (#1939, thanks to @​Y-Sindo).
  • [Core] The package inspector is now fully async (#1941).
  • [Client] Added a dedicated exception when the client is not connected (#1954, thanks to @​marcpiulachs).
  • [Client] The client will now throw a MqttClientUnexpectedDisconnectReceivedException when publishing a QoS 0 message which leads to a server disconnect (BREAKING CHANGE!, #1974, thanks to @​fazho).
  • [Client] Exposed the certificate selection event handler in client options (#1984).
  • [Server] The server will no longer send NoMatchingSubscribers when the actual subscription was non success (#1965, BREAKING CHANGE!).
  • [Server] Fixed broken support for null in AddServer method in ASP.NET integration (#1981).
  • [ManagedClient] Added a new event (SubscriptionsChangedAsync) which is fired when a subscription or unsubscription was made (#1894, thanks to @​pdufrene).
  • [ManagedClient] Fixed race condition when server shuts down while subscribing (#1987, thanks to @​marve).
  • [TopicTemplate] Added new extension which provides a template engine for topics (#1932, thanks to @​simonthum).
Commits
  • 41d5b70 Fix support for unix sockets (#1995)
  • b476977 DISCONNECT packet should allow zero-length body (#1994)
  • 473f9c3 Fix unit tests
  • ae4f168 Fix build
  • c5578a9 Fix Unit Tests
  • f4b2a10 Fix build errors and several warnings
  • ed63aa4 Fix comment typos/text, refactor if-else chains to switch statements, optimiz...
  • 4481869 fix: time out and cancel propagation in managed client (#1987)
  • abbf14b rethrow MqttClientUnexpectedDisconnectReceivedException when Publish … (#1974)
  • 4f9e54b Expose certificate selection in client options (#1984)
  • Additional commits viewable in compare view


Updates MQTTnet from 4.3.3.952 to 4.3.4.1084

Release notes

Sourced from MQTTnet's releases.

v4.3.4.1084

  • [Core] Optimized packet serialization of PUBACK and PUBREC packets for protocol version 5.0.0 (#1939, thanks to @​Y-Sindo).
  • [Core] The package inspector is now fully async (#1941).
  • [Client] Added a dedicated exception when the client is not connected (#1954, thanks to @​marcpiulachs).
  • [Client] The client will now throw a MqttClientUnexpectedDisconnectReceivedException when publishing a QoS 0 message which leads to a server disconnect (BREAKING CHANGE!, #1974, thanks to @​fazho).
  • [Client] Exposed the certificate selection event handler in client options (#1984).
  • [Server] The server will no longer send NoMatchingSubscribers when the actual subscription was non success (#1965, BREAKING CHANGE!).
  • [Server] Fixed broken support for null in AddServer method in ASP.NET integration (#1981).
  • [ManagedClient] Added a new event (SubscriptionsChangedAsync) which is fired when a subscription or unsubscription was made (#1894, thanks to @​pdufrene).
  • [ManagedClient] Fixed race condition when server shuts down while subscribing (#1987, thanks to @​marve).
  • [TopicTemplate] Added new extension which provides a template engine for topics (#1932, thanks to @​simonthum).
Commits
  • 41d5b70 Fix support for unix sockets (#1995)
  • b476977 DISCONNECT packet should allow zero-length body (#1994)
  • 473f9c3 Fix unit tests
  • ae4f168 Fix build
  • c5578a9 Fix Unit Tests
  • f4b2a10 Fix build errors and several warnings
  • ed63aa4 Fix comment typos/text, refactor if-else chains to switch statements, optimiz...
  • 4481869 fix: time out and cancel propagation in managed client (#1987)
  • abbf14b rethrow MqttClientUnexpectedDisconnectReceivedException when Publish … (#1974)
  • 4f9e54b Expose certificate selection in client options (#1984)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 1 month ago

Superseded by #643.