Skip to content

Commit b4215cd

Browse files
chore(release): 7.2.0
Diff: 7.1.0...7.2.0
1 parent b41a805 commit b4215cd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [7.2.0](https://github.com/socketio/socket.io-redis-adapter/compare/7.1.0...7.2.0) (2022-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* add support for ioredis v5 ([#453](https://github.com/socketio/socket.io-redis-adapter/issues/453)) ([d2faa8a](https://github.com/socketio/socket.io-redis-adapter/commit/d2faa8a55a9ef206976a1ef35041d068997324f9))
7+
8+
9+
### Features
10+
11+
* broadcast and expect multiple acks ([e4c40cc](https://github.com/socketio/socket.io-redis-adapter/commit/e4c40cc8a9ad8803f03bcbbfd6b713f3c082ee28))
12+
13+
This feature was added in `socket.io@4.5.0`:
14+
15+
```js
16+
io.timeout(1000).emit("some-event", (err, responses) => {
17+
// ...
18+
});
19+
```
20+
21+
Thanks to this change, it will now work with multiple Socket.IO servers.
22+
23+
24+
125
# [7.1.0](https://github.com/socketio/socket.io-redis-adapter/compare/7.0.1...7.1.0) (2021-11-29)
226

327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/redis-adapter",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)