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

Commit ae2f0d0

Browse files
committed
Bumped v0.9.0. Updated HISTORY.
1 parent 154dfb3 commit ae2f0d0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
History
22
=======
33

4+
## 0.9.0
5+
6+
* Bumped Ascoltatori to 0.11.0.
7+
* Improved logging for each client.
8+
* Fixed multiple topic naming, mainly 'test/topic' and 'test/topic/'
9+
should be the same
10+
[#46](https://github.com/mcollina/mosca/pull/46).
11+
* Better handling of defaults
12+
[#39](https://github.com/mcollina/mosca/pull/39).
13+
* Enforcing client identifier length
14+
[#33](https://github.com/mcollina/mosca/pull/33).
15+
416
## 0.8.2
517

618
* Passing the correct Client object to `authorizePublish`,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosca",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)