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

Releases: moscajs/mosca

v0.20.2

23 Apr 09:42
Compare
Choose a tag to compare
  • Update keepalive timer after a PUBACK.
  • Set the 'grace' period before a keepalive disconnection to a half keepalive.

v0.20.1

20 Apr 09:40
Compare
Choose a tag to compare
  • Serve 'index.html' file from static folder as '/'.

v0.20.0

17 Apr 16:29
Compare
Choose a tag to compare
  • No more duplicates over the same TCP connection.
  • Do not loose data on crashes.
  • Correct count of connected clients.
  • Updated dependencies.

v0.19.1

09 Apr 11:08
Compare
Choose a tag to compare
  • Correctly remove the resend timer.
  • Serve the mqtt.js bundle when installed globally.
  • Added loggers for HTTP requests.

v0.19.0

31 Mar 07:46
Compare
Choose a tag to compare
  • Expose only the standalone mqtt in the browserified bundle.
  • Generate the bundle in the postinstall NPM hook.
  • Removed express dependency.

v0.18

21 Mar 16:37
Compare
Choose a tag to compare
  • 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

07 Mar 10:23
Compare
Choose a tag to compare
  • Fixed '+' subscriptions with retained messages.

v0.17.6

05 Mar 11:35
Compare
Choose a tag to compare
  • Added the missing 'unsubscribed' event.

v0.17.5

05 Mar 09:10
Compare
Choose a tag to compare
  • Fixed an infinite loop during will messages delivery if the client was
    connected through mqtt31ws.js
    #100.

v0.17.4

03 Mar 12:52
Compare
Choose a tag to compare
  • Updated MOWS (Mqtt Over WebSockets) to v0.0.4
    #99.