-
Notifications
You must be signed in to change notification settings - Fork 487
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io-redis-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 6 files changed
- 3 contributors
Commits on Dec 14, 2021
-
docs: add example with redis@4
The redis clients must be connected manually in v4, else it will throw: > Error: The client is closed Related: #435
Configuration menu - View commit details
-
Copy full SHA for 936810c - Browse repository at this point
Copy the full SHA 936810cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff22767 - Browse repository at this point
Copy the full SHA ff22767View commit details
Commits on Dec 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1687394 - Browse repository at this point
Copy the full SHA 1687394View commit details
Commits on Jan 4, 2022
-
docs: fix example with redis v4
It seems the clients must be connected before creating the adapter. Related: #436
Configuration menu - View commit details
-
Copy full SHA for d55d6e5 - Browse repository at this point
Copy the full SHA d55d6e5View commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d2faa8a - Browse repository at this point
Copy the full SHA d2faa8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65174f3 - Browse repository at this point
Copy the full SHA 65174f3View commit details
Commits on May 3, 2022
-
feat: broadcast and expect multiple acks
This feature was added in `[email protected]`: ```js io.timeout(1000).emit("some-event", (err, responses) => { // ... }); ``` Thanks to this change, it will now work with multiple Socket.IO servers. Related: - socketio/socket.io@8b20457 - #445 - #452
Configuration menu - View commit details
-
Copy full SHA for e4c40cc - Browse repository at this point
Copy the full SHA e4c40ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 672dc0c - Browse repository at this point
Copy the full SHA 672dc0cView commit details -
chore: add deprecation notices for some methods
Those methods are now replaced by more generic methods at the server level, and will be removed in the next major release. Regarding the allRooms() method, we may also remove it, as transferring all rooms (including private ones) across the cluster is not really efficient, and users could use `serverSideEmit()` instead to implement their own logic.
Configuration menu - View commit details
-
Copy full SHA for b41a805 - Browse repository at this point
Copy the full SHA b41a805View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4215cd - Browse repository at this point
Copy the full SHA b4215cdView commit details
Loading
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.1.0...7.2.0