Skip to content
Permalink

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: websockets/ws Loading
base: 8.16.0
Choose a base ref
...
head repository: websockets/ws Loading
compare: 8.17.1
Choose a head ref
  • 16 commits
  • 16 files changed
  • 4 contributors

Commits on Jan 24, 2024

  1. [meta] Add FUNDING.json

    Refs: #2194
    lpinca committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5e42cfd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    8be840e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    2405c17 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    b119b41 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. [feature] Allow the createConnection option (#2219)

    Allow passing in a custom `createConnection` function.
    pimterry committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    53a8888 View commit details
    Browse the repository at this point in the history
  2. [minor] Fix nits

    lpinca committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2aa0405 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e5f32c7 View commit details
    Browse the repository at this point in the history
  2. [major] Flip the default value of allowSynchronousEvents (#2221)

    Flip the default value of the `allowSynchronousEvents` option to `true`.
    
    Refs: #2218
    lpinca committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    96c9b3d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. [ci] Do not test on node 21

    lpinca committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1817bac View commit details
    Browse the repository at this point in the history
  2. [ci] Test on node 22

    lpinca committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    934c9d6 View commit details
    Browse the repository at this point in the history
  3. [test] Use the highWaterMark variable

    Use the value of the `highWaterMark` variable instead of `16384`.
    lpinca committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    29694a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. [dist] 8.17.0

    lpinca committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b73b118 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. [perf] Reduce the amount of crypto.randomFillSync() calls

    Use a pool of random bytes to reduce the amount of
    `crypto.randomFillSync()` calls.
    
    Refs: nodejs/undici#3204
    lpinca committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ddfe4a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. [test] Increase code coverage

    lpinca committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6a00029 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. [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
    lpinca committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e55e510 View commit details
    Browse the repository at this point in the history
  2. [dist] 8.17.1

    lpinca committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3c56601 View commit details
    Browse the repository at this point in the history
Loading