From d9a275919a8b974b9cc5a6a496ad17a9aa1d57bb Mon Sep 17 00:00:00 2001 From: Jared-Newell-Mobility <119603687+Jared-Newell-Mobility@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:51:30 +0100 Subject: [PATCH] Introduce Experimental Module For v2.1 (#605) see issue https://github.com/mobilityhouse/ocpp/issues/573 --- CHANGELOG.md | 1 + ocpp/experimental/v21/README.rst | 5 +++++ tests/experimental/v21/README.rst | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 ocpp/experimental/v21/README.rst create mode 100644 tests/experimental/v21/README.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index 204421a2e..9e9c3c59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ocpp/experimental/v21/README.rst b/ocpp/experimental/v21/README.rst new file mode 100644 index 000000000..634c2abd6 --- /dev/null +++ b/ocpp/experimental/v21/README.rst @@ -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. diff --git a/tests/experimental/v21/README.rst b/tests/experimental/v21/README.rst new file mode 100644 index 000000000..37f900022 --- /dev/null +++ b/tests/experimental/v21/README.rst @@ -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. \ No newline at end of file