Skip to content

Bump MQTTnet from 4.1.4.563 to 4.3.3.952 in /NVs.OccupancySensor.API#291

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/NVs.OccupancySensor.API/master/MQTTnet-4.3.3.952
Open

Bump MQTTnet from 4.1.4.563 to 4.3.3.952 in /NVs.OccupancySensor.API#291
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/NVs.OccupancySensor.API/master/MQTTnet-4.3.3.952

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps MQTTnet from 4.1.4.563 to 4.3.3.952.

Release notes

Sourced from MQTTnet's releases.

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).
  • [RpcClient] Added support for passing custom parameters to topic generation context (#1798, thanks to @​Temppus).
  • [Server] Fixed NullReferenceException in retained messages management (#1762, thanks to @​logicaloud).
  • [Server] Exposed new option which allows disabling packet fragmentation (#1753).
  • [Server] Expired sessions will no longer be used when a client connects (#1756).
  • [Server] Fixed an issue in connection handling for ASP.NET connections (#1819, thanks to @​CZEMacLeod).

v4.2.1.781

  • [Core] Add validation of maximum string lengths (#1718).
  • [Core] Added .NET 4.8 builds (#1729).
  • [Core] Exposed more details of DISCONNECT packet in log (#1729).
  • [Core] Fixed ArgumentNullException in ConvertPayloadToString (#1745, thanks to @​ramonsmits).
  • [Client] Added overloads for setting packet payload and will payload (#1720).
  • [Client] The proper connect result is now exposed in the Disconnected event when authentication fails (#1139).
  • [Client] Exposed UseDefaultCredentials and more for Web Socket options and proxy options (#1734, thanks to @​impworks).
  • [Client] Exposed more TLS options (#1729).
  • [Client] Fixed wrong return code conversion (#1729).
  • [Client] Added an option to avoid throwing an exception when the server returned a proper non success (but valid) response (#1681).
  • [Server] Improved performance by changing internal locking strategy for subscriptions (#1716, thanks to @​zeheng).
  • [Server] Fixed exceptions when clients are connecting and disconnecting very fast while accessing the client status for connection validation (#1742).
  • [Server] Exposed more properties in ClientConnectedEventArgs (#1738).

4.2.0.706

  • [Core] Added net7.0 builds (#1635, thanks to @​YAJeff).
  • [Core] Added support for payload segments (#1585, thanks to @​xljiulang)
  • [Client] Added support for passing MQTT v5 options (User properties etc.) for disconnects.
  • [Client] An internal exception is no longer caught silently when calling DisconnectAsync to indicate that the disconnect is not clean (BREAKING CHANGE).

... (truncated)

Commits
  • eb25500 1889 no service for type mqttnetservermqttserver has been registered (#1892)
  • 4df0698 1883 in a weak network environment the mqtt broker is unable to detect discon...
  • f349901 Increase version
  • 158a7fc Reset release notes
  • 09ab30f Adds events for delivered and dropped messages. (#1866)
  • ae84aa4 1846 server mqttserverstopasync doesnt indicate correct reason (#1872)
  • b431a5d Add ReasonCode to SendExtendedAuthenticationExchangeDataAsync (#1882)
  • b9683c2 Improve client disconnect (#1873)
  • 1ba8f74 Update version
  • ec637f7 Handle unobserved tasks exceptions (#1871)
  • 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 4.1.4.563 to 4.3.3.952.
- [Release notes](https://github.com/dotnet/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v4.1.4.563...v4.3.3.952)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants