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

Commit

Permalink
Bumped v0.22.0. Update HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 7, 2014
1 parent a2594f7 commit 2aac515
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
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.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": {
Expand Down

0 comments on commit 2aac515

Please sign in to comment.