-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 18 files changed
- 7 contributors
Commits on Jan 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for de8dffd - Browse repository at this point
Copy the full SHA de8dffdView commit details
Commits on Jan 14, 2021
-
feat: add support for Socket.IO v2 clients
In order to ease the migration to Socket.IO v3, the Socket.IO server can now communicate with v2 clients. ```js const io = require("socket.io")({ allowEIO3: true }); ``` This feature is disabled by default.
Configuration menu - View commit details
-
Copy full SHA for 9925746 - Browse repository at this point
Copy the full SHA 9925746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 233650c - Browse repository at this point
Copy the full SHA 233650cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b55892a - Browse repository at this point
Copy the full SHA b55892aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1d790 - Browse repository at this point
Copy the full SHA 6b1d790View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52532b - Browse repository at this point
Copy the full SHA d52532bView commit details
Commits on Jan 15, 2021
-
feat: confirm a weak but matching ETag (#3485)
When handling compression at the proxy server level, the client receives a weak ETag. Weak ETags are prefixed with `W/`, e.g. `W/"2.2.0"`. Upon cache validation we should take care of these too. Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag
Configuration menu - View commit details
-
Copy full SHA for 161091d - Browse repository at this point
Copy the full SHA 161091dView commit details -
chore: bump socket.io-adapter version
Diff: socketio/socket.io-adapter@2.0.3...2.1.0 Includes: - add room events ([155fa63](socketio/socket.io-adapter@155fa63)) - make rooms and sids public ([313c5a9](socketio/socket.io-adapter@313c5a9))
Configuration menu - View commit details
-
Copy full SHA for 2c883f5 - Browse repository at this point
Copy the full SHA 2c883f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f05a4a6 - Browse repository at this point
Copy the full SHA f05a4a6View commit details
There are no files selected for viewing