Releases: c-jimenez/open-ocpp
Releases · c-jimenez/open-ocpp
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
v1.5.0
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
- @thomas-brunel made their first contribution in #187
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
New Features 🎉
Bug fixes 🛠
- [tools] Fix some multi threading issues by @c-jimenez in #183
Full Changelog: v1.4.2...v1.4.3
v1.4.2
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