This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Releases: moscajs/mosca
Releases · moscajs/mosca
v0.26.0
v0.25.1
v0.25.0
v0.24.1
v0.24.0
v0.23.2
v0.23.1
v0.23.0
- Use an unique id (shortid) for server-level messageId.
#176. - Removed node-uuid in favor of shortid.
- Bumped browserify to v4.2.0.
- Allow
persistence.factory
key to be a string in the configuration/options
#171. - Do not store inflight packets on disconnection
#175. - Send suback 0x80 if a subscription fails
#170. - Moved pre-commit into devDependencies.
#177.
Thanks to Morgan Cheng for all the work
spent to make Mosca rock solid on Redis.
v0.22.0
- Redis packets TTL (offline).
#164. - Require redis > 2.6.
- Added
server#authorizeForward
method
#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.