Skip to content

Releases: c-jimenez/open-ocpp

v2.0.0-alpha

19 Jun 06:06
0740a00
Compare
Choose a tag to compare

What's Changed

First release of OCPP 2.0.1 implementation 🎉

See README.md for more information.

v1.6.0

19 Jun 05:57
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • [centralsystem] Add notification to IChargePoingHandler when an heartbeat message has been received by @c-jimenez in #227
  • [github] Update runner images to ubuntu-22.04 by @c-jimenez in #242
  • [chargepoint-status] Add availability field to Connector and update s… by @jorisoffouga in #246
  • [chargepoint-transaction] Update startTransaction method to include t… by @jorisoffouga in #244
  • [cmake] Add option to install RapidJSON headers by @jorisoffouga in #243
  • [metervalues] Enhance MeterValuesManager to support dynamic meter val… by @jorisoffouga in #245
  • [ChargePointEventsHandler] Event when the connection URL detected by @thomas-brunel in #248
  • [ChargePoint] Add protected getters by @thomas-brunel in #249
  • [doctest] Update doctest to last release v2.4.12 by @thomas-brunel in #254

Bug fixes 🛠

  • [chargepoint] Make filename field of GetDiagnostics request optional by @c-jimenez in #241
  • [types-enums] Fix typo in the description of Invalid by @thomas-brunel in #247
  • [json-JsonValidator] Clang - Add missing include by @thomas-brunel in #251
  • [examples-EventsHandler] Clang - Fix WEXITSTATUS usage by passing a variable by @thomas-brunel in #253
  • [LibWebsocketServer] Clang - Fix memory management for URI in eventCallback by @thomas-brunel in #252

Other Changes

  • here maybe compare with chargingScheduleMaxPeriods by @wlbleaboy in #234
  • Forward unknown 15118 messages to user by @Habbus in #235
  • docs: add SECURITY.md to outline vulnerability reporting process by @seokjeon in #238
  • Prevent concurrent process calls to the RequestFifo by @Habbus in #239

New Contributors

Full Changelog: v1.5.8...v1.6.0

v1.5.8

28 May 09:55
f7b2f44
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • [centralsystem] Add notification to IChargePoingHandler when an heartbeat message has been received by @c-jimenez in #227

Bug fixes 🛠

  • [websockets] Add server name parameter to allow the use of an IP address for the connection URL (DNS resolution done beforehand) when using a TLS link (server name is used for certificate hostname check) by @c-jimenez in #226
  • Fix heartbeatInterval management when set to 0 by @wlbleaboy in #225

Full Changelog: v1.5.7...v1.5.8

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