Skip to content

Releases: 256dpi/processing-mqtt

v1.7.3

Choose a tag to compare

@256dpi 256dpi released this 06 Jan 13:29
  • use new public shiftr.io instance in examples

latest

Choose a tag to compare

@256dpi 256dpi released this 11 Dec 13:30

This release is directly tied to processings contribution manager. The tag gets moved forward and updated with the most recent files. See the vX.X.X tags for proper releases.

v1.7.2

Choose a tag to compare

@256dpi 256dpi released this 18 Oct 09:57
  • added listener mode instead of adapter
  • catch disconnect errors when disposing

v1.7.1

Choose a tag to compare

@256dpi 256dpi released this 25 Feb 08:46
  • fixed mqtt library version mismatch (thanks @BenMens)
  • added MQTTListener and MQTTAdapter to support python mode

v1.7.0

Choose a tag to compare

@256dpi 256dpi released this 11 Dec 14:25
  • automatic reconnection
  • added clientConnected and connectionLostcalbacks

v1.6.3

Choose a tag to compare

@256dpi 256dpi released this 27 Dec 11:34
  • added support for other mqtt schemes (ws, wss, mqtts) (#15)

v1.6.2

Choose a tag to compare

@256dpi 256dpi released this 17 Aug 09:57
  • added note about android mode

v1.6.1

Choose a tag to compare

@256dpi 256dpi released this 21 Jul 07:18
  • fix crash on username only urls

v1.6.0

Choose a tag to compare

@256dpi 256dpi released this 20 Dec 23:02
  • changed package import to mqtt.*
  • added back javadocs
  • migrated to new library.properties file

v1.5.1

Choose a tag to compare

@256dpi 256dpi released this 14 Dec 12:58
  • updated examples