Skip to content

Commit d0c0557

Browse files
docs(changelog): add version of transitive dependencies
1 parent 89175d0 commit d0c0557

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

Diff for: CHANGELOG.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This release contains a bump of the `socket.io-parser` dependency, in order to f
179179

180180
### Dependencies
181181

182-
- [`engine.io-client@~6.2.3`](https://github.com/socketio/engine.io-client/tree/6.2.3)
182+
- [`engine.io-client@~6.2.3`](https://github.com/socketio/engine.io-client/tree/6.2.3) (no change)
183183
- [`ws@~8.2.3`](https://github.com/websockets/ws/releases/tag/8.2.3) (no change)
184184

185185

@@ -191,6 +191,11 @@ This release contains a bump of the `socket.io-parser` dependency, in order to f
191191

192192
* do not swallow user exceptions ([2403b88](https://github.com/socketio/socket.io-client/commit/2403b88057bf3fd32eb2047c82be26c455c13a2f))
193193

194+
### Dependencies
195+
196+
- [`engine.io-client@~6.2.3`](https://github.com/socketio/engine.io-client/tree/6.2.3) (https://github.com/socketio/engine.io-client/compare/6.2.1...6.2.3)
197+
- [`ws@~8.2.3`](https://github.com/websockets/ws/releases/tag/8.2.3) (no change)
198+
194199

195200

196201
## [4.5.2](https://github.com/socketio/socket.io-client/compare/4.5.1...4.5.2) (2022-09-02)
@@ -200,6 +205,11 @@ This release contains a bump of the `socket.io-parser` dependency, in order to f
200205

201206
* handle ill-formatted packet from server ([c597023](https://github.com/socketio/socket.io-client/commit/c5970231699aa47b00c4a617af4239d0fa90fa53))
202207

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)
212+
203213

204214

205215
# [2.5.0](https://github.com/socketio/socket.io-client/compare/2.4.0...2.5.0) (2022-06-26)
@@ -209,20 +219,30 @@ This release contains a bump of the `socket.io-parser` dependency, in order to f
209219

210220
* ensure buffered events are sent in order ([991eb0b](https://github.com/Automattic/socket.io-client/commit/991eb0b0289bbbf680099e6d42b302beee7568b8))
211221

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)
226+
212227

213228

214229
## [4.5.1](https://github.com/socketio/socket.io-client/compare/4.5.0...4.5.1) (2022-05-17)
215230

216231
There were some minor bug fixes on the server side, which mandate a client bump.
217232

233+
### Dependencies
234+
235+
- [`engine.io-client@~6.2.1`](https://github.com/socketio/engine.io-client/releases/tag/6.2.1) (no change)
236+
- [`ws@~8.2.3`](https://github.com/websockets/ws/releases/tag/8.2.3) (no change)
237+
218238

219239

220240
# [4.5.0](https://github.com/socketio/socket.io-client/compare/4.4.1...4.5.0) (2022-04-23)
221241

222242

223243
### Features
224244

225-
* add details to the disconnect event ([b862924](https://github.com/socketio/socket.io-client/commit/b862924b7f1720979e5db2f0154906b305d420e3))
245+
#### Additional details for the disconnect event
226246

227247
The "disconnect" event will now include additional details to help debugging if anything has gone wrong.
228248

@@ -242,7 +262,9 @@ socket.on("disconnect", (reason, details) => {
242262
});
243263
```
244264

245-
* 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
246268

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

@@ -254,9 +276,18 @@ socket.onAnyOutgoing((event, ...args) => {
254276
});
255277
```
256278

257-
* 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
258282

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).
286+
287+
### Dependencies
288+
289+
- [`engine.io-client@~6.2.1`](https://github.com/socketio/engine.io-client/releases/tag/6.2.1) (https://github.com/socketio/engine.io-client/compare/6.1.1...6.2.1)
290+
- [`ws@~8.2.3`](https://github.com/websockets/ws/releases/tag/8.2.3) (no change)
260291

261292

262293

0 commit comments

Comments
 (0)