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

Releases: moscajs/mosca

v0.21.8

24 Jun 21:51
Compare
Choose a tag to compare
  • Fix a crash if a client unsubscribes before subscribing
    #156.
  • Fixed LevelUp and Memory persistence for offline messages, previously
    only one offline message per second was allowed.

v0.21.7

23 Jun 13:44
Compare
Choose a tag to compare
  • Added the db option to Redis persistance
    #150.
  • Fixed Redis persistence for offline messages, previously
    only the latest offline message was delivered
    #151.

v0.21.6

21 Jun 11:46
Compare
Choose a tag to compare
  • Bumped MQTT.js dependency to v0.3.10.
  • Bumped MOWS dependency to v0.0.6.

v0.21.5

10 Jun 18:43
Compare
Choose a tag to compare
  • authorizePublish can return a Buffer to change the payload
    #146.
  • Handled authentication errors
    #143.

v0.21.4

06 Jun 21:37
Compare
Choose a tag to compare
  • Fixed wrong count of connected clients
    #135.

v0.21.3

04 Jun 14:00
Compare
Choose a tag to compare
  • Fixed crash when started without a persistance.
  • Emit will message if the keepalive timer fails.
  • Wrapping mows for browserify when used in embedded mode.

v0.21.2

27 May 09:24
Compare
Choose a tag to compare
  • Upgrade to MQTT.js 0.3.9.
  • Fix authorization with binary credentials.

v0.21.1

02 May 17:39
Compare
Choose a tag to compare
  • Added 'host' parameter to mosca.Server to specify the host
    to listen to.
  • Added --host CLI option.

v0.21.0

02 May 15:47
Compare
Choose a tag to compare
  • Fixed offline messaging
    #30.
  • Bumped Ascoltatori to 0.15.0.

v0.20.3

29 Apr 08:24
Compare
Choose a tag to compare
  • Fixed a packet duplication issue with Redis.
  • Fixed a MongoDB error/crash with offline subscriptions.
  • Added full MongoDB and Redis mosca.Server tests.