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.19.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.20.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 9, 2026

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

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    8b55319 View commit details
    Browse the repository at this point in the history
  2. [doc] Add missing space

    lpinca committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    91707b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. [api] Convert the isServer and maxPayload parameters to options

    To simplify the API before exporting the `PerMessageDeflate` class,
    reduce the number of positional parameters in the constructor by moving
    `isServer` and `maxPayload` into the options object.
    lpinca committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    3ee5349 View commit details
    Browse the repository at this point in the history
  2. [minor] Export the PerMessageDeflate class and header utils

    Export the `PerMessageDeflate` class, the parser and serializer for the
    `Sec-WebSocket-Extensions` header, and the parser for the
    `Sec-WebSocket-Protocol` header.
    
    Documentation is intentionally omitted as these utilities are primarily
    intended for niche use cases rather than general consumption.
    
    Refs: #2313
    lpinca committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    d3503c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2026

  1. [dist] 8.20.0

    lpinca committed Mar 21, 2026
    Configuration menu
    Copy the full SHA
    8439255 View commit details
    Browse the repository at this point in the history
Loading