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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.12.1
Choose a base ref
...
head repository: websockets/ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.13.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 14, 2023

  1. Copy the full SHA
    41dc56a View commit details

Commits on Mar 9, 2023

  1. [test] Fix failing test when using the domain module (#2126)

    Fix a failure in `test/create-websocket-stream.test.js` if the domain
    module is loaded (e.g. due to `NODE_OPTIONS` in environment).
    
    The cause of the failure was that installing an `'uncaughtException'`
    event handler on `process` causes the domain module to prepend its own
    handler for the same event, which confused the test.
    
    Fixes #2124
    mvduin authored Mar 9, 2023
    Copy the full SHA
    b4b9d5a View commit details

Commits on Mar 10, 2023

  1. [feature] Add option to support late addition of headers (#2123)

    This supports the use-case where headers need to be added that depend on
    the socket connection (e.g. for TLS channel binding).
    mvduin authored Mar 10, 2023
    Copy the full SHA
    cd89e07 View commit details
  2. [test] Fix nits

    lpinca committed Mar 10, 2023
    Copy the full SHA
    23acf8c View commit details
  3. [pkg] 8.13.0

    lpinca committed Mar 10, 2023
    Copy the full SHA
    45e17ac View commit details
Loading