- 2892c11: fixed caught failure on connection lost callback
- 1baa97c: No WSS attempt when
useSSL
isfalse
.
- 4ed0146: Added more Paho options: (https://eclipse.dev/paho/files/jsdoc/Paho.MQTT.Client.html)
- keepAliveInterval: The server disconnects this client if there is no activity for this number of milliseconds. The default value of 60000 milliseconds is assumed if not set.
- cleanSession: if true(default) the client and server persistent state is deleted on successful connect.
- 5c771c2: Added timeout option to the connection parameters.
- f8bab09: feat: added + and # wildcard support
- c3f9cea: Can change username and password when autoconnect is disable, and can change path in mqtt broker URI
- 51b9f0b: Typing fixed, now usable with TypeScript.
- aa990ac: if useSSL is set to true, the wss:// protocol will be tried first, then the ws://
- 5755878: Added
wss
protocol support for connection to MQTT broker over SSL.
- 6b5d623: Added authentication support with
username
andpassword
.
- 4c9a20a: fixed an issue that disabled changing the default mqtt options
- 14258c9: included utility broker tests to the build, fixed client unit test
- da48f75: Removed unnecessary packages from
package.json
, added a security policy, added scripts to contribution guidelines.
- 7deec53: added $mqtt global instance and fixed readme Options/Composition api example usage
- 612bccd: fixed $mqtt installation
- 88e5a7a: fixed npm page
- 2a5cdd2: Added tests and refactored code
- 2fbc6bc: Added
changesets
and workflows