这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps rumqttd from 0.19.0 to 0.20.0.

Release notes

Sourced from rumqttd's releases.

rumqttd-0.20.0

rumqttd 0.20.0

Key Features

  • Async Authentication: Added support for async auth functions for more flexible authentication flows
  • Enhanced Security:
    • Implemented constant-time password comparison to prevent timing attacks
    • Added SEC1 key support with improved certificate handling
  • Public API Improvements: Made Server, Forward, and external_auth publicly available for better extensibility

Notable Fixes

  • Fixed session present flag in CONNACK packets
  • Corrected keepalive duration handling when reading from network
  • Fixed event ordering returned on poll()
  • Set default network timeout to Duration::MAX instead of zero
  • Improved error handling for MQTT acknowledgment packets

Improvements

  • Updated rustls and dependencies
  • Added LinkTx::unsubscribe functionality
  • Enhanced logging for peer-initiated disconnects
  • Improved client_id recording in tracing spans
  • Disabled default feature for metrics-exporter-prometheus

New Contributors

Welcome to @​amokfa, @​Inventor77, @​xiaocq2001, @​silvestrpredko, @​Ddystopia, and @​Ichmed! 🎉

Full Changelog: bytebeamio/rumqtt@rumqttd-0.19.0...rumqttd-0.20.0

Changelog

Sourced from rumqttd's changelog.

CHANGELOG

New CHANGELOG entries can be found in individual crate root.

rumqttc: rumqttc/CHANGELOG.md

rumqttd: rumqttd/CHANGELOG.md

R19


Commits
  • c03ba8b chore: release rumqttd-0.20.0 (#998)
  • 0dc418d Merge pull request #988 from Matt3o12/main
  • a571e58 feat(rumqttc): add use-rustls-no-provider feature
  • 7605cc2 Merge pull request #994 from giridher-art/release-v0.25.0
  • e6edfd7 chore: release chore cargo lock
  • da1961c chore: release chore
  • 0f534ab Merge pull request #986 from consider-it/fix/v5-return-types
  • 467c704 fix(rumqttc): Make v5::Connection return types public
  • 005f73c feat(rumqttd): Make Server public (#968)
  • 80a0ac7 feat(rumqttc): add MqttOptions::set_client_id method (#954)
  • 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 [rumqttd](https://github.com/bytebeamio/rumqtt) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/bytebeamio/rumqtt/releases)
- [Changelog](https://github.com/bytebeamio/rumqtt/blob/main/CHANGELOG.md)
- [Commits](bytebeamio/rumqtt@rumqttd-0.19.0...rumqttd-0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 30, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.11%. Comparing base (d9bdc4b) to head (c3fcaef).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #663   +/-   ##
=======================================
  Coverage   57.11%   57.11%           
=======================================
  Files          30       30           
  Lines        5088     5088           
  Branches     5088     5088           
=======================================
  Hits         2906     2906           
  Misses       2003     2003           
  Partials      179      179           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@qwandor qwandor merged commit a905f5b into master Sep 30, 2025
4 checks passed
@qwandor qwandor deleted the dependabot/cargo/rumqttd-0.20.0 branch September 30, 2025 10:09
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.

3 participants