Skip to content

Commit

Permalink
[chore] release 1.1.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Sep 24, 2016
1 parent 679e73c commit d5849b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

1.1.0 / 2016-09-24
==================

* [feature] Get all clients in a room across all nodes (#109)
* [feature] Added option subEvent (#95)
* [fix] Fix an issue when broadcasting binary data between nodes. (#122)
* [fix] Fixes #93 by passing full URI to redis.createClient when specified (#94)
* [docs] add license info (#114)
* [docs] Notes regarding protocol for Redis messages (rebased 3 commits) (#86)
* [perf] Return early when channels mismatch to skip expensive msgpack decoding (#107)
* [refactor] Remove unused import (#123)
* [chore] Updated node-redis dependency to 2.4.2, which matches socket.io-emitter (#84)

1.0.0 / 2015-12-10
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-redis",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit d5849b5

@ryoqun
Copy link
Contributor

@ryoqun ryoqun commented on d5849b5 Oct 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@darrachequesne thanks for releasing!

Please sign in to comment.