Browse Source

Version 0.5.12, released on 10 december 2020

New features:

- Events now cycle through the correct 'far', 'near', 'active', 'completed'.
- The Client now implements the ``on_update_event handler``, so that you can catch these event updates separately from the regular event messages.
- Added support for the ramp_up_duration parameter on the ``server.add_event`` method.
- Added default jitter to client polling and report delivery to prevent overloading the VTN when many VENs are connected at once.

Bug fixes:

- The OpenADRServer would block ``oadrPoll`` requests when no internal messages were available. This has been corrected.
- Some left-over ``print()`` statements have been removed.
- Nonce caching was badly broken in a previous version, this has now been fixed.

Signed-off-by: Stan Janssen <stan.janssen@elaad.nl>
Stan Janssen 4 years ago
parent
commit
2ca9e8a673
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VERSION

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.5.11
+0.5.12