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

build(deps): bump rumqttd from 0.13.0 to 0.15.0 #332

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps rumqttd from 0.13.0 to 0.15.0.

Release notes

Sourced from rumqttd's releases.

rumqttd 0.15.0

Significant Changes

  • Support for topic alias and message expiry in MQTTv5 (#616)

Changed

  • Certificate paths configured in config file are checked during startup and throws a panic if it is not valid. (#610)

Fixed

  • MQTTv5: Read the Unsubscribe package in match arms (#625)

rumqttd 0.14.0

Added

Removed

Full Changelog: bytebeamio/rumqtt@rumqttd-0.13.0...rumqttd-0.14.0

Changelog

Sourced from rumqttd's changelog.

rumqttc v0.15.0

  • Ensure re-export of ClientConfig is clearly from the tokio_rustls crate (#428)
  • Derive standard like Eq and Clone traits on some types where required (#429)
  • Create non-blocking interface for Notifier (#431)
  • Use native certificates for encrypted transports in MqttOptions::parse_url (#436)

R14


rumqttc v0.14.0

  • Timeouts moved up to connect() call (#408)
  • Tokio dependency version = "1" (#412)
  • Fix empty property serialization (#413)
  • Change variants in ClientError to not expose dependence on flume/SendError (#420)
  • Revert erroring out when Subscription filter list is empty (#422)
  • Remove the ability to cancel EventLoop.poll() mid execution (#421)
  • Improve documentation and fix examples (#380, #401, #416, #417)

R13


Commits
  • 08a847c fix unsubscribe packet in v5
  • 1654935 feat: read unsubscribe packet in v5 (#626)
  • 7a4b895 Topic alias and message expiry support in broker (#616)
  • 2084c4e feat: remove outdated config directory (#624)
  • a048351 rumqttc: fix: Switch to using IntoClientRequest (#623)
  • 1314d98 docs(rumqttc/examples): (de)serialization example (#619)
  • db64f0b feat: Upper bound on outgoing inflight publishes (#615)
  • 568f209 feat: update rustls to 0.21.0 and tokio-rustls to 0.24 (#606)
  • b863cec feat: Add support for HTTP(s) proxy (#611)
  • fe8a8e3 chore: release rumqttc 0.21.0
  • Additional commits viewable in compare view

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 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 the dependencies Pull requests that update a dependency file label May 31, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/rumqttd-0.15.0 branch from da88938 to b6611e8 Compare June 28, 2023 08:49
@qwandor
Copy link
Collaborator

qwandor commented Jul 4, 2023

@dependabot rebase

Bumps [rumqttd](https://github.com/bytebeamio/rumqtt) from 0.13.0 to 0.15.0.
- [Release notes](https://github.com/bytebeamio/rumqtt/releases)
- [Changelog](https://github.com/bytebeamio/rumqtt/blob/main/CHANGELOG.md)
- [Commits](bytebeamio/rumqtt@rumqttd-0.13.0...rumqttd-0.15.0)

---
updated-dependencies:
- dependency-name: rumqttd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rumqttd-0.15.0 branch from b6611e8 to f0c46b4 Compare July 4, 2023 12:00
@qwandor
Copy link
Collaborator

qwandor commented Jul 10, 2023

It looks like this was broken by bytebeamio/rumqtt#596.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2023

Superseded by #365.

@dependabot dependabot bot closed this Jul 25, 2023
@dependabot dependabot bot deleted the dependabot/cargo/rumqttd-0.15.0 branch July 25, 2023 01:17
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.

1 participant