Skip to content

Releases: c-jimenez/open-ocpp

v1.5.7

05 Feb 16:07
e409c11
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Added OEMRootCertificate as certificate option to the ISO15118 extension by @Habbus in #219
  • [message] Add error log when response to call request doesn't match the JSON schema by @c-jimenez in #220
  • Update libwebsocket to v4.3.3 by @c-jimenez in #221

Bug fixes 🛠

Full Changelog: v1.5.6...v1.5.7

v1.5.6

08 Oct 13:51
Compare
Choose a tag to compare

What's Changed

Bug fixes 🛠

  • [libwebsocket] Enable asynchronous DNS requests by @c-jimenez in #217

Full Changelog: v1.5.5...v1.5.6

v1.5.5

02 Oct 20:01
5220965
Compare
Choose a tag to compare

What's Changed

Bug fixes 🛠

*[localcontroller] Remove condition to disconnect from central system when charge point is no more connected
by @c-jimenez in 2553b0d

Full Changelog: v1.5.4...v1.5.5

v1.5.4

31 Jul 06:25
723974b
Compare
Choose a tag to compare

What's Changed

Bug fixes 🛠

  • [websockets] Handle clean disconnection when disconnect request occur… by @c-jimenez in #210

Full Changelog: v1.5.3...v1.5.4

v1.5.3

11 Jun 07:13
1fe82e8
Compare
Choose a tag to compare

What's Changed

Bug fixes 🛠

  • [database] Reset queries after exec() to ensure that no database page is locked after query execution by @c-jimenez in #207

Full Changelog: v1.5.2...v1.5.3

v1.5.2

20 May 12:06
9bad56a
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Support GetCompositeSched without Unit using the first allowed unit by @thom-gh in #200

Bug fixes 🛠

  • Fix/boot notif set charging profile by @mahdidadashi65 in #203
  • [localcontroller] Remove dual notification from IRtc::ISpy interface when LocalController::ChargePointProxy has been instanciated from CentralSystem::ChargePointProxy by @c-jimenez in #205
  • Solving some minor problems in the test procedure of charging point test cases by @mahdidadashi65 in #202

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

12 Mar 22:32
84837fc
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes 🛠

  • [websockets] Encode charge point identifier in URL by @c-jimenez in #198

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

10 Mar 14:43
78a853e
Compare
Choose a tag to compare

What's Changed

Bug fixes 🛠

  • [tools] Fix thread pool stop race condition by @c-jimenez in #189
  • Allow to send infos in status notifications messages even if their are no errors + fix decimal precision to 1 digit by @mahdidadashi65 in #191
  • Fix authorization key management for security profiles 1 et 2 by @c-jimenez in #192
  • [chargepoint] Handle configurations keys name as case insensitive by @c-jimenez in #193
  • [messages] Fix include of JsonValidator as local instead of system by @thomas-brunel in #187

Other Changes

  • [cmake] Add options to not build as a shared library, not build sqlite3 and not install doctest headers by @thomas-brunel in #188

New Contributors

Full Changelog: v1.4.3...v1.5.0

v1.4.3

11 Feb 19:58
4fc2d4e
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes 🛠

Full Changelog: v1.4.2...v1.4.3

v1.4.2

09 Feb 11:22
54095e3
Compare
Choose a tag to compare

What's Changed

Bug fixes 🛠

  • [chargepoint] Use asynchronous transmission of status notification by @c-jimenez in #178
  • Heartbeat will now be runtime updated, fix for issue #170 by @Habbus in #171
  • Change in the decision-making process for reservation recognition by @mahdidadashi65 in #168
  • [websockets] Fix websocket connect timeout configuration + flush messages on disconnect by @c-jimenez in #176
  • [x509] Add missing initializer for issuer DER in certificate copy constructor by @c-jimenez in #177
  • [websockets] Encode URL when they contains non-ascii or specical chars by @c-jimenez in #179

Full Changelog: v1.4.1...v1.4.2