File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
- 0.5.21
1
+ 0.5.22
Original file line number Diff line number Diff line change @@ -21,6 +21,29 @@ Version Main features
21
21
Changelog
22
22
---------
23
23
24
+ openleadr 0.5.22
25
+ ~~~~~~~~~~~~~~~~
26
+
27
+ Released: 25 February 2021
28
+
29
+ Bug fixes:
30
+ - Restored fingerprint validation of VTN messages by the VEN
31
+
32
+ openleadr 0.5.21
33
+ ~~~~~~~~~~~~~~~~
34
+
35
+ Released: 24 February 2021
36
+
37
+ Bug fixes:
38
+ - The fingerprint calculator used to be incorrect, which is now fixed
39
+ - Added reply_to limit in the oadrRequestEvent template
40
+
41
+ New features:
42
+ - Added support for oadrCreatedReport and on_created_report handlers
43
+
44
+ Changes:
45
+ - More explicit response descriptions from the VTN when sending messages to the wrong endpoint
46
+
24
47
openleadr 0.5.20
25
48
~~~~~~~~~~~~~~~~
26
49
Original file line number Diff line number Diff line change 20
20
long_description = fh .read ()
21
21
22
22
setup (name = 'openleadr' ,
23
- version = '0.5.21 ' ,
23
+ version = '0.5.22 ' ,
24
24
description = 'Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)' ,
25
25
long_description = long_description ,
26
26
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments