You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
-
# msgflo-python 0.3.30 - released 21.11.2017
2
1
3
-
* MqttEngine: Support multiple participants
4
-
* Changed default queue convention to "$role/$port" from "$role/$PORT"
2
+
# msgflo-python 0.4.0 - released 22.11.2017
3
+
4
+
* MQTT: Support for TLS encryption and authentication.
5
+
Use the mqtts:// protocol scheme in `MSGFLO_BROKER` urls.
6
+
Optionionally can specify query parameters which are passed to [tls_set() in paho-mqtt](https://pypi.python.org/pypi/paho-mqtt#option-functions): `ca_certs` to specify trusted CA certsm, and `privkey` + `certfile` for key-based authentication.
7
+
8
+
# msgflo-python 0.3.0 - released 21.11.2017
9
+
10
+
* BREAKING. Change default topic convention to role/port from role.PORT.
11
+
To have the same format as before, specify the `queue` property of port definition explicitly.
12
+
* MqttEngine: Fix support for multiple participants using `add_participant()`
0 commit comments