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

Commits on May 10, 2023

  1. chore: bump engine.io from 6.4.1 to 6.4.2 (#498)

    Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.1 to 6.4.2.
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.4.1...6.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2023
    Configuration menu
    Copy the full SHA
    7d8cb66 View commit details
    Browse the repository at this point in the history
  2. test: fix flaky test

    darrachequesne committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d6737ef View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 13, 2023

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

Commits on May 14, 2023

  1. fix(sharded): properly unsubscribe when closing

    Providing an array of channels to the SUNSUBSCRIBE command assumes all
    the channels are allocated to the same slot, which is not always the
    case, so we need to issue one command per channel.
    
    Related: #500
    darrachequesne committed May 14, 2023
    Configuration menu
    Copy the full SHA
    2da8d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c372a8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 8.2.1

    darrachequesne committed May 14, 2023
    Configuration menu
    Copy the full SHA
    623593d View commit details
    Browse the repository at this point in the history
Loading