Skip to content

Bump MQTTnet.Extensions.ManagedClient from 4.2.1.781 to 4.3.0.858 #6

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps MQTTnet.Extensions.ManagedClient from 4.2.1.781 to 4.3.0.858.

Release notes

Sourced from MQTTnet.Extensions.ManagedClient's releases.

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).
Commits
  • 0d3dd96 Samples that show concurrent processing (#1803)
  • e0660ba #1810 Close connection after failed connect. (#1811)
  • 5965ded Add possibility to specify parameter to RPC invocation (#1798)
  • fc31c30 Fix Unit Tests
  • e604345 Update version
  • 111a0d6 Add support for hot reloading of client certificates (#1783)
  • 1a08ec1 Added certificate validation callback for .NET framework 4.x (#1806)
  • c537d29 Only logging "Client will now throw an MqttConnectingFailedException." warn...
  • 2180f59 Address issue #1818 where MqttConnectionContext throws an error when passed a...
  • b1dc860 Moved check on Options.ValidateFeatures below ThrowIf methods to prevent Null...
  • 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.Extensions.ManagedClient](https://github.com/dotnet/MQTTnet) from 4.2.1.781 to 4.3.0.858.
- [Release notes](https://github.com/dotnet/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v4.2.1.781...v4.3.0.858)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 4, 2023
@ChrisPulman ChrisPulman merged commit 7147eed into main Sep 5, 2023
@ChrisPulman ChrisPulman deleted the dependabot/nuget/MQTTnet.Extensions.ManagedClient-4.3.0.858 branch September 5, 2023 13:40
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.

1 participant