Skip to content

v1.0.0

Compare
Choose a tag to compare
@c-jimenez c-jimenez released this 30 Dec 16:41
· 289 commits to develop since this release
57176a6

What's Changed

New Features 🎉

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