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.21.0
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.21.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on May 22, 2026

  1. Configuration menu
    Copy the full SHA
    4c534a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2120f4c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. [doc] Document 32-bit signed integer coercion for option values

    Clarifiy that the values of the `maxBufferedChunks`, `maxFragments`, and
    `maxPayload` options are coerced to 32-bit signed integers.
    lpinca committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    4ea355d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

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

Commits on Jun 22, 2026

  1. [fix] Count empty fragments toward the limit (#2329)

    Ensure that empty fragments are counted against the `maxFragments`
    limit.
    LeSingh1 authored and lpinca committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    a2f4e7c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2026

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

Commits on Jul 14, 2026

  1. [fix] Lower default values of maxBufferedChunks and maxFragments

    Use smaller and safer default values for the `maxBufferedChunks` and
    `maxFragments` options.
    
    Closes #2331
    Closes #2332
    lpinca committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    f197ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e9511b View commit details
    Browse the repository at this point in the history
  3. [dist] 8.21.1

    lpinca committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    ae1de54 View commit details
    Browse the repository at this point in the history
Loading