Skip to content

Commit

Permalink
Release version 0.5.25
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stan-janssen committed Apr 9, 2022
1 parent 5077500 commit ccb6533
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.24
0.5.25
1 change: 0 additions & 1 deletion openleadr/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ async def create_party_registration(self, http_pull_model=True, xml_signature=Fa
logger.error("No venID received from the VTN during registration. "
"Will assume that we are not or no longer registered.")


if self.registration_id:
self.poll_frequency = response_payload.get('requested_oadr_poll_freq',
timedelta(seconds=10))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = fh.read()

setup(name='openleadr',
version='0.5.24',
version='0.5.25',
description='Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ccb6533

Please sign in to comment.