BEagle1984 / silverback

Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).
https://silverback-messaging.net
MIT License
257 stars 37 forks source link

chore: bump MQTTnet from 4.2.1.781 to 4.3.0.858 #206

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps MQTTnet from 4.2.1.781 to 4.3.0.858.

Release notes

Sourced from MQTTnet'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 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 year ago

Superseded by #208.