diff --git a/HISTORY.md b/HISTORY.md index b85744e..c9d6aeb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,16 @@ History ======= +## 0.22.0 + +* Redis packets TTL (offline). +* Require redis > 2.6. +* Added `server#authorizeForward` method + [#168](https://github.com/mcollina/mosca/issues/168). +* Topics are no longer normalised from e.g a///topic to a/topic. This + matches the behaviour as clarified by the Oasis MQTT spec. This will + lead to unexpected behaviour if you were using topics of this form. + ## 0.21.9 * _Really_ fixed LevelUp and Memory persistence for offline messages, previously diff --git a/package.json b/package.json index 574d4c5..48ed4c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.21.9", + "version": "0.22.0", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {