Skip to content

v1.0.0

Compare
Choose a tag to compare
@mcollina mcollina released this 13 Jan 09:40
· 846 commits to master since this release
  • 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 and createSecureServer #231
  • deprecate createClient and createSecureClient in favor of a generic connect.
  • 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.