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/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.4.0
Choose a base ref
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.0
Choose a head ref
  • 10 commits
  • 18 files changed
  • 1 contributor

Commits on May 23, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. feat: implement cookie management for the Node.js client

    When setting the `withCredentials` option to `true`, the Node.js client
    will now include the cookies in the HTTP requests, making it easier to
    use it with cookie-based sticky sessions.
    
    Related: socketio/socket.io#3812
    darrachequesne committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5fc88a6 View commit details
    Browse the repository at this point in the history
  2. refactor: remove useless xscheme attribute

    The xscheme attribute was used when XDomainRequest was supported (IE8).
    
    Related: c656192
    darrachequesne committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2c16af3 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unused async attribute

    The `async` flag was always true.
    darrachequesne committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    73b2f11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e05367f View commit details
    Browse the repository at this point in the history
  5. refactor: cleanup URI creation

    Following 7195c0f
    darrachequesne committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    36724da View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    13d08bc View commit details
    Browse the repository at this point in the history
  2. feat: favor WebTransport over WebSocket

    This commit ensures that when there are multiple possible upgrades
    (like WebSocket and WebTransport), then the WebTransport is favored and
    the other upgrades are delayed.
    
    Following 7195c0f
    darrachequesne committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9d37b16 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.5.0

    darrachequesne committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4abc2ca View commit details
    Browse the repository at this point in the history
Loading