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

Releases: moscajs/mosca

v0.14.0

21 Nov 17:53

Choose a tag to compare

  • Added mosca.Server#published callback to adding behavior before QoS
    1 PUBACK #72.
  • Doc fixes.
  • Updated LevelUp to 0.18.1 and LevelDown 0.10.1 to avoid a memleak.

v0.13.3

06 Nov 14:50

Choose a tag to compare

  • Avoid crash if an error happens after client
    disconnection #67.

v0.13.2

01 Nov 10:36

Choose a tag to compare

  • Avoid crash using MongoDB backend
    #66.
  • Bumped Ascoltatori to v0.11.5.

v0.13.1

22 Oct 08:22

Choose a tag to compare

  • Do not duplicate messages over a single client
    #44.

v0.13.0

22 Oct 08:22

Choose a tag to compare

  • mqtt over websocket support.
    #44.
  • mongodb persistence deletes old retained messages
    #61.

v0.12.1

26 Sep 07:03

Choose a tag to compare

  • Support both a config file and command-line options,
    fixes #58 and
    #60.
  • Fixes redis persistence for unknown client ids
    #59.

v0.12.0

18 Sep 15:33

Choose a tag to compare

  • Close forcefully a connecting client
    #57 by
    (@chriswiggins)[https://github.com/chriswiggins].
  • Updated LevelUp to 0.16.0.
  • Updated Level-Sublevel to 5.1.1.
  • Removed level-range depedency

v0.11.0

07 Sep 16:15

Choose a tag to compare

  • TLS support thanks to (@samirnaik)[https://github.com/samirnaik].
  • Send dup flag for resent messages.

v0.10.0

22 Aug 12:55

Choose a tag to compare

  • Updated MQTT.js to v0.3.0

v0.9.5

07 Aug 06:50

Choose a tag to compare

  • Consistent support of the "ready" callback in the persistences
    implementations (Memory and Mongo).
  • Fixed loading of a config file from an absolute path.
  • README fixes.