Skip to content

Releases: c-jimenez/open-ocpp

v0.9.0

09 Oct 20:54
0c34e76

Choose a tag to compare

What's Changed

New Features 🎉

  • [centralsystem] Add interfaces to get the IP address of a connected Charge Point by @c-jimenez in #71
  • [rpc] Add callerror support by @c-jimenez in #76
  • [json] Optimize message validator by @c-jimenez in #78

Bug fixes 🛠

  • [db] For casting time_t to int64_t to ensure compilation on systems where time_t is a 32bits integer by @c-jimenez in #70
  • [headers] Change header protection pattern from FILENAME_H to OPENOCPP_FILENAME_H by @c-jimenez in #73
  • Fix some multithreading issues by @c-jimenez in #77

Full Changelog: v0.8.0...v0.9.0

v0.8.0

29 Jun 21:46
535cca9

Choose a tag to compare

What's Changed

New Features 🎉

  • [chargepoint] Check end of transaction conditions when calling Authorize on a charging connector by @c-jimenez in #65

Bug fixes 🛠

  • [chargepoint] Fix insertion request for Connectors table by @c-jimenez in #62
  • fix c++17 compilation by @Garcia6l20 in #63
  • Fix/size t not defined in gcc 12 by @Garcia6l20 in #64
  • [chargepoint - status] Fix RPC error when returning Scheduled or Refused to a ChangeAvailability request by @c-jimenez in #66

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Jun 19:51
v0.7.0
21fc395

Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes 🛠

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Feb 20:24
868a1d3

Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes 🛠

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Feb 11:06
2cd7305

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Jan 08:37
e718e64

Choose a tag to compare

What's Changed

Other Changes

  • [version] Update version number => 0.3.0 by @c-jimenez in #20
  • [websocket] Add option to use PEM encoded data instead of PEM file pa… by @c-jimenez in #23
  • Fix/invalid transaction id in offline messages by @c-jimenez in #25
  • [smart charging] Fix crash when receiving empty ClearChargingProfile … by @c-jimenez in #26
  • Releases/v0.4.0 by @c-jimenez in #27

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Jan 12:43
5304dfd

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Jan 22:53
f806637

Choose a tag to compare

What's Changed

  • [metervalues] Added listener to ClockAlignedDataInterval key to reconfigure timer on key value update by @c-jimenez in #4
  • Dev/websocket ping interval by @c-jimenez in #5
  • Dev/smart charging number phases by @c-jimenez in #8
  • [smart charging] Fix W to A conversion in charging profiles setpoint computation by @c-jimenez in #9
  • Release/v0.2.0 by @c-jimenez in #10

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Jan 20:56
737daf9

Choose a tag to compare