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 minimq from 0.6.2 to 0.8.0 #123

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps minimq from 0.6.2 to 0.8.0.

Release notes

Sourced from minimq's releases.

Minimq 0.8.0

Changed

  • [breaking] Const generics for message size and allowable in-flight messages have been removed. Instead, the user now supplies an RX buffer, a TX buffer, and a session state buffer.
  • Setup-only configuration APIs such as set_will() and set_keepalive_interval() have been moved to a new Config structure that is supplied to the Minimq::new() constructor to simplify the client.
  • Added a new correlate() API to publication builder to easily add correlation data.

Added

  • Support for subscribing at QoS::ExactlyOnce
  • Support for downgrading the QoS to the maximum permitted by the server
  • Brokers may now be provided using domain-name syntax or static IP addresses.

Fixed

  • Fixed an issue where PubComp was serialized with an incorrect control code
  • Fixed an issue where some response control packets would be improperly serialized
  • The client now respects the server max packet reception

Minimq 0.7.0

What's Changed

Full Changelog: quartiq/minimq@v0.6.2...v0.7.0

Changelog

Sourced from minimq's changelog.

[0.8.0] - 2023-11-01

Changed

  • [breaking] Const generics for message size and allowable in-flight messages have been removed. Instead, the user now supplies an RX buffer, a TX buffer, and a session state buffer.
  • Setup-only configuration APIs such as set_will() and set_keepalive_interval() have been moved to a new Config structure that is supplied to the Minimq::new() constructor to simplify the client.
  • Added a new correlate() API to publication builder to easily add correlation data.

Added

  • Support for subscribing at QoS::ExactlyOnce
  • Support for downgrading the QoS to the maximum permitted by the server
  • Brokers may now be provided using domain-name syntax or static IP addresses.

Fixed

  • Fixed an issue where PubComp was serialized with an incorrect control code
  • Fixed an issue where some response control packets would be improperly serialized
  • The client now respects the server max packet reception

[0.7.0] - 2023-06-22

Fixed

  • [breaking] Embedded-nal version updated to 0.7
  • Fixed an issue where the MQTT client would become permanently inoperable when the broker disconnected under certain conditions.
Commits
  • da875e9 Merge pull request #154 from quartiq/release-0.8.0
  • 031f09f release 0.8.0
  • 2ea83f3 Merge pull request #153 from quartiq/rj/std-embedded-nal-0.2
  • 07ebfc1 bump outdated deps
  • aa81428 bump std-embedded-nal to v0.2
  • cec9ce7 Merge pull request #152 from quartiq/rs/fnmut
  • 2158721 Cleaning up ToPayload implementations
  • 3113135 Using FnOnce
  • 49dad7a Elevating ToPayload to FnMut, adding ToPayload for &str
  • 0932655 Merge pull request #150 from quartiq/rs/cleanup
  • 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 <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 [minimq](https://github.com/quartiq/minimq) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/quartiq/minimq/releases)
- [Changelog](https://github.com/quartiq/minimq/blob/master/CHANGELOG.md)
- [Commits](quartiq/minimq@v0.6.2...v0.8.0)

---
updated-dependencies:
- dependency-name: minimq
  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 Feb 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2024

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

@dependabot dependabot bot closed this Feb 3, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minimq-0.8.0 branch February 3, 2024 16:06
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