TAGS
20 tagschore(release): 4.7.1 Diff: https://github.com/socketio/socket.io/compare/4.7.0...4.7.1
chore(release): 4.7.0 Diff: https://github.com/socketio/socket.io/compare/4.6.2...4.7.0
chore(release): 4.6.2 Diff: https://github.com/socketio/socket.io/compare/4.6.1...4.6.2
chore(release): 4.2.4 Diff: https://github.com/socketio/socket.io-parser/compare/4.2.3...4.2.4
chore(release): 4.6.1 Diff: https://github.com/socketio/socket.io/compare/4.6.0...4.6.1
chore(release): 4.6.0 Diff: https://github.com/socketio/socket.io/compare/4.5.4...4.6.0
fix: add timeout method to remote socket (#4558) The RemoteSocket interface, which is returned when the client is connected on another Socket.IO server of the cluster, was lacking the `timeout()` method. Syntax: ```js const sockets = await io.fetchSockets(); for (const socket of sockets) { if (someCondition) { socket.timeout(1000).emit("some-event", (err) => { if (err) { // the client did not acknowledge the event in the given delay } }); } } ``` Related: https://github.com/socketio/socket.io/issues/4595
chore(release): 4.5.4 Diff: https://github.com/socketio/socket.io/compare/4.5.3...4.5.4
chore(release): 4.5.3 Diff: https://github.com/socketio/socket.io/compare/4.5.2...4.5.3
chore(release): 4.5.2 Diff: https://github.com/socketio/socket.io/compare/4.5.1...4.5.2
chore(release): 2.5.0 Release notes: https://github.com/socketio/socket.io/releases/tag/2.5.0 Diff: https://github.com/socketio/socket.io/compare/2.4.1...2.5.0
chore(release): 4.5.1 Diff: https://github.com/socketio/socket.io/compare/4.5.0...4.5.1
chore(release): 4.5.0 Diff: https://github.com/socketio/socket.io/compare/4.4.1...4.5.0
chore(release): 4.4.1 Diff: https://github.com/socketio/socket.io/compare/4.4.0...4.4.1
chore(release): 4.4.0 Diff: https://github.com/socketio/socket.io/compare/4.3.2...4.4.0
chore(release): 4.3.2 Diff: https://github.com/socketio/socket.io/compare/4.3.1...4.3.2
chore(release): 4.3.1 Diff: https://github.com/socketio/socket.io/compare/4.3.0...4.3.1
chore(release): 4.3.0 Diff: https://github.com/socketio/socket.io/compare/4.2.0...4.3.0
chore(release): 4.2.0 Diff: https://github.com/socketio/socket.io/compare/4.1.3...4.2.0