Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Bumped v0.23.0. Updated HISTORY.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 23, 2014
1 parent d298c48 commit d8ed723
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
History
=======

## 0.23.0

* Use an unique id ([shortid](http://npm.im/shortid)) for server-level messageId.
[#176](https://github.com/mcollina/mosca/issues/176).
* Removed node-uuid in favor of shortid.
* Bumped browserify to v4.2.0.
* Allow `persistence.factory` key to be a string in the configuration/options
[#171](https://github.com/mcollina/mosca/issues/171).
* Do not store inflight packets on disconnection
[#175](https://github.com/mcollina/mosca/issues/175).
* Send suback 0x80 if a subscription fails
[#170](https://github.com/mcollina/mosca/issues/170).
* Moved pre-commit into devDependencies.
[#177](https://github.com/mcollina/mosca/issues/177).

Thanks to [Morgan Cheng](https://github.com/mocheng) for all the work
spent to make Mosca rock solid on Redis.

## 0.22.0

* Redis packets TTL (offline).
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": "mosca",
"version": "0.22.0",
"version": "0.23.0",
"description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit d8ed723

Please sign in to comment.