-
Notifications
You must be signed in to change notification settings - Fork 487
Comparing changes
Open a pull request
base repository: socketio/socket.io-redis-adapter
base: 7.2.0
head repository: socketio/socket.io-redis-adapter
compare: 8.0.0
- 12 commits
- 9 files changed
- 5 contributors
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c33b68 - Browse repository at this point
Copy the full SHA 8c33b68View commit details
Commits on Dec 7, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for a00c0e3 - Browse repository at this point
Copy the full SHA a00c0e3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dabf3ab - Browse repository at this point
Copy the full SHA dabf3abView commit details -
chore: bump uid2 dependency version to 1.0.0 (#470)
Reference: https://github.com/coreh/uid2/blob/master/HISTORY.md Signed-off-by: Matthew Peveler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2977a3 - Browse repository at this point
Copy the full SHA d2977a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f6320 - Browse repository at this point
Copy the full SHA 73f6320View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c96b2e7 - Browse repository at this point
Copy the full SHA c96b2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc0c37 - Browse repository at this point
Copy the full SHA acc0c37View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5711b01 - Browse repository at this point
Copy the full SHA 5711b01View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for adbcb8d - Browse repository at this point
Copy the full SHA adbcb8dView commit details -
Reference: https://github.com/nodejs/Release
Configuration menu - View commit details
-
Copy full SHA for 5b3bc8a - Browse repository at this point
Copy the full SHA 5b3bc8aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fb760d9 - Browse repository at this point
Copy the full SHA fb760d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a3444 - Browse repository at this point
Copy the full SHA 28a3444View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.2.0...8.0.0