Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter

- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
This commit is contained in:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
Changelog
---------
- v2.2.0 (2026-02-11)
- Updated dependencies and supported python to version 3.14
- v2.1.2 (2026-02-10)
- Explicit formatting for XML Dates
- v2.1.1 (2025-09-07)
- Fixed publication of the project readme to PyPI
- v2.1.0 (2025-09-07)
- Support for Shapeshifter 3.1.0
- v2.0.1 (2025-07-08)
- Bumped fastapi-xml depedency version
- v2.0.0 (2025-07-08)
- Support for OAuth2 on outgoing messages
- Updated depedencies
- v1.2.0 (2024-04-04)
- Upgrade to latest FastAPI and Pydantic
- v1.1.2 (2024-03-12)
- Pinned depedencies after a breaking update to fastapi-xml was released
- v1.1.0 (2023-08-30)
- Use the published 3.0.0 spec for XSD validation and objects
- v1.0.1 (2023-08-23)
- Fixed outgoing signed message base 64 encoding
- Add support for empty response messages
- v1.0.0 (2023-07-20)
- Initial release version