Skip to content

Commit ed83ba9

Browse files
committedJun 4, 2020
chore(release): 5.3.0
Diff: 5.2.0...5.3.0
1 parent 7a19075 commit ed83ba9

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed
 

‎CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# [5.3.0](https://github.com/socketio/socket.io-redis/compare/5.2.0...5.3.0) (2020-06-04)
2+
3+
4+
### Features
5+
6+
* add support for Redis Cluster ([7a19075](https://github.com/socketio/socket.io-redis/commit/7a190755c01732d1335199732e7b0eb5a1fb1f9e))
7+
8+
9+
10+
# [5.2.0](https://github.com/socketio/socket.io-redis/compare/5.1.0...5.2.0) (2017-08-24)
11+
12+
13+
### Features
14+
15+
* increase default requestsTimeout to 5000 ms ([37e28df](https://github.com/socketio/socket.io-redis/commit/37e28df54b0b8c71b4f8ea1766e56dc63fb26ba2))
16+
17+
18+
19+
# [5.1.0](https://github.com/socketio/socket.io-redis/compare/5.0.1...5.1.0) (2017-06-04)
20+
21+
### Bug Fixes
22+
23+
* use the requestid from response when deleting requests ([4f08b1a](https://github.com/socketio/socket.io-redis/commit/4f08b1ae7b3b9ee549349f1b95f5e3f3ff69d651))
24+
25+
26+
### Features
27+
28+
* add support for ArrayBuffer ([b3ad4ad](https://github.com/socketio/socket.io-redis/commit/b3ad4ad28b225f1999d5dd709f2ea6d5674085f6))
29+
30+

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-redis",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.