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

Bump MQTTnet and NETStandard.Library #2623

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps MQTTnet and NETStandard.Library. These dependencies needed to be updated together.
Updates MQTTnet from 4.3.3.952 to 4.3.5.1141

Release notes

Sourced from MQTTnet's releases.

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

Updates NETStandard.Library from 2.0.0.0 to 2.0.3

Release notes

Sourced from NETStandard.Library's releases.

NETStandard.Library 2.0.3 release

Release notes for 2.0.3:

Issue #708 Wrong reference path in NETStandard.Library.targets - fixed in #713

NETStandard.Library 2.0.2 release

2.0.2 contains the following fix:

Issue #442 Adding .NET Standard/.NET Framework facades assemblies is consuming 11% of build time - fixed in #510

NETStandard.Library 2.0.1 release

2.0.1 contains the following fixes:

#510 - Use a file list rather than globbing NETStandard assemblies #491 - Update uap10.1 TFM to uap10.0.15138 and rev up Netstandard package version #487 - Move condition to itemgroup to workaround XBuild bug

Commits
  • 18a3629 Merge pull request #714 from ericstj/stable2.0.3
  • 47bc89c Mark 2.0.3 version of NETStandard.Library package stable
  • d23ee8a Merge pull request #713 from ericstj/fixOldProjectSystemWarnings-rel2.0
  • 3c51876 Bump NETStandard.Library package version to 2.0.3
  • f9cb39f Fix extraneous slash in reference paths
  • b1636e9 Fix warnings in old project system (.NETFramework projects)
  • bb6d7bb Remove version from signing plugin to take latest
  • 8901c05 Turn off continueonerror for build and update
  • e689b03 Merge pull request #701 from weshaggard/Stablize202
  • 7b32c70 Mark 2.0.2 version of NETStandard.Library package stable
  • Additional commits viewable in compare view

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) and [NETStandard.Library](https://github.com/dotnet/standard). These dependencies needed to be updated together.

Updates `MQTTnet` from 4.3.3.952 to 4.3.5.1141
- [Release notes](https://github.com/dotnet/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v4.3.3.952...v4.3.5.1141)

Updates `NETStandard.Library` from 2.0.0.0 to 2.0.3
- [Release notes](https://github.com/dotnet/standard/releases)
- [Commits](dotnet/standard@v2.0.0...v2.0.3)

---
updated-dependencies:
- dependency-name: MQTTnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NETStandard.Library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the nuget label May 20, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@mrsuciu
Copy link
Contributor

mrsuciu commented May 29, 2024

This version is superseded by later bump to 4.3.6.1152.

@mrsuciu mrsuciu closed this May 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/multi-50d7c5a314 branch May 29, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants