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

Releases: moscajs/mosca

v0.17.3

20 Feb 17:38

Choose a tag to compare

  • Alignment with Mosquitto $SYS topicspace
    #95.

v0.17.2

18 Feb 17:29

Choose a tag to compare

  • Added $SYS/<broker_id>/version, $SYS/<broker_id>/uptime
    and simplified the broker id.
    #95.

v0.17.1

18 Feb 15:54

Choose a tag to compare

  • From /$SYS to $SYS, removed the '/' prefix for the metadata
    #94.

v0.17.0

18 Feb 11:16

Choose a tag to compare

  • Added /$SYS/ topic and some monitoring data
    #89.

v0.16.1

06 Feb 11:32

Choose a tag to compare

  • Pass the client to the published event and callback.

v0.16.0

06 Feb 09:37

Choose a tag to compare

  • Added the mosca.Server#publish() function.

v0.15.0

29 Dec 00:31

Choose a tag to compare

  • Removed limit of 23 bytes for the client id as in MQTT 3.1.1.
  • Removed two possible race conditions for offline messages.
    The race conditions were:
    1. the restoration of all subscriptions was done after connack,
      which
      means that there was a tiny window were a message could be lost.
    2. the puback for a QoS 1 packet was sent before the write was
      concluded.
  • Dumped node v0.8 support forever.

v0.14.4

15 Dec 19:08

Choose a tag to compare

  • Restored 'clientDisconnected' event in case of errors
    #79.
  • Fixed multiple offline message delivery
    #80.

v0.14.3

11 Dec 09:24

Choose a tag to compare

  • Fixed retained messages support in windows
    #75.

v0.14.2

03 Dec 10:25

Choose a tag to compare

  • README fixes