New
2.0.0
What's Changed
- Fix release to PYPI by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/636
- Fix serialization of payloads that contain collection of multiple elements by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/637
- Bump to 2.0.0-rc.0 by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/638
- Fix serialization of 'ocpp_csms_url' by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/642
- Bump to 2.0.0-rc.1 by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/643
- Skip schema validation on call by @esiebert in https://github.com/mobilityhouse/ocpp/pull/650
- Bump to 2.0.0-rc.2 by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/651
- chore: Updated Python setup action to version v5 by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/665
- bugfix: Changed total_cost type from Optional[int] to Optional[float] by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/663
- feat: Added optional logger param to ChargePoint class by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/667
- bugfix: Handling UnicodeDecodeError in unpack function by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/666
- chore: Update CODEOWNERS by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/668
- add executor to validate_payload by @drc38 in https://github.com/mobilityhouse/ocpp/pull/652
- fix typo for InternalError in exceptions.py by @hhuseyinpay in https://github.com/mobilityhouse/ocpp/pull/629
- Add issue templates by @mdwcrft in https://github.com/mobilityhouse/ocpp/pull/679
- Update readme - ocpp 2 edition 3 is supported by @wafa-yah in https://github.com/mobilityhouse/ocpp/pull/686
- Disable threads if messages.ASYNC_VALIDATION = False by @astrand in https://github.com/mobilityhouse/ocpp/pull/678
- Test with python 3.13 by @drc38 in https://github.com/mobilityhouse/ocpp/pull/685
- chore: Added inactive issue workflow by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/673
- bump to 2.0.0-rc.3 by @mdwcrft in https://github.com/mobilityhouse/ocpp/pull/691
- Bump black from 22.12.0 to 24.3.0 by @dependabot in https://github.com/mobilityhouse/ocpp/pull/621
- ci: ensure the matching poetry version is used by @jerome-benoit in https://github.com/mobilityhouse/ocpp/pull/693
- Finalize hand over to new maintainers. by @OrangeTux in https://github.com/mobilityhouse/ocpp/pull/687
- chore: Add code of conduct, contributing, security and support docs. by @ajmirsky in https://github.com/mobilityhouse/ocpp/pull/681
- feat: Matching OCPP 2.0.1 payload types to OCPP 2.0.1 json schema by @ajmirsky in https://github.com/mobilityhouse/ocpp/pull/680
- Use dataclasses for ChargingProfile usage by @jerome-benoit in https://github.com/mobilityhouse/ocpp/pull/648
- breaking change: remove deprecated Action items and update docs by @drc38 in https://github.com/mobilityhouse/ocpp/pull/694
- test: Unit test for RemoteStartTransaction nested dataclass by @ajmirsky in https://github.com/mobilityhouse/ocpp/pull/690
- chore: Updated imports for v16 datatypes, call and call_result files by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/698
- feat: Remove deprecated dataclass by @jainmohit2001 in https://github.com/mobilityhouse/ocpp/pull/699
- docs: prep for 2.0.0-rc.4 release by @mdwcrft in https://github.com/mobilityhouse/ocpp/pull/700
- chore: bump to 2.0.0 by @mdwcrft in https://github.com/mobilityhouse/ocpp/pull/692
New Contributors
- @esiebert made their first contribution in https://github.com/mobilityhouse/ocpp/pull/650
- @jainmohit2001 made their first contribution in https://github.com/mobilityhouse/ocpp/pull/665
- @hhuseyinpay made their first contribution in https://github.com/mobilityhouse/ocpp/pull/629
- @astrand made their first contribution in https://github.com/mobilityhouse/ocpp/pull/678
- @jerome-benoit made their first contribution in https://github.com/mobilityhouse/ocpp/pull/693
- @ajmirsky made their first contribution in https://github.com/mobilityhouse/ocpp/pull/681
Full Changelog: https://github.com/mobilityhouse/ocpp/compare/1.0.0...2.0.0