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-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rmqtt/rmqtt-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/0.5.3
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    07fa73a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. fix(storage_sled): improve TTL feature handling in contains_key methods

    - Added proper conditional compilation for TTL feature in:
      * `_self_map_contains_key`
      * `_self_list_contains_key`
      * `_self_contains_key`
    - Without TTL feature, now correctly calls underlying storage methods:
      * `_map_contains_key` for map storage
      * `_list_contains_key` for list storage
      * `_kv_contains_key` for key-value storage
    - Fixes potential false negatives in key existence checks when TTL is disabled
    - Maintains expiration checking behavior when TTL feature is enabled
    - More reliable storage operations in both configurations
    bittcrafter committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    92cacbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from bittcrafter/release/0.5.3

    Release/0.5.3
    bittcrafter authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    dce6d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070cfd3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from bittcrafter/release/0.5.3

    chore(storage): bump version from 0.5.2 to 0.5.3
    bittcrafter authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    89ff6d0 View commit details
    Browse the repository at this point in the history
Loading