Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@hikinggrass hikinggrass released this 24 Sep 10:22
· 5 commits to main since this release
af2fcc4

What's Changed

  • Moved websocket to new connectivity_manager class. by @WilcodenBesten in #748
  • Defect: ChargePoint init evse_manager before smart_charging_handler by @gberardi-pillar in #763
  • Fix issue that connectivity_manager was only initialized in a single constructor by @Pietfried in #771
  • [janitorial]: fix enum warning in connector, typo fixes by @sebasje in #764
  • Feature/K08 Get Composite Schedule by @folkengine in #745
  • Config option to specify MessageTypesDiscardForQueueing by @Pietfried in #765
  • Ensure that connector stays in bounds of status notification callback by @hikinggrass in #767
  • Added verifications before calling callbacks by @AssemblyJohn in #725
  • Fix segmentation fault in test cases by @Pietfried in #777
  • Composite Schedule API by @Pietfried in #773
  • Fix: Include all evse_ids in get_all_composite_schedules by @Pietfried in #786
  • cache network connection profiles by @SNSubramanya in #778
  • Feature/k02 05 cumulative by @couryrr-afs in #760
  • Remove code generator tooling for ocpp201 by @Pietfried in #784
  • Use the last_used value from the auth cache database to check for cache lifetime when authorizing by @marcemmers in #793
  • Fix EvseId 0 not throwing the correct exception by @marcemmers in #799
  • Notify consumer about charging profile update when a transaction stops by @Pietfried in #788
  • Update CODEOWNERS by @Pietfried in #797
  • Added certificate validation to FirmwareUpdate.req handler in ocpp201 by @Pietfried in #727
  • Testing: Updated test fixture names by @Giavotto in #782
  • refactor: Replace get_vector_from_csv with split_string by @mlitre in #791
  • Add critical and timestamp parameters to on_security_event functions by @hikinggrass in #795
  • ChargePoint: add support for SecurityEventNotification FirmwareUpdated after reboot by @barsnick in #747
  • Rename 'component schemas' to 'component config' by @maaikez in #794
  • Feature/706 ocpp 201 california pricing requirements by @maaikez in #757

New Contributors

Full Changelog: v0.16.2...v0.17.0