-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: websockets/ws
base: 8.16.0
head repository: websockets/ws
compare: 8.17.1
- 16 commits
- 16 files changed
- 4 contributors
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e42cfd - Browse repository at this point
Copy the full SHA 5e42cfdView commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8be840e - Browse repository at this point
Copy the full SHA 8be840eView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2405c17 - Browse repository at this point
Copy the full SHA 2405c17View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b119b41 - Browse repository at this point
Copy the full SHA b119b41View commit details
Commits on Apr 15, 2024
-
[feature] Allow the
createConnection
option (#2219)Allow passing in a custom `createConnection` function.
Configuration menu - View commit details
-
Copy full SHA for 53a8888 - Browse repository at this point
Copy the full SHA 53a8888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa0405 - Browse repository at this point
Copy the full SHA 2aa0405View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5f32c7 - Browse repository at this point
Copy the full SHA e5f32c7View commit details -
[major] Flip the default value of
allowSynchronousEvents
(#2221)Flip the default value of the `allowSynchronousEvents` option to `true`. Refs: #2218
Configuration menu - View commit details
-
Copy full SHA for 96c9b3d - Browse repository at this point
Copy the full SHA 96c9b3dView commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1817bac - Browse repository at this point
Copy the full SHA 1817bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 934c9d6 - Browse repository at this point
Copy the full SHA 934c9d6View commit details -
[test] Use the
highWaterMark
variableUse the value of the `highWaterMark` variable instead of `16384`.
Configuration menu - View commit details
-
Copy full SHA for 29694a5 - Browse repository at this point
Copy the full SHA 29694a5View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b73b118 - Browse repository at this point
Copy the full SHA b73b118View commit details
Commits on May 18, 2024
-
[perf] Reduce the amount of
crypto.randomFillSync()
callsUse a pool of random bytes to reduce the amount of `crypto.randomFillSync()` calls. Refs: nodejs/undici#3204
Configuration menu - View commit details
-
Copy full SHA for ddfe4a8 - Browse repository at this point
Copy the full SHA ddfe4a8View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a00029 - Browse repository at this point
Copy the full SHA 6a00029View commit details
Commits on Jun 16, 2024
-
[security] Fix crash when the Upgrade header cannot be read (#2231)
It is possible that the Upgrade header is correctly received and handled (the `'upgrade'` event is emitted) without its value being returned to the user. This can happen if the number of received headers exceed the `server.maxHeadersCount` or `request.maxHeadersCount` threshold. In this case `incomingMessage.headers.upgrade` may not be set. Handle the case correctly and abort the handshake. Fixes #2230
1Configuration menu - View commit details
-
Copy full SHA for e55e510 - Browse repository at this point
Copy the full SHA e55e510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c56601 - Browse repository at this point
Copy the full SHA 3c56601View 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 8.16.0...8.17.1