Skip to content

Releases: kaandesu/vue-paho-mqtt

v0.6.5

21 Jul 18:43
5facdde
Compare
Choose a tag to compare

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.4

27 Jun 07:52
e4de013
Compare
Choose a tag to compare

0.6.4

What's Changed

  • 1baa97c: No WSS attempt when useSSL is false.

Full Changelog: 0.6.3...0.6.4

v0.6.3

22 Jun 15:01
a73f7ef
Compare
Choose a tag to compare

What's Changed

  • feat(options): added more paho options by @EgeOnder in #83

Full Changelog: 0.6.2...0.6.3

v0.6.2

29 May 14:29
a1587be
Compare
Choose a tag to compare

What's Changed

  • fix(connection): added timeout option to connection parameters by @EgeOnder in #81

Full Changelog: 0.6.1...0.6.2

v0.6.1

23 Apr 16:32
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.6.1

v0.6.0

23 Apr 08:38
c299f5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

v0.5.0

08 Apr 15:48
fd24cb1
Compare
Choose a tag to compare

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

  • @GJean made their first contribution in #71

Full Changelog: 0.4.1...0.5.0

v0.4.1

06 Dec 23:43
6a03932
Compare
Choose a tag to compare

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

28 Aug 11:00
3424234
Compare
Choose a tag to compare

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

02 Jun 17:12
e0b0b98
Compare
Choose a tag to compare

0.3.0

Minor Changes

  • 5755878: Added wss protocol support for connection to MQTT broker over SSL. (HTTPS support)
  • Updated the live-demo