v1.0.0
What's Changed
New Features 🎉
- [x509] Added support for OpenSSL 3.x by @c-jimenez in #84
- Add Local Controller role implementation by @c-jimenez in #85
- Add ISO15118 PnC extensions implementation by @c-jimenez in #87
- Get composite schedule implementation by @c-jimenez in #91
Bug fixes 🛠
- [chargepoint - metervalues] Handle spaces in metervalues list in configuration keys by @c-jimenez in #82
- [rpc] Change error_code type from const char* to std::string to allow forwarding when in local controller role by @c-jimenez in #86
- [websocket] Add retry when a close occurs between the HTTP connexion and the upgrade to the websocket protocol by @c-jimenez in #88
- [websocket] Fix detection of OpenSSL SSL_CTX_set_ciphersuites() to allow to configure TLS1.3 cipher suites by @c-jimenez in #89
- [memory] Fix various memory leaks or memory access/init issues by @c-jimenez in #90
Full Changelog: v0.9.0...v1.0.0