Skip to content

Releases: mobilityhouse/ocpp

2.0.0-rc.3

09 Dec 09:12
6ad8f56
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0-rc.2...2.0.0-rc.3

2.0.0-rc.2

09 Dec 09:00
d59ecf1
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0-rc.1...2.0.0-rc.2

2.0.0-rc.1

09 Dec 08:59
c01f634
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-rc.0...2.0.0-rc.1

2.0.0-rc.0

09 Dec 08:59
765799e
Compare
Choose a tag to compare
2.0.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0...2.0.0-rc.0

1.0.0-rc.1

14 Feb 15:21
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.26.0...1.0.0-rc.1

0.26.0

17 Jan 13:13
9f1ab29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.25.0...0.26.0

0.25.0

09 Jan 15:17
a9df8eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.24.0...0.25.0

0.24.0

07 Dec 11:39
Compare
Choose a tag to compare

#539 feat: Add ChargePoint._handle_call return value. Thanks @wafa-yah
#266 fix: Central System documentation link.
#516 OCPP 2.0.1 add additional security events from v1.3.
#537 Fix DataTransfer data types. Thanks @mdwcrft

0.23.0

06 Dec 10:04
Compare
Choose a tag to compare

#531 Feat: Add 1.6 security extension datatypes. Thanks @proelke
#528 v2.0.1 CertificateHashDataChainType childCertificateHashData requires the default of None.
#510 v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics.
#508 Exception - OccurrenceConstraintViolationError doc string correction.

v0.22.0

06 Nov 07:26
c6129db
Compare
Choose a tag to compare
  • #493 Reduce use of NotSupportedError in favor of NotImplementedError. Thanks @drc38.
  • #278 Fix types for attributes of OCPP 1.6's type IdTagInfo. Thanks @chan-vince
  • #504 Add missing tech_info attribute to v2.0.1 EventDataType. Thanks @LokiHokie
  • #381 Add FormationError and OccurrenceConstraintViolationError.