Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Releases: Namoshek/OpenChargeMeteringFormat

v0.3.0

19 Jun 13:52
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

⚠️ Preview: use at your own risk ⚠️

This release introduces a new OpenChargeMeteringFormatVerifier, which allows to verify the signature of a parsed OCMF message using the Verify(OpenChargeMeteringFormatMessage message, string publicKey) method. It will use the ECDSA algorithm specified in the OCMF signature block to perform the verification.

v0.2.0

18 Jun 21:21
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

⚠️ Preview: use at your own risk ⚠️

This release changes the visibility of some custom JSON converters to internal and adds missing code documentation to all types, especially enums. The code documentation includes a translated description of the relevant parts of the OCMF specification and a link to the section in the specification.

v0.1.1

18 Jun 18:32
04904e2
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

⚠️ Preview: use at your own risk ⚠️

This release fixes an issue with the OpenChargingMeterFormatPayload.ChargePointIdentificationType which was set to EVSEID, even if not present or null in the OCMF string.

The library should now also contain code comments for a better DX.

v0.1.0

12 Jun 15:17
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

⚠️ Preview: use at your own risk ⚠️

This is the first release which should be considered an early alpha. The package is not being used in any production code yet, so the interface and logic may still change. The library has also not been tested against real world OCMF messages until now, only against examples from the official documentation.