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.15.0-rc.5
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.15.0-rc.6
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 17, 2025

  1. build(net): enable all socket2 features

    - Added `features = ["all"]` to socket2 dependency
    - Maintains same workspace version requirement
    - Enables additional socket functionality for future use
    bittcrafter committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    c6ecdb6 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 0.15.0-rc.6

    - Updated workspace package version from 0.15.0-rc.5 to 0.15.0-rc.6
    - Synchronized rmqtt dependency version to 0.15.0-rc.6
    bittcrafter committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    e6a6eba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #250 from bittcrafter/dev/0.15.0

    build(net): enable all socket2 features
    bittcrafter authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    87f9b59 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. chore(deps): update multiple dependencies and bump versions

    Core Updates:
    - Bumped workspace version to 0.15.0-rc.6
    - Added jsonwebtoken to main dependencies
    - Enabled additional tokio features (io-util)
    
    Dependency Version Updates:
    - once_cell: 1.20.2 → 1.21.3
    - dashmap: 6.1.0 (pinned) → 6.1.0
    - bytes: 1.9 → 1.10
    - anyhow: 1.0.94 → 1.99
    - uuid: 1.11.0 (pinned) → 1.11.0
    - bitflags: 2.6.0 → 2.9.0
    - scc: 2.3.1 → 2.3.4
    - toml: 0.8 → 0.9
    - rayon: 1.10.0 → 1.11.0
    - tokio-tungstenite: 0.26 → 0.27
    
    Plugin Version Bumps:
    - rmqtt-auth-jwt: 0.1.0 → 0.1.1
    - rmqtt-bridge-egress-mqtt: 0.1.2 → 0.1.3
    - rmqtt-bridge-egress-pulsar: 0.1.0 → 0.1.1
    - rmqtt-bridge-egress-reductstore: 0.1.0 → 0.1.1
    - rmqtt-bridge-ingress-mqtt: 0.1.3 → 0.1.4
    - rmqtt-bridge-ingress-pulsar: 0.1.1 → 0.1.2
    - rmqtt-cluster-raft: 0.2.1 → 0.2.2
    
    Bridge Component Updates:
    - ntex-mqtt: 4.5.1 → 4.6.1
    - pulsar: 6.3.0 (pinned) → 6.3.0
    - reduct-rs: 1.14.0 (pinned) → 1.14.0
    bittcrafter committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    66cdf74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #253 from bittcrafter/dev/0.15.0

    chore(deps): update multiple dependencies and bump versions
    bittcrafter authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    3ba419e View commit details
    Browse the repository at this point in the history
Loading