All Versions
30
Latest Version
Avg Release Cycle
49 days
Latest Release
-
Changelog History
Page 3
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. Emitconnect
event after processing ofoutgoingStore
is completed. - Modified
_onConnect()
as top level function. Calledthis._setupPingTimer()
from_onConnect()
. Modifiedon('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
topublish
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 -
v2.18.4 Changes
August 22, 2018- ๐ Fixed resend functionality #852
-
v2.18.3 Changes
July 19, 2018 -
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