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

Commit

Permalink
Bumped 0.26.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Nov 18, 2014
1 parent ea3986e commit 77dc05d
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.26.0

* Changed how Mosca is configured
[#200](https://github.com/mcollina/mosca/pull/200)
* Fail authentication without username & password
* Changed how data is stored inside leveldb in embedded mode, with
simplified TTL handling
* Updated dependencies

## 0.25.1

* Fixed a security bug in the will authorization handling.

## 0.25.0

* Fixed problematic bug with MongoDB that could lead to message loss.
* Updated dependencies.

## 0.24.1

* Fix for RabbitMQ support
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.25.1",
"version": "0.26.0",
"description": "MQTT broker as a module",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 77dc05d

Please sign in to comment.