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: socketio/socket.io Loading
base: 4.7.1
Choose a base ref
...
head repository: socketio/socket.io Loading
compare: 4.7.2
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Jun 29, 2023

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

Commits on Jul 9, 2023

  1. docs: update the list of supported Node.js versions

    The Engine.IO server uses `timeout.refresh()` (see [1]), which was
    added in Node.js 10.2.0.
    
    Reference: https://nodejs.org/api/timers.html#timeoutrefresh
    
    Related: socketio/engine.io#686
    
    [1]: socketio/engine.io@37474c7
    darrachequesne committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    03046a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    09d4549 View commit details
    Browse the repository at this point in the history
  2. fix(webtransport): properly handle WebTransport-only connections

    A WebTransport-only connection has no `request` attribute, so we need
    to handle that case.
    darrachequesne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3468a19 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.7.2

    darrachequesne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c332643 View commit details
    Browse the repository at this point in the history
Loading