Releases: c-jimenez/open-ocpp
Releases · c-jimenez/open-ocpp
v0.9.0
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
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
- @Garcia6l20 made their first contribution in #63
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
New Features 🎉
- Added charge point unit tests by @c-jimenez in #58
Bug fixes 🛠
- Fix static lib usage by @c-jimenez in #55
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
New Features 🎉
- Build dynamic lib by @c-jimenez in #47
- Security firmware update by @c-jimenez in #45
Bug fixes 🛠
- Fix trigger status notification by @c-jimenez in #49
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Other Changes
- Dev/security event logging by @c-jimenez in #34
- Dev/security extended trigger by @c-jimenez in #35
- Security - Secure connection user certificates by @c-jimenez in #36
- Add configuration key to enable/disable security events notifications by @c-jimenez in #38
- Secure connection with internal certificate management by @c-jimenez in #39
- Releases/v0.5.0 by @c-jimenez in #40
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
What's Changed
Other Changes
- [version] Update version number => 0.2.0 by @c-jimenez in #11
- Dev/smart charging setpoint full by @c-jimenez in #13
- Dev/rpc server by @c-jimenez in #17
- Dev/central system by @c-jimenez in #18
- Release/v0.3.0 by @c-jimenez in #19
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
Initial release!
Full Changelog: https://github.com/c-jimenez/open-ocpp/commits/v0.1.0