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.16.0 #365

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps rumqttd from 0.13.0 to 0.16.0.

Release notes

Sourced from rumqttd's releases.

rumqttd 0.16.0

Significant Changes

  • QoS2 support (#604) 🚀
  • Support for Websocket connections (#633) 🕸️

Changed

  • Ability to configure segment size individually (#602)
  • LinkBuilder for constructing LinkRx/LinkTx (#659)

Deprecated

  • Link and its implementation, use LinkBuilder instead

Fixed

  • Include reason code for UnsubAck in v5

New Contributors 🎉

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.16.0

  • Remove Eventloop::handle, and stop re-exporting flume constructs (#441)
  • Unchain features url and url-rustls (#440)
  • Make dependency on rustls-native-certs optional (#438)

R15


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
  • 0fc5ce1 chore: Release rumqttd v0.16.0
  • 5ff4245 feat(rumqttd): Filter based segment (#602)
  • 91939fe feat(rumqttd): qos2 support in broker (#604)
  • cea0d8b Builder pattern for constructing Link (#659)
  • f0cb060 build: disable unsused features from flume (#653)
  • 93988da rumqttc: docs: remove invalid disclaimer (#657)
  • b5331a4 rumqttc: feat: Allow modifying websocket requests. (#642)
  • 72007ef docs(rumqttd/architecture): added ontology description and feature descriptio...
  • d2f68c0 build(deps): bump openssl from 0.10.48 to 0.10.55 (#647)
  • c54c4ce feat: remove unnecessary features to avoid conflict (#648)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 25, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/rumqttd-0.16.0 branch 2 times, most recently from 789703b to 497c3ff Compare August 10, 2023 09:08
Bumps [rumqttd](https://github.com/bytebeamio/rumqtt) from 0.13.0 to 0.16.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.16.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.16.0 branch from 497c3ff to 9945235 Compare August 14, 2023 12:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2023

Superseded by #380.

@dependabot dependabot bot closed this Aug 16, 2023
@dependabot dependabot bot deleted the dependabot/cargo/rumqttd-0.16.0 branch August 16, 2023 01:29
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants