Releases: mqttjs/MQTT.js
Releases · mqttjs/MQTT.js
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- move the parser/generator of packets to a separate module mqtt-packet.
- integrate the new API for servers #145
- support all TLS options for servers.
- deprecate
createServer
andcreateSecureServer
#231 - deprecate
createClient
andcreateSecureClient
in favor of a genericconnect
. - prepare new mqtt command line tools.
- integrate mows #182, and add browser tests.
- adds
Connection#destroy()
. - supports for multiple server URLs #215.
- resend in-flight packets when a reconnect happens #47.
- emit events when reconnect happens #186.
- improved performance
- remove index.js and just have a mqtt.js file in the main folder
- remove the usage of Connection in Client to achieve more speed and backpressure support (44k sent msg/s here).
- extract server, connection, etc into their own package, see mqtt-connection.
- Add the new CLI tools to the README
Closes #137.
Closes #224.
Closes #184.
Closes #231.
Closes #182.
Closes #47.
Closes #117.