-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGES.txt
38 lines (26 loc) · 1.05 KB
/
CHANGES.txt
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
v1.0.0 -- November 20, 2017
v1.0.1 -- November 24, 2017
* json message output format support added
* minor documentation and packaging changes
* API documentation generation
v1.0.2 -- February 02, 2018
* address / amqp-to message field support
* authentication mechanisms option support
* existing bug references added to tests
v1.0.3 -- February 05, 2018
* message numbering fix
* use anonymous authentication mechanism in p2p tests
v1.0.4 -- July 16, 2018
* message group id must be of type string
* message group sequence option support
* python3 compatibility fix for ClinetException handling in connnector
* do not process internal tx-related link open even
* replace null bytes in output with '\\0' placeholders
* raise exception when user is not validated on broker side
v1.0.5 -- November 14, 2018
* new option for enabling/disabling SASL
v1.0.6 -- June 6, 2019
* new option --conn-use-config-file for read-config-file feature
* use conn-urls properly in all clients
* added support for handling on_released events
* added support for timeout to sender