Skip to content

Commit d5849b5

Browse files
[chore] release 1.1.0 (#126)
1 parent 679e73c commit d5849b5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
1.1.0 / 2016-09-24
3+
==================
4+
5+
* [feature] Get all clients in a room across all nodes (#109)
6+
* [feature] Added option subEvent (#95)
7+
* [fix] Fix an issue when broadcasting binary data between nodes. (#122)
8+
* [fix] Fixes #93 by passing full URI to redis.createClient when specified (#94)
9+
* [docs] add license info (#114)
10+
* [docs] Notes regarding protocol for Redis messages (rebased 3 commits) (#86)
11+
* [perf] Return early when channels mismatch to skip expensive msgpack decoding (#107)
12+
* [refactor] Remove unused import (#123)
13+
* [chore] Updated node-redis dependency to 2.4.2, which matches socket.io-emitter (#84)
14+
215
1.0.0 / 2015-12-10
316
==================
417

package.json

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

0 commit comments

Comments
 (0)