Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump MQTTnet from 3.1.2 to 4.3.7.1207 #3305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2024

Bumps MQTTnet from 3.1.2 to 4.3.7.1207.

Release notes

Sourced from MQTTnet's releases.

v4.3.7.1207

  • Core: Fixed issue when parsing AUTH packet with 0 length body (#2039).
  • nuget: Changed code signing and nuget certificate (BREAKING CHANGE).
  • TopicTemplates: Updated samples, parameter validation (#2022).
  • ManagedClient: Switch SubscribeAsync/UnsubscribeAsync to IEnumerable (#2026).
  • Server: Fix LoadingRetainedMessageAsync not executed (#2025).

v4.3.6.1152

  • [Client] Restored Server and Port behavior of client options (#2005).

v4.3.5.1141

  • [Client] Fix None of the discovered or specified addresses match the socket address family. (#1997).
  • [Client] Remove the obsolete attribute from the WithConnectionUri methods (#1979).

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).

v4.3.3.952

  • [Server] Added new events for delivered and dropped messages (#1866, thanks to @​kallayj).
  • [Server] The server will no longer treat a client which is receiving a large payload as alive. The packet must be received completely within the keep alive boundaries (BREAKING CHANGE!, #1883).
  • [Server] Fixed "service not registered" exception in ASP.NET integration (#1889).

v4.3.2.930

  • [Client] Added support for custom CA chain validation (#1851, thanks to @​rido-min).
  • [Client] Fixed handling of unobserved tasks exceptions (#1871).
  • [Client] Fixed not specified ReasonCode when using SendExtendedAuthenticationExchangeDataAsync (#1882, thanks to @​rido-min).
  • [Server] Fixed not working UpdateRetainedMessageAsync public api (#1858, thanks to @​kimdiego2098).
  • [Server] Added support for custom DISCONNECT packets when stopping the server or disconnect a client (BREAKING CHANGE!, #1846).
  • [Server] Added new property to stop the server from accepting new connections even if it is running (#1846).

v4.3.1.873

  • [Client] Fixed wrong TLS options handling (#1830).
  • [Client] Fixed NullReferenceExeption when performing a Ping when the client is not connected (#1831).

v4.3.0.858

  • [Client] Fixed PlatformNotSupportedException when using Blazor (#1755, thanks to @​Nickztar).
  • [Client] Added hot reload of client certificates (#1781).
  • [Client] Added several new option builders and aligned usage (#1781, BREAKING CHANGE!).
  • [Client] Added support for RemoteCertificateValidationCallback for .NET 4.5.2, 4.6.1 and 4.8 (#1806, thanks to @​troky).
  • [Client] Fixed wrong logging of obsolete feature when connection was not successful (#1801, thanks to @​ramonsmits).
  • [Client] Fixed NullReferenceException when performing several actions when not connected (#1800, thanks to @​ramonsmits).

... (truncated)

Commits
  • 740d605 Fix Unit Tests
  • 9177b6a Fix Unit Tests
  • f0ea5c9 Fix encoding and decoding of AUTH paket according to RFC. (#2076)
  • 76479eb Setup nuget and code signing for version 4.x.x (#2069)
  • e18a91a fix LoadingRetainedMessageAsync not exec (#2025)
  • b95d352 Switch SubscribeAsync/UnsubscribeAsync to IEnumerable<string> (#2026)
  • c5f4cf1 Topic template extension maintenance (#2022)
  • 8650002 fix Managed_Client_Subscribe_Samples.Connect_Client sample: (#2023)
  • 25c1da6 Restore behavior of Server and Port in client options (#2009)
  • 4e3ede4 Increase version
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [MQTTnet](https://github.com/dotnet/MQTTnet) from 3.1.2 to 4.3.7.1207.
- [Release notes](https://github.com/dotnet/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v3.1.2...v4.3.7.1207)

---
updated-dependencies:
- dependency-name: MQTTnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants