Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork100
Comparing changes
Open a pull request
base repository:rmqtt/rmqtt
Uh oh!
There was an error while loading.Please reload this page.
base:master
head repository:rmqtt/rmqtt
Uh oh!
There was an error while loading.Please reload this page.
compare:release/0.17.x
Uh oh!
There was an error while loading.Please reload this page.
- 7commits
- 8files changed
- 1contributor
Commits on Oct 20, 2025
fix(net): fix conditional compilation and code organization
* Bump rmqtt-net version to 0.3.1* Fix conditional compilation for TLS features in cert.rs and stream.rs* Reorganize module exports to improve code structure* Remove duplicate module declarations and fix import paths* Add allow(unused_mut) attribute to suppress warnings* Maintain all existing functionality with improved code quality
bittcrafter committedOct 20, 2025 chore: bump version to 0.17.1 with net 0.3.1 dependency
* Update workspace package version from 0.17.0 to 0.17.1* Bump rmqtt-net dependency to 0.3.1 for latest fixes* Update all internal plugin dependencies to consistent 0.17.1 version* Maintain Rust edition 2021 and rust-version 1.85.0 requirements
Merge pull request#324from bittcrafter/dev/0.17.0
fix(net): fix conditional compilation and code organization#323
bittcrafter authoredOct 20, 2025 chore(conf): bump rmqtt-conf version to 0.3.1
* Update rmqtt-conf package version from 0.3.0 to 0.3.1* Maintain all existing configuration functionality* No breaking changes introduced in this version bump
Merge pull request#325from bittcrafter/dev/0.17.0
chore(conf): bump rmqtt-conf version to 0.3.1
bittcrafter authoredOct 20, 2025 chore(nats): add msgstore feature to ingress NATS bridge
* Enable msgstore feature for rmqtt dependency in NATS ingress bridge* This allows the bridge to utilize message storage capabilities* Maintains existing NATS bridge functionality with enhanced storage support
Merge pull request#327from bittcrafter/dev/0.17.0
chore(nats): add msgstore feature to ingress NATS bridge
bittcrafter authoredOct 20, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...release/0.17.x
Uh oh!
There was an error while loading.Please reload this page.