Skip to content

Releases: matth-x/MicroOcppMongoose

MicroOcppMongoose 1.2.0

03 Nov 19:43
801d920
Compare
Choose a tag to compare

General bug fixes and adoption of the MO Variables implementation.

PIO package: matth-x/[email protected]

Changelog:

Added

  • Mongoose v7.13 - v7.15 support (#11, #14)
  • OCPP 2.0.1 Variables integration (#13, #16)

Fixed

  • AuthorizationKey hex conversion (#12, #15)

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/[email protected]

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/[email protected]

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_