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: 7.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.0.0
Choose a head ref
  • 12 commits
  • 9 files changed
  • 5 contributors

Commits on Nov 25, 2022

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

Commits on Dec 7, 2022

  1. chore: bump socket.io-parser from 4.0.4 to 4.0.5 (#465)

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.0.4...4.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a00c0e3 View commit details
    Browse the repository at this point in the history
  2. chore: bump engine.io from 6.2.0 to 6.2.1 (#468)

    Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
    - [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.2.0...6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    dabf3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2977a3 View commit details
    Browse the repository at this point in the history
  4. feat: add option to allow usage of custom parser (#471)

    This PR adds a new parser option to the adapter constructor to allow
    setting a custom parser to use, defaulting to using notepack.io. This
    would allow someone to use a different msgpack library if they wanted,
    or even an entirely different protocol altogether (e.g. protobuf).
    
    Related:
    
    - #462
    - #469
    MasterOdin authored and darrachequesne committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    73f6320 View commit details
    Browse the repository at this point in the history
  5. chore: bump notepack.io to version ~3.0.1 (#464)

    BREAKING CHANGE: the format of Date objects is modified in a non
    backward-compatible way, as notepack.io now implements the MessagePack
    Timestamp extension type.
    
    Reference: https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type
    
    Previous versions of the adapter will not be able to parse the Date
    objects sent by newer versions.
    
    - Reference: https://github.com/darrachequesne/notepack/releases/tag/3.0.0
    - Diff: darrachequesne/notepack@2.3.0...3.0.1
    papandreou authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c96b2e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc0c37 View commit details
    Browse the repository at this point in the history
  7. chore: bump minimatch from 3.0.4 to 3.1.2 (#473)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5711b01 View commit details
    Browse the repository at this point in the history
  8. chore: bump minimist from 1.2.5 to 1.2.7 (#476)

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    adbcb8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b3bc8a View commit details
    Browse the repository at this point in the history
  10. feat: remove deprecated methods

    An official alternative has been added in the core in v4.0.0:
    
    - adapter.remoteJoin() -> io.socketsJoin()
    - adapter.remoteLeave() -> io.socketsLeave()
    - adapter.remoteDisconnect() -> io.disconnectSockets()
    - adapter.sockets() -> io.fetchSockets()
    
    BREAKING CHANGE: the remoteJoin(), remoteLeave(), remoteDisconnect()
    and sockets() methods are removed in favor of the official alternatives
    
    Related: socketio/socket.io@b25495c
    darrachequesne committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fb760d9 View commit details
    Browse the repository at this point in the history
  11. chore(release): 8.0.0

    darrachequesne committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    28a3444 View commit details
    Browse the repository at this point in the history
Loading