You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,6 +205,11 @@ This release contains a bump of the `socket.io-parser` dependency, in order to f
200
205
201
206
* handle ill-formatted packet from server ([c597023](https://github.com/socketio/socket.io-client/commit/c5970231699aa47b00c4a617af4239d0fa90fa53))
202
207
208
+
### Dependencies
209
+
210
+
-[`engine.io-client@~6.2.1`](https://github.com/socketio/engine.io-client/releases/tag/6.2.1) (no change)
211
+
-[`ws@~8.2.3`](https://github.com/websockets/ws/releases/tag/8.2.3) (no change)
@@ -209,20 +219,30 @@ This release contains a bump of the `socket.io-parser` dependency, in order to f
209
219
210
220
* ensure buffered events are sent in order ([991eb0b](https://github.com/Automattic/socket.io-client/commit/991eb0b0289bbbf680099e6d42b302beee7568b8))
211
221
222
+
### Dependencies
223
+
224
+
-[`engine.io-client@~3.5.0`](https://github.com/socketio/engine.io-client/releases/tag/3.5.0) (no change)
225
+
-[`ws@~7.4.2`](https://github.com/websockets/ws/releases/tag/7.4.2) (no change)
* add details to the disconnect event ([b862924](https://github.com/socketio/socket.io-client/commit/b862924b7f1720979e5db2f0154906b305d420e3))
245
+
#### Additional details for the disconnect event
226
246
227
247
The "disconnect" event will now include additional details to help debugging if anything has gone wrong.
* add support for catch-all listeners for outgoing packets ([74e3e60](https://github.com/socketio/socket.io-client/commit/74e3e601a43133b2c0ea43c3de2764cc55b57b5a))
265
+
Added in [b862924](https://github.com/socketio/socket.io-client/commit/b862924b7f1720979e5db2f0154906b305d420e3).
266
+
267
+
#### Catch-all listeners for outgoing packets
246
268
247
269
This is similar to `onAny()`, but for outgoing packets.
* slice write buffer according to the maxPayload value ([46fdc2f](https://github.com/socketio/engine.io-client/commit/46fdc2f0ed352b454614247406689edc9d908927))
279
+
Added in [74e3e60](https://github.com/socketio/socket.io-client/commit/74e3e601a43133b2c0ea43c3de2764cc55b57b5a).
280
+
281
+
#### Slice write buffer according to the maxPayload value
258
282
259
-
The server will now include a "maxPayload" field in the handshake details, allowing the clients to decide how many packets they have to send to stay under the maxHttpBufferSize value.
283
+
The server will now include a "maxPayload" field in the handshake details, allowing the clients to decide how many packets they have to send to stay under the `maxHttpBufferSize` value.
284
+
285
+
Added in [46fdc2f](https://github.com/socketio/engine.io-client/commit/46fdc2f0ed352b454614247406689edc9d908927).
0 commit comments