Skip to content

Tags: OpenLEADR/openleadr-python

Tags

v0.5.34

Toggle v0.5.34's commit message
Release version 0.5.34

v0.5.33

Toggle v0.5.33's commit message
Release version 0.5.33

v0.5.32

Toggle v0.5.32's commit message
Make message signature verifications optional in VTN

This makes the verification of TLS signatures optional in the VTN, which
is useful if the VEN is using client-side TLS but no message signatures.

v0.5.31

Toggle v0.5.31's commit message
Implement event delivery callbacks

v0.5.30

Toggle v0.5.30's commit message
Version 0.5.30

v0.5.29

Toggle v0.5.29's commit message
Released version 0.5.29

This fixes various small bugs relating to stability and code examples.

v0.5.28

Toggle v0.5.28's commit message
Release version 0.5.28

v0.5.27

Toggle v0.5.27's commit message
Version 0.5.27

v0.5.26

Toggle v0.5.26's commit message
Release version 0.5.26

v0.5.25

Toggle v0.5.25's commit message
Release version 0.5.25

This version contains many fixes that were suggested by community
members. Thank you so much for taking the time to find these and 
for reporting them.

Fixed:
- Implemented Registration Cancellations
- The VEN will now stop if the VTN did not accept the registration
- The XML messages will now be logged more consistently if debugging is 
  enabled
- Fixed a deprecation warning from tzlocal (from apscheduler)
- The VEN will now not re-send its report registrations after it was
  re-registered itself
- VEN: Added duration to metadata reports
- VEN: Removed eiReportID from metadata reports
- VEN: Added dtStart to outgoing reports
- VTN: Update the created_date_time anytime the Event's status changes