Releases: kaandesu/vue-paho-mqtt
Releases · kaandesu/vue-paho-mqtt
v0.6.5
What's Changed
- fix: utils test by @kaandesu in #88
- fix: caught failure on connection lost callback by @kaandesu in #91
- chore(release): update versioning and publish by @github-actions in #92
Full Changelog: 0.6.4...v0.6.5
v0.6.2
What's Changed
- fix(connection): added timeout option to connection parameters by @EgeOnder in #81
Full Changelog: 0.6.1...0.6.2
v0.5.0
What's Changed
- feat: Can change username and password when autoconnect is disable, and can change path in mqtt broker URI by @GJean in #71
- chore(release): update versioning and publish by @github-actions in #73
New Contributors
Full Changelog: 0.4.1...0.5.0
v0.4.1
0.4.1
Patch Changes
- 51b9f0b: Typing fixed, now usable with TypeScript.
What's Changed
- chore: fix typing by @kaandesu in #68
- chore(release): update versioning and publish by @github-actions in #69
v0.4.0
0.4.0
Minor Changes
aa990ac: fixed wss:// connection when useSSL is true (wss:// will be tried first to connect, then ws:// if that fails)
v0.3.0
0.3.0
Minor Changes
- 5755878: Added
wss
protocol support for connection to MQTT broker over SSL. (HTTPS support)
- Updated the live-demo