Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 2.15 KB

Changelog

[v1.2.0] - 2024-11-03

Added

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

Fixed

  • AuthorizationKey hex conversion (#12, #15)

[v1.1.0] - 2024-05-21

Changed

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

Added

  • FTP over TLS support (#3) (see #5)
  • OCPP 2.0.1 compatibility (#6)
  • Send host name in TLS handshake (#9)

Removed

  • FTP moved into a new project MicroFtp (#5)
  • Custom config Cst_CaCert (#10)

Fixed

  • Encode AuthorizationKey in Hex (#4)

[1.0.0] - 2023-10-20

First release.

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_

[d7617] - 23-08-23

Previous point with breaking changes on master

Renaming to MicroOcppMongoose is completed since this commit. See the migration guide for more details on what's changed. Changelogs and semantic versioning are adopted starting with v1.0.0

[0.1.0] - 23-08-20

Last version under the project name ArduinoOcppMongoose