All Versions
30
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 3

  • v3.0.0 Changes

    May 27, 2019
    • ๐Ÿ‘ mqtt 5 support
    • ๐Ÿ”” Notice about MQTT 5.0 added to README
    • Delayed emit timing of connect event. Emit connect event after processing of outgoingStore is completed.
    • Modified _onConnect() as top level function. Called this._setupPingTimer() from _onConnect(). Modified on('connect') handler for resubscribe as top level function. The function is called from _onConnect().
    • Passed packet to _onConnect().
    • ๐Ÿ”„ Change this.firstConnection to private member.
    • โž• Added Node 10 to .travis.yml
    • ๐Ÿ”€ Merge pull request #867 from mqttjs/add-node-ten
    • ๐Ÿ”€ Merge pull request #866 from ogis-fujiwara/msg-order-at-restore
    • โšก๏ธ update branch
    • ๐Ÿ”€ Merge branch 'master' into feature-mqtt-5
    • ๐Ÿ”€ Merge pull request #827 from flespi-software/feature-mqtt-5
    • โž• Add new callback called when message is put into outgoingStore.
    • Pass callback cbStorePut to publish method as one of options.
    • ๐Ÿ”€ Merge pull request #869 from ogis-fujiwara/cb-store-put
    • โšก๏ธ Update TypeScript declaration files for cbStorePut.
    • ๐Ÿ›  fix properties mqtt 5 in subscribe
    • ๐Ÿ”€ Merge pull request #881 from mqttjs/mqtt-5-subscribe-fix
    • ๐Ÿ”€ Merge pull request #872 from ogis-fujiwara/cb-store-put-ts
    • ๐Ÿ›  fix bug in weixin min program and add support to ali min program (#898)
    • ๐Ÿ›  fix: delete completed incoming QOS 2 messages (#893)
    • โšก๏ธ Update deps fix ci fix 9errors (#903)
    • ๐Ÿ›  Fix publish interrupt during stored packets processing. (#902)
    • ๐Ÿ›  fix bug in weapp (#913)
    • ๐Ÿ‘ Did you mean 'Support'? (#915)
    • ๐Ÿ›  fix (#917)
    • server side disconnect handling (#926)
    • perform nextTick work only if work needs to be done (#931)
    • resubscribe mqtt5 fix (#946)
    • ๐Ÿ–จ process disconnect packet w/o full destroy the connection (#937)
    • ๐Ÿ›  Fixed #952. (#953)
  • v2.18.8 Changes

    August 30, 2018
    • โž• Add error handling for the storage handling in QoS 2 #864
  • v2.18.7 Changes

    August 28, 2018
    • ๐Ÿ›  Fix tests for abstract store #860
  • v2.18.6 Changes

    August 25, 2018
    • Proper use of 'readable' event #859
  • v2.18.5 Changes

    August 23, 2018
    • resend inflight messages in order #854 #857
  • v2.18.4 Changes

    August 22, 2018
    • ๐Ÿ›  Fixed resend functionality #852
  • v2.18.3 Changes

    July 19, 2018
    • ๐Ÿ›  Fixed mqtts example #842
    • start messageId from 1 #841
  • v2.18.2 Changes

    June 28, 2018
    • ๐Ÿ‘‰ Use protocol from server list if available #805
  • v2.18.1 Changes

    June 12, 2018
    • โœ‚ remove document global in wexin #831
  • v2.18.0 Changes

    May 12, 2018
    • ๐Ÿ‘‰ Use mqtt-packet typings #819