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.18.3
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.19.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    aa28c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1891e14 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. [ci] Test on node 25

    lpinca committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    86eac5b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

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

Commits on Dec 2, 2025

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

Commits on Dec 18, 2025

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

Commits on Jan 2, 2026

  1. [fix] Ensure all remaining data is read as a single chunk

    Do not rely on undocumented behavior, call `socket.read()` with the actual
    number of bytes to read.
    
    Refs: nodejs/node#60441
    lpinca committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    1998485 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. [feature] Introduce the closeTimeout option (#2308)

    Make graceful close timeout configurable.
    anthony-michael-bennett authored and lpinca committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    3f9ffc6 View commit details
    Browse the repository at this point in the history
  2. [dist] 8.19.0

    lpinca committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    61349ec View commit details
    Browse the repository at this point in the history
Loading