-
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.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
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 38 files changed
- 5 contributors
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d412e87 - Browse repository at this point
Copy the full SHA d412e87View commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f34cfca - Browse repository at this point
Copy the full SHA f34cfcaView commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10aafbb - Browse repository at this point
Copy the full SHA 10aafbbView commit details
Commits on Jan 28, 2021
-
docs(examples): update the nginx cluster example
Related: #3778 Reference: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash
Configuration menu - View commit details
-
Copy full SHA for 0d10e61 - Browse repository at this point
Copy the full SHA 0d10e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf873fd - Browse repository at this point
Copy the full SHA cf873fdView commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 86eb422 - Browse repository at this point
Copy the full SHA 86eb422View commit details
Commits on Feb 2, 2021
-
fix(typings): add return types and general-case overload signatures (#…
Configuration menu - View commit details
-
Copy full SHA for 9e8f288 - Browse repository at this point
Copy the full SHA 9e8f288View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f2e9a7 - Browse repository at this point
Copy the full SHA 4f2e9a7View commit details -
fix: properly parse the CONNECT packet in v2 compatibility mode
In Socket.IO v2, the Socket query option was appended to the namespace in the CONNECT packet: { type: 0, nsp: "/my-namespace?abc=123" } Note: the "query" option on the client-side (v2) will be found in the "auth" attribute on the server-side: ``` // client-side const socket = io("/nsp1", { query: { abc: 123 } }); socket.query = { abc: 456 }; // server-side const io = require("socket.io")(httpServer, { allowEIO3: true // enable compatibility mode }); io.of("/nsp1").on("connection", (socket) => { console.log(socket.handshake.auth); // { abc: 456 } (the Socket query) console.log(socket.handshake.query.abc); // 123 (the Manager query) }); More information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/#Add-a-clear-distinction-between-the-Manager-query-option-and-the-Socket-query-option Related: #3791
Configuration menu - View commit details
-
Copy full SHA for 6f4bd7f - Browse repository at this point
Copy the full SHA 6f4bd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12221f2 - Browse repository at this point
Copy the full SHA 12221f2View 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 3.1.0...3.1.1