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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: socket.io@4.8.2
Choose a base ref
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 30 files changed
  • 1 contributor

Commits on Dec 22, 2025

  1. docs(eio): fix link in the release notes

    [skip ci]
    darrachequesne committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    ad61607 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    2bf16bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968277c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee9aac3 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unused files

    [skip ci]
    darrachequesne committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    579d43f View commit details
    Browse the repository at this point in the history
  5. fix(sio): do not throw when calling io.close() on a stopped server

    Following [1], calling both `io.close()` and `httpServer.close()` would throw an ERR_SERVER_NOT_RUNNING exception, which was not the case before.
    
    Related: #5431
    
    [1]: bb0b480
    darrachequesne committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    9581f9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9e5bed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9978574 View commit details
    Browse the repository at this point in the history
Loading