Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Update dependency socket.io to v4.5.3 #55

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 30, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
socket.io 4.1.3 -> 4.5.3 age adoption passing confidence

Release Notes

socketio/socket.io

v4.5.3

Compare Source

Bug Fixes
  • typings: accept an HTTP2 server in the constructor (d3d0a2d)
  • typings: apply types to "io.timeout(...).emit()" calls (e357daf)

v4.5.2

Compare Source

Bug Fixes
  • prevent the socket from joining a room after disconnection (18f3fda)
  • uws: prevent the server from crashing after upgrade (ba497ee)

v4.5.1

Compare Source

Bug Fixes
  • forward the local flag to the adapter when using fetchSockets() (30430f0)
  • typings: add HTTPS server to accepted types (#​4351) (9b43c91)

v4.5.0

Compare Source

Bug Fixes
Features
  • add support for catch-all listeners for outgoing packets (531104d)

This is similar to onAny(), but for outgoing packets.

Syntax:

socket.onAnyOutgoing((event, ...args) => {
  console.log(event);
});
  • broadcast and expect multiple acks (8b20457)

Syntax:

io.timeout(1000).emit("some-event", (err, responses) => {
  // ...
});
  • add the "maxPayload" field in the handshake details (088dcb4)

So that clients in HTTP long-polling can decide how many packets they have to send to stay under the maxHttpBufferSize
value.

This is a backward compatible change which should not mandate a new major revision of the protocol (we stay in v4), as
we only add a field in the JSON-encoded handshake data:

0{"sid":"lv_VI97HAXpY6yYWAAAC","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":5000,"maxPayload":1000000}

4.4.1 (2022-01-06)

Bug Fixes

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes
  • only set 'connected' to true after middleware execution (02b0f73)
Features

4.3.2 (2021-11-08)

Bug Fixes

4.3.1 (2021-10-16)

Bug Fixes

v4.3.2

Compare Source

Bug Fixes

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

Bug Fixes
  • typings: add name field to cookie option (#​4099) (033c5d3)
  • send volatile packets with binary attachments (dc81fcf)
Features

v4.2.0

Compare Source

Bug Fixes
  • typings: allow async listener in typed events (ccfd8ca)
Features
  • ignore the query string when serving client JavaScript (#​4024) (24fee27)

4.1.3 (2021-07-10)

Bug Fixes
  • fix io.except() method (94e27cd)
  • remove x-sourcemap header (a4dffc6)

4.1.2 (2021-05-17)

Bug Fixes
  • typings: ensure compatibility with TypeScript 3.x (0cb6ac9)
  • ensure compatibility with previous versions of the adapter (a2cf248)

4.1.1 (2021-05-11)

Bug Fixes
  • typings: properly type server-side events (b84ed1e)
  • typings: properly type the adapter attribute (891b187)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/socket.io-packages branch from 29f8b1c to f35fa4b Compare October 18, 2021 15:05
@renovate renovate bot changed the title Update dependency socket.io to v4.2.0 Update dependency socket.io to v4.3.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/socket.io-packages branch from f35fa4b to 51174ee Compare November 8, 2021 10:33
@renovate renovate bot changed the title Update dependency socket.io to v4.3.1 Update dependency socket.io to v4.3.2 Nov 8, 2021
@renovate renovate bot force-pushed the renovate/socket.io-packages branch from 51174ee to 90196b3 Compare March 7, 2022 14:53
@renovate renovate bot changed the title Update dependency socket.io to v4.3.2 Update dependency socket.io to v4.4.1 Mar 7, 2022
@renovate renovate bot changed the title Update dependency socket.io to v4.4.1 Update dependency socket.io to v4.5.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/socket.io-packages branch from 90196b3 to 7ebbd6d Compare April 24, 2022 21:42
@renovate renovate bot force-pushed the renovate/socket.io-packages branch from 7ebbd6d to 18e9754 Compare June 18, 2022 14:18
@renovate renovate bot changed the title Update dependency socket.io to v4.5.0 Update dependency socket.io to v4.5.1 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/socket.io-packages branch from 18e9754 to ce4d739 Compare September 25, 2022 18:32
@renovate renovate bot changed the title Update dependency socket.io to v4.5.1 Update dependency socket.io to v4.5.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/socket.io-packages branch from ce4d739 to cd1111c Compare November 20, 2022 09:22
@renovate renovate bot changed the title Update dependency socket.io to v4.5.2 Update dependency socket.io to v4.5.3 Nov 20, 2022
@itsmingjie itsmingjie closed this Nov 21, 2022
@renovate
Copy link
Author

renovate bot commented Nov 21, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (4.5.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/socket.io-packages branch November 21, 2022 01:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant