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.16.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.16.1
Choose a head ref
  • 16 commits
  • 13 files changed
  • 1 contributor

Commits on Sep 14, 2025

  1. docs: update version to 0.16.0 and add p2p-messaging documentation

    **Changes Made:**
    
    1. **Version Update:**
       - Updated all version references from 0.15.0 to 0.16.0 across documentation files
       - Affected files: README-CN.md, README.md, rmqtt/README.md
    
    2. **New Feature Documentation:**
       - Added P2P Messaging plugin to feature lists in both Chinese and English READMEs
       - Added documentation links for P2P Messaging feature:
         * Chinese: `./docs/zh_CN/p2p-messaging.md`
         * English: `./docs/en_US/p2p-messaging.md`
    
    3. **Documentation Structure:**
       - Maintained consistent formatting with existing plugin documentation
       - Added P2P Messaging to the plugin features list alongside other plugins
    
    **Files Modified:**
    * README-CN.md - Updated version and added Chinese P2P messaging docs
    * README.md - Updated version and added English P2P messaging docs
    * rmqtt/README.md - Updated version references in library usage examples
    
    This update prepares for the 0.16.0 release and documents the new P2P messaging capability.
    bittcrafter committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    367a1f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #286 from bittcrafter/dev/0.16.0

    docs: update version to 0.16.0 and add p2p-messaging documentation
    bittcrafter authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    7115aac View commit details
    Browse the repository at this point in the history
  3. chore(net): bump version from 0.1.5 to 0.2.0

    Updated the version of rmqtt-net crate to 0.2.0 to reflect API changes and new functionality.
    bittcrafter committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    de936d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #287 from bittcrafter/dev/0.16.0

    chore(net): bump version from 0.1.5 to 0.2.0
    bittcrafter authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    33e1aff View commit details
    Browse the repository at this point in the history
  5. chore(deps): update rmqtt-net dependency to 0.2.0

    Updated the rmqtt-net workspace dependency from 0.1 to 0.2 to match the recent version bump.
    bittcrafter committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    2cbbcb6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #288 from bittcrafter/dev/0.16.0

    chore(deps): update rmqtt-net dependency to 0.2.0
    bittcrafter authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    d6e0b6c View commit details
    Browse the repository at this point in the history
  7. docs(p2p-messaging): add comprehensive plugin description

    Added detailed description for the P2P messaging plugin to clearly communicate its functionality:
    "An rmqtt plugin that provides point-to-point (P2P) messaging support, enabling direct message delivery between clients using configurable topic patterns."
    bittcrafter committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    1debe27 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #289 from bittcrafter/dev/0.16.0

    docs(p2p-messaging): add comprehensive plugin description
    bittcrafter authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    998a75c View commit details
    Browse the repository at this point in the history
  9. chore(conf): bump version from 0.1.1 to 0.2.0

    Updated rmqtt-conf crate version to 0.2.0 to reflect configuration management system improvements.
    bittcrafter committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    ca05953 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #290 from bittcrafter/dev/0.16.0

    chore(conf): bump version from 0.1.1 to 0.2.0
    bittcrafter authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    0d3132c View commit details
    Browse the repository at this point in the history
  11. chore(deps): update rmqtt-conf dependency to 0.2.0

    Updated the rmqtt-conf workspace dependency from 0.1 to 0.2 to match the recent version bump.
    bittcrafter committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    8b3c878 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #291 from bittcrafter/dev/0.16.0

    chore(deps): update rmqtt-conf dependency to 0.2.0
    bittcrafter authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    3473a03 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. chore(release): bump version from 0.16.0 to 0.16.1

    Updated workspace package version and all dependency versions from 0.16.0 to 0.16.1 for a patch release.
    bittcrafter committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    f998cef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from bittcrafter/dev/0.16.0

    chore(deps): pin pulsar dependency to exact version 6.3.1
    bittcrafter authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    8acc995 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. docs(auth-http): add subscription ACL caching limitation note

    Added important clarification about caching limitations for subscription ACLs in both English and Chinese documentation:
    
    - **English**: Added "Note: Caching is not supported for subscription ACLs."
    - **Chinese**: Added "注意:当前订阅类型的 ACL 不支持缓存。"
    
    Also improved Chinese documentation formatting by using code formatting for header field `X-Cache: -1` and timeout value explanation.
    bittcrafter committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    298a475 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from bittcrafter/dev/0.16.0

    docs(auth-http): add subscription ACL caching limitation note
    bittcrafter authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    52a180e View commit details
    Browse the repository at this point in the history
Loading