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: socketio/socket.io-redis-streams-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: socketio/socket.io-redis-streams-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on May 17, 2023

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

Commits on Feb 13, 2024

  1. test: run tests against a Redis cluster

    Related:
    
    - #3
    - #10
    darrachequesne committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    65d0539 View commit details
    Browse the repository at this point in the history
  2. feat: add support for the ioredis package

    Related: #2
    darrachequesne committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    58faa1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b163d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    727876d View commit details
    Browse the repository at this point in the history
  5. chore: make tests work on Windows

    Related: #10
    darrachequesne committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e75c8c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 21, 2024

  1. test: increase timeout

    The tests were randomly failing in the CI.
    
    It might be interesting to have some kind of acknowledgement for the
    socketsJoin() method, something like:
    
    ```js
    const count = await io.socketsJoin("room123");
    ```
    darrachequesne committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    44e10ae View commit details
    Browse the repository at this point in the history
  2. refactor: use the ClusterAdapter class from socket.io-adapter package

    The ClusterAdapter class has been moved to [1], so that this adapter
    only needs to implement to pub/sub mechanism.
    
    Also, [2] should reduce the number of "timeout reached: only x
    responses received out of y" errors, since the fetchSockets() requests
    will now succeed even if a server leaves the cluster.
    
    [1]: https://github.com/socketio/socket.io-adapter
    [2]: socketio/socket.io-adapter@0e23ff0
    
    Related: #6
    darrachequesne committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8ff0413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1898586 View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.2.0

    darrachequesne committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    88fb39f View commit details
    Browse the repository at this point in the history
Loading