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: 4.1.1
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: 4.1.2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on May 17, 2021

  1. fix: ensure compatibility with previous versions of the adapter

    Using `socket.io@4.1.0` with `socket.io-adapter@2.2.0` would lead to
    the following error:
    
    > Uncaught Error: unknown packet type NaN
    
    Because the packet would be encoded twice, resulting in "undefined".
    
    See also:
    
    - socketio/socket.io-adapter@5579d40
    - dc381b7
    
    Related:
    
    - #3922
    - #3927
    darrachequesne committed May 17, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    a2cf248 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0cb6ac9 View commit details
  3. chore(release): 4.1.2

    darrachequesne committed May 17, 2021
    Copy the full SHA
    1633150 View commit details
Loading