Skip to content

Commit d9a2759

Browse files
Introduce Experimental Module For v2.1 (#605)
see issue #573
1 parent b380900 commit d9a2759

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Change log
22

3+
- [#573](https://github.com/mobilityhouse/ocpp/issues/573) Introduce Experimental Module For v2.1
34
- [#547](https://github.com/mobilityhouse/ocpp/pull/547) Feat: Handle recursively serializing a dataclasses as a dictionary Thanks [@MacDue](https://github.com/MacDue)
45
- [#601](https://github.com/mobilityhouse/ocpp/issues/601) Fix case conversion for soc in non "State of Charge" context
56
- [#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

ocpp/experimental/v21/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=============
2+
Experimental Module For OCPP 2.1
3+
=============
4+
Changes made in this module will not follow the traditional release cycle.
5+
This allows for breaking changes to be introduced, as the standard is not finalised.

tests/experimental/v21/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=============
2+
Tests To Support The Experimental Module For OCPP 2.1
3+
=============
4+
Changes made in this module will not follow the traditional release cycle.
5+
This allows for breaking changes to be introduced, as the standard is not finalised.

0 commit comments

Comments
 (0)