Skip to content

Releases: sivulich/mqttasgi

v1.2.4

07 Mar 20:53
6b770c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

Add support for use ssl (without certificate authentication) and transport type

06 Aug 13:09
Compare
Choose a tag to compare

Added two new options for the MQTTAsgi configuration:

Parameter Explanation Environment variable Default
-SSL / --use-ssl Use ssl (without certificate authentication) MQTT_USE_SSL False
-T / --transport Transport type (tcp or websockets) MQTT_TRANSPORT tcp

v1.2.2

20 May 11:12
4af8134
Compare
Choose a tag to compare
  • Adding new retries flag to cli
  • Adding reconnect logic for first connect + reconnect
  • Fixing shutdown logic

Thanks @SootyOwl for your contributions!