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

Commits on Sep 7, 2022

  1. build(deps): bump minimist from 1.2.5 to 1.2.6 (#115)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    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 Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a40f9aa View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#116)

    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: direct:production
    ...
    
    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 Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7e5236e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. build(deps): bump nanoid from 3.1.25 to 3.3.1 (#117)

    Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.1.25...3.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      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 Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ef252e0 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimatch from 3.0.4 to 3.1.2 (#119)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [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 Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a9d5a91 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. build(deps): bump json5 from 2.2.0 to 2.2.3 (#123)

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      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 Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f26b810 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. feat: add option to allow usage of custom parser (#121)

    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: socketio/socket.io-redis-adapter@73f6320
    
    Signed-off-by: Matthew Peveler <[email protected]>
    MasterOdin authored and darrachequesne committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    48bdd87 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.0

    darrachequesne committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    bfefbde View commit details
    Browse the repository at this point in the history
Loading