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.6.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: 4.7.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 2 contributors

Commits on May 31, 2023

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

Commits on Jun 20, 2023

  1. fix: remove the Partial modifier from the socket.data type (#4740)

    Wrapping SocketData with Partial causes issues when reading data even
    if you've made sure to pass all values. If someone want to make their
    type Partial or make only a few properties optional, they can do so in
    their own type instead.
    
    Related: #4537
    SyedTayyabUlMazhar authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e5c62ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a250e28 View commit details
    Browse the repository at this point in the history
  3. feat: serve client bundles with CORS headers

    The version of the `cors` package matches the one used by `engine.io`.
    
    Related: #3552
    darrachequesne committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    63f181c View commit details
    Browse the repository at this point in the history
  4. docs(examples): increase httpd ProxyTimeout value

    With a value that is too small, the HTTP long-polling request receives
    an HTTP 502 response code and the connection gets closed.
    darrachequesne committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3035c25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5dff0a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    2dd5fa9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.7.0

    darrachequesne committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    00d8ee5 View commit details
    Browse the repository at this point in the history
Loading