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-client
base: 4.5.2
Choose a base ref
...
head repository: socketio/socket.io-client
compare: 4.5.3
Choose a head ref
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Oct 13, 2022

  1. ci: temporarily remove iOS 16 from the test matrix

    Tests iPhone and iPad 16 are currently failing.
    
    Saucelabs error message:
    
    > An unknown server-side error occurred while processing the command. Original error: W3C capabilities should be provided
    
    It might be time to migrate from zuul (https://github.com/defunctzombie/zuul).
    darrachequesne committed Oct 13, 2022
    Copy the full SHA
    1098618 View commit details
    Browse the repository at this point in the history
  2. fix: do not swallow user exceptions

    Following [1], any exception in a user-provided event listener would
    get caught in the try...catch of the decoder and result in the
    reconnection of the socket.
    
    [1]: c597023
    
    Related:
    
    - #1551
    - #1554
    - #1557
    darrachequesne committed Oct 13, 2022
    Copy the full SHA
    2403b88 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Copy the full SHA
    7c05688 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.5.3

    darrachequesne committed Oct 15, 2022
    Copy the full SHA
    2eca8da View commit details
    Browse the repository at this point in the history