From 6cb1339882d44b95cdfa62b117d67a1d90cb55ab Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 24 Jun 2014 16:13:01 +0200 Subject: [PATCH] Bumped v0.21.8. Updated HISTORY.md. --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d405206..e26ad99 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ History ======= +## 0.21.8 + +* Fix a crash if a client unsubscribes before subscribing + [#156](https://github.com/mcollina/mosca/issues/156). +* Fixed LevelUp and Memory persistence for offline messages, previously + only one offline message per second was allowed. + ## 0.21.7 * Added the `db` option to Redis persistance diff --git a/package.json b/package.json index 4adf7d2..edba51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.21.7", + "version": "0.21.8", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {