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.Extensions.ManagedClient from 4.1.4.563 to 4.2.0.706 in /src #7

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps MQTTnet.Extensions.ManagedClient from 4.1.4.563 to 4.2.0.706.

Release notes

Sourced from MQTTnet.Extensions.ManagedClient's releases.

4.2.0.706

  • [Core] Added net7.0 builds (#1635, thanks to @​YAJeff).
  • [Core] Added support for payload segments (#1585, thanks to @​xljiulang)
  • [Client] Added support for passing MQTT v5 options (User properties etc.) for disconnects.
  • [Client] An internal exception is no longer caught silently when calling DisconnectAsync to indicate that the disconnect is not clean (BREAKING CHANGE).
  • [Client] MQTTv5 features are now checked and an exception is thrown if they are used when using protocol version 3.1.1 and lower. These checks can be disabled in client options. (BREAKING CHANGE!).
  • [Client] Added support for disabling packet fragmentation (required for i.e. AWS, #1690, thanks to @​logicaloud).
  • [Client] Added new overloads for options builder.
  • [Client] Renamed InspectPackage to InspectPacketAsync (BREAKING CHANGE).
  • [ManagedClient] Exposed added and removed topics in ManagedProcessFailedEventArgs (#1678, thanks to @​scottbrogden-iheartmedia).
  • [Server] Exposed MQTT v5 sent properties from the affected client in ClientDisconnectedAsync event.
  • [Server] Fixed wrong client ID passed to InterceptingUnsubscriptionEventArgs (#1631, thanks to @​ghord).
  • [Server] Exposed socket settings for TCP keep alive in TCP options (#1544).
  • [Server] Exposed server session items at server level and allow custom session items for injected application messages (#1638).
  • [Server] Improved performance for retained message handling when subscribing using "DoNotSendOnSubscribe" or "SendAtSubscribeIfNewSubscriptionOnly" (#1661, thanks to @​Int32Overflow).
  • [Server] Added support for changing the used TLS certificate while the server is running (#1652, thanks to @​YAJeff). The certificate provider will now be invoked for every new connection!
  • [Server] Added a new API method which allows reading a single retained message without the need to processing the entire set of retained messages (#1659).
  • [Server] Added a new event (InterceptingClientEnqueueAsync) which allows intercepting when an application message is enqueued for a client (#1648).
  • [Server] Fixed race condition when handling connections which leads to stopped message transfers (#1677, thanks to @​RazvanEmilR).
  • [Server] Fixed not delivered packets to other sessions if the InterceptingClientEnqueueEvent is used and accepting the packet is denied (#1685, thanks to @​RossHNPC).
  • [Server] Added missing user properties to subscribe and unsubscribe interceptor (#1702).
Commits
  • cb3c44f Rename InspectPackage method (#1713)
  • 8b3b9d3 Add overloads for options builder (#1711)
  • 59d9950 Notify what subscription topics failed as part of the SynchronizingSu… (#1678)
  • 2933b76 ClientMessageQueueInterceptor continues with subscription processing. (#1685)
  • 36c6d89 Allow disabling of packet fragmentation (#1709)
  • d6cab76 Add user properties to event args to interceptors for subscribing and unsubsc...
  • b4f740f Update readme
  • a004de2 Fix unit test
  • d058441 Add PayloadSegmentable feature (#1585)
  • ba57537 Fix running state handling in server (#1680)
  • 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 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.1.4.563 to 4.2.0.706.
- [Release notes](https://github.com/dotnet/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v4.1.4.563...v4.2.0.706)

---
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 Apr 24, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 29, 2023

Superseded by #8.

@dependabot dependabot bot closed this May 29, 2023
@dependabot dependabot bot deleted the dependabot/nuget/src/MQTTnet.Extensions.ManagedClient-4.2.0.706 branch May 29, 2023 19:00
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.

0 participants