This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Releases: moscajs/mosca
Releases · moscajs/mosca
v0.20.2
Update keepalive timer after a PUBACK.
Set the 'grace' period before a keepalive disconnection to a half keepalive.
v0.20.1
Serve 'index.html' file from static folder as '/'.
v0.20.0
No more duplicates over the same TCP connection.
Do not loose data on crashes.
Correct count of connected clients.
Updated dependencies.
v0.19.1
Correctly remove the resend timer.
Serve the mqtt.js bundle when installed globally.
Added loggers for HTTP requests.
v0.19.0
Expose only the standalone mqtt
in the browserified bundle.
Generate the bundle in the postinstall
NPM hook.
Removed express dependency.
v0.18
Updated dependencies.
Fixed keepalive=0 according to MQTT 3.1.1 spec.
Downgraded logging of publish and forwarding to 'debug' and 'trace'
respectively.
Fixed # and $SYS/# subscribtions and $SYS/ topic delivery
#105 .
Expose require("mows")
in the browserify bundle instead of the
standalone mqtt
.
v0.17.7
Fixed '+' subscriptions with retained messages.
v0.17.6
Added the missing 'unsubscribed'
event.
v0.17.5
Fixed an infinite loop during will messages delivery if the client was
connected through mqtt31ws.js
#100 .
v0.17.4
Updated MOWS (Mqtt Over WebSockets) to v0.0.4
#99 .
You can’t perform that action at this time.