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.1.873 #208

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps MQTTnet from 4.2.1.781 to 4.3.1.873.

Release notes

Sourced from MQTTnet's releases.

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


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 11 months ago

Looks like MQTTnet is up-to-date now, so this is no longer needed.