Skip to content

v0.8.7

Compare
Choose a tag to compare
@hikinggrass hikinggrass released this 01 Sep 15:17
· 444 commits to main since this release
83533eb

What's Changed

  • Interrupt websocket reconnects on normal close by @Pietfried in #132
  • Add charging state to transaction so it will be sent when a transaction has been started by @maaikez in #130
  • OCPP201:A01: Change of BasicAuthPassword by @Pietfried in #127
  • fixed 1.6 units tests who had old boost dependencies by @Pietfried in #133
  • Reference to EVerest roadmap by @krealyt in #134
  • External Websocket Control for OCPP201 by @Pietfried in #139
  • add unlockconnector to handle_message switch by @maaikez in #141
  • Improve insert_device_model_config.py for OCPP2.0.1 by @Pietfried in #143
  • Transaction event changes to get remote start / stop working and compliant to octt by @maaikez in #138
  • Add clang-format linter workflow by @hikinggrass in #140
  • Pending bootnotification and start / stop transaction request -> send rejected by @maaikez in #142
  • Adding missing dependency for gtest by @RobertDeLeeuw in #136
  • Update nlohmann json and schema validator by @hikinggrass in #144
  • Add an example on how to build libocpp with FetchContent instead of EDM by @hikinggrass in #135
  • Don't store central type tokens in the authorization cache as per C03 and C05 by @marcemmers in #147
  • Use the token id as well as the token type to generate auth cache hashes by @marcemmers in #148
  • Reset with ongoing transaction by @maaikez in #128
  • checking if message queue is running before pushing messages to it by @Pietfried in #151
  • Split off SQLite statement wrapper into own file and apply to v201 usages by @marcemmers in #149
  • Add function to device model that allows setting read-only values for certain components by @marcemmers in #152
  • Add partial trigger message support by @marcemmers in #145
  • Make it possible to use own logger instead of everest logger. by @maaikez in #150
  • Update README.md by @caller in #159

New Contributors

Full Changelog: v0.8.6...v0.8.7