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: wind-c/comqtt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.1
Choose a base ref
...
head repository: wind-c/comqtt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 12 files changed
  • 5 contributors

Commits on Jun 6, 2025

  1. Update README

    Add the description of RESTful API to the README.
    wind-c committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    621f918 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    0864543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0521e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Merge pull request #131 from sansmoraxz/patch-1

    nit fixes and pg driver
    wind-c authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    1e0d140 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

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

Commits on Oct 16, 2025

  1. Merge pull request #135 from sansmoraxz/fix/test-pg-db-conn

    use pgx driver for db connection
    wind-c authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    2f4f3b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Fix retained message clustering issue

    - Add StoredRetainedMessages() to retrieve all retained messages from Redis
    - Merge Redis and local retained messages when new subscribers connect
    - Ensures all nodes serve globally latest retained message
    - Fix error handling in StoredRetainedMessages()
    - Fix test data marshaling in redis_test.go
    - Add comprehensive tests for retained message merge logic
    devashish-fl committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    86f6f75 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Merge pull request #139 from Devashish08/retained-message

    Fix retained message clustering issue
    wind-c authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    6779e48 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Improve client connection handling with atomic operations

    Refactor client connection logic to use atomic operations for maximum clients.
    jzyjinziyan authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    3b60322 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Merge pull request #140 from jzyjinziyan/fix_clients_maximum

    Improve client connection handling with atomic operations
    wind-c authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    6a73fc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

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

Commits on Dec 1, 2025

  1. Merge pull request #142 from 63n0/fix-golang-version

    Fix Dockerfile Go version mismatch
    wind-c authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    ecdb0d1 View commit details
    Browse the repository at this point in the history
Loading