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 from 4.3.3.952 to 4.3.6.1152 in /apps/PlayniteWebPlugin/src #357

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps MQTTnet from 4.3.3.952 to 4.3.6.1152.

Release notes

Sourced from MQTTnet's releases.

v4.3.6.1152

  • [Client] Restored Server and Port behavior of client options (#2005).

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

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 3, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/apps/PlayniteWebPlugin/src/MQTTnet-4.3.6.1152 branch 2 times, most recently from db7219f to 78e732e Compare June 3, 2024 20:37
@andrew-codes andrew-codes changed the base branch from main to next July 10, 2024 19:41
@andrew-codes andrew-codes force-pushed the dependabot/nuget/apps/PlayniteWebPlugin/src/MQTTnet-4.3.6.1152 branch from 78e732e to 13e9480 Compare July 10, 2024 19:41
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.58%. Comparing base (56be8ae) to head (5a381d1).
Report is 4 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #357   +/-   ##
=====================================
  Coverage   5.58%   5.58%           
=====================================
  Files         84      84           
  Lines       1487    1487           
  Branches     243     243           
=====================================
  Hits          83      83           
- Misses      1343    1395   +52     
+ Partials      61       9   -52     
Flag Coverage Δ
component-tests 14.03% <ø> (ø)
unit-tests 4.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from next to main August 11, 2024 22:41
Bumps [MQTTnet](https://github.com/dotnet/MQTTnet) from 4.3.3.952 to 4.3.6.1152.
- [Release notes](https://github.com/dotnet/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v4.3.3.952...v4.3.6.1152)

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

Signed-off-by: dependabot[bot] <support@github.com>
@andrew-codes andrew-codes force-pushed the dependabot/nuget/apps/PlayniteWebPlugin/src/MQTTnet-4.3.6.1152 branch from 13e9480 to 5a381d1 Compare August 18, 2024 14:52
@andrew-codes andrew-codes merged commit aa8efac into main Aug 18, 2024
9 checks passed
@andrew-codes andrew-codes deleted the dependabot/nuget/apps/PlayniteWebPlugin/src/MQTTnet-4.3.6.1152 branch August 18, 2024 15:18
Copy link

🎉 This issue has been resolved in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 .NET Pull requests that update .net code released
Projects
Status: Done ✅
Development

Successfully merging this pull request may close these issues.

1 participant