Skip to content

Releases: matth-x/MicroOcppMongoose

MicroOcppMongoose v1.1.0

21 May 12:22
Compare
Choose a tag to compare

General update of the Mongoose WS adapter with bug fixes and new features from core MicroOcpp.

PIO package: matth-x/MicroOcppMongoose@1.1.0

Most notably, the CA certificate is no longer copied into the heap memory which needs to be considered when passing it as a short-living string (see #10). Furthermore, MO-Mongoose expects hex-encoded values for the Configuration AuthorizationKey in ChangeConfiguration requests. The firmware-side interface still exposes the raw keys for backwards-compatibility, but this will be revised in v2.0 (see #4).

Changelog:

Changed

  • Adopt bool isConnected() from Connection interface (#7)
  • Do not copy cert into heap memory (#10)
  • Migrate to base64-encoder in Mongoose (#4)

Added

  • OCPP 2.0.1 compatibility (#6)
  • Send host name in TLS handshake (#9)

Removed

  • Custom config Cst_CaCert (#10)

Fixed

  • Encode AuthorizationKey in Hex (#4)

MicroOcppMongoose v1.0.0

20 Oct 10:55
Compare
Choose a tag to compare

First release of the MicroOcppMongoose library. This version relates to MicroOcpp v1.0.0

PIO package: matth-x/MicroOcppMongoose@1.0.0

Changed

  • Adopt Connection interface update
  • Adopt Configuration API update (#1)
  • Require manual apply for URL changes (#2)
  • Adopt build flag prefix change from MOCPP_ to MO_