Releases: c-jimenez/open-ocpp
Releases · c-jimenez/open-ocpp
v2.0.0-alpha
v1.6.0
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
- @seokjeon made their first contribution in #238
- @jorisoffouga made their first contribution in #246
Full Changelog: v1.5.8...v1.6.0
v1.5.8
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
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 🛠
- Fix github actions by @c-jimenez in #222
- [rpc] Fix start-stop-start sequence by @c-jimenez in #223
Full Changelog: v1.5.6...v1.5.7
v1.5.6
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
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
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
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
What's Changed
New Features 🎉
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
What's Changed
New Features 🎉
- reservation feature profile support by @AbdelrhmanWaheed in #197
Bug fixes 🛠
- [websockets] Encode charge point identifier in URL by @c-jimenez in #198
New Contributors
- @AbdelrhmanWaheed made their first contribution in #197
Full Changelog: v1.5.0...v1.5.1