Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Experimental Module For v2.1 #605

Merged
merged 4 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change log

- [#573](https://github.com/mobilityhouse/ocpp/issues/573) Introduce Experimental Module For v2.1
- [#547](https://github.com/mobilityhouse/ocpp/pull/547) Feat: Handle recursively serializing a dataclasses as a dictionary Thanks [@MacDue](https://github.com/MacDue)
- [#601](https://github.com/mobilityhouse/ocpp/issues/601) Fix case conversion for soc in non "State of Charge" context
- [#523](https://github.com/mobilityhouse/ocpp/issues/523) The serialisation of soc to SoC should not occur in camel case if it is existing at the beginning of a field
Expand Down
5 changes: 5 additions & 0 deletions ocpp/experimental/v21/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=============
Experimental Module For OCPP 2.1
=============
Changes made in this module will not follow the traditional release cycle.
This allows for breaking changes to be introduced, as the standard is not finalised.
5 changes: 5 additions & 0 deletions tests/experimental/v21/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=============
Tests To Support The Experimental Module For OCPP 2.1
=============
Changes made in this module will not follow the traditional release cycle.
This allows for breaking changes to be introduced, as the standard is not finalised.
Loading