forked from mike-zuliani/iot-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
43 lines (24 loc) · 642 Bytes
/
Copy pathCHANGES.txt
File metadata and controls
43 lines (24 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
v0.1.2
======
- Bug fixes for messageEncoderModule management & logAndRaiseException mangling
v0.1.1
======
- Fix packaging errors in 0.1.0
v0.1
======
- Support for custom message formats & parsers ("json" and "json-iotf" supported out-of-the-box)
- Switch to RotatingFileHandler for logging
- Tune down default log level to INFO
v0.0.9
======
- Support for MQTT over SSL (requires TLS 1.2 support in Python 3)
- Support for HTTP API calls from application client
v0.0.7
======
- Removed auto-connect in client constructor
v0.0.7
======
- Update to support paho-mqtt 1.0 release
v0.0.5
======
- First public (pre-)release