Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rmqtt/rmqtt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.0
Choose a base ref
...
head repository: rmqtt/rmqtt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.17.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 20, 2025

  1. 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 committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    23b2197 View commit details
    Browse the repository at this point in the history
  2. 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
    bittcrafter committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    0d0e406 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #324 from bittcrafter/dev/0.17.0

    fix(net): fix conditional compilation and code organization  #323
    bittcrafter authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    aef419c View commit details
    Browse the repository at this point in the history
  4. 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
    bittcrafter committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    5191410 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #325 from bittcrafter/dev/0.17.0

    chore(conf): bump rmqtt-conf version to 0.3.1
    bittcrafter authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d38f955 View commit details
    Browse the repository at this point in the history
Loading