Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 1.37 KB

Change log

0.3.2 (2019-09-30)

  • #27 Fix possible dead lock when running @after() handler.

0.3.1 (2019-09-23)

  • An invalid 0.3.0 release has been uploaded to pypi.org. pypi.org doesn't allow reuploading a new release using the same file names. Therefore a new release had to be made.

0.3.0 (2019-09-23)

** Backwards incompatible change with ocpp <= 0.2.2. **

  • #26 Pass request payload to @after() handler.

0.2.2 (2019-08-29)

  • #21 Fix several type hints

0.2.1 (2019-07-31)

Bug fixes

  • #14 Fix typo in attribute of call.StartTransactionPayload
  • #16 Fix attributes of call.StopTransaction
  • #18 Fix typo in attribute of call.RemoteStopTransaction

0.2.0 (2019-06-07)

Improvements

  • #5 Add support for Python 3.6 and move to Poetry

0.1.1 (2019-05-31)

Improvements

  • #3 Add CircleCI integration.

Bug fixes

  • #1 Add JSON schema's to distribution.

0.1.0 (2019-05-26)

  • Initial release.