Releases: sivulich/mqttasgi
Releases · sivulich/mqttasgi
v1.2.4
What's Changed
- Fix subscriptions with different qos by @tlifschitz in #26
New Contributors
- @tlifschitz made their first contribution in #26
Full Changelog: v1.2.3...v1.2.4
Add support for use ssl (without certificate authentication) and transport type
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 |