]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1743) v3.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 22 Mar 2026 18:35:32 +0000 (19:35 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2026 18:35:32 +0000 (19:35 +0100)
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index e0e0113c4c296cd84eb3b3053519d7b364ddccec..c3fde7dfa95362c2d3f6eba0dc2a06bba92c8a1d 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "3.2.0",
-  "ui/web": "3.2.0",
-  "tests/ocpp-server": "3.2.0"
+  ".": "3.2.1",
+  "ui/web": "3.2.1",
+  "tests/ocpp-server": "3.2.1"
 }
index d5d8f75a2d39b8f83076cdba221bc29810aa8329..48d3227ffdff3d9b68d2174b8fdae09da20a741d 100644 (file)
@@ -1,5 +1,14 @@
 # Changelog
 
+## [3.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.2.0...simulator@v3.2.1) (2026-03-22)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1742](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1742)) ([60a10a7](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/60a10a795c1382285beab3020e01ad6ee3db6c3c))
+- **ocpp2:** align MeterValues implementation with OCPP 2.0.1 spec ([#1744](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1744)) ([dbe034f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/dbe034ffae6a2648fc9e41197f2c3e015a196592))
+- **ocpp2:** build meter values payload in broadcast channel for OCPP 2.0.x ([6833a3b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6833a3b40f4e07b7b022cf0e50efe325143e5e47))
+- **ocpp2:** implement StopTxOnInvalidId and MaxEnergyOnInvalidId per E05 ([#1745](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1745)) ([865b7d1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/865b7d1f8d56d1152d57784d2a542d1ca6b62f2b))
+
 ## [3.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.1.2...simulator@v3.2.0) (2026-03-21)
 
 ### 🚀 Features
index 1c7781ebd6dc0774da2735be495caf36bce435b9..02ea2736a0ce67cde6b98be91fab1187dade4cbe 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "3.2.0",
+  "version": "3.2.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 0afbc1f4259ced9bc9332af0bedb3ed574e6c720..2aec58ebd0594410c108e5a076363b2d46936d10 100644 (file)
@@ -4,7 +4,7 @@ sonar.organization=sap-1
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator
 # x-release-please-start-version
-sonar.projectVersion=3.2.0
+sonar.projectVersion=3.2.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 77dc151f09a74056578e1268b6ed15373a751b23..99e2dcdcfdd56d0d74ddbe29cb9d9619d942ca24 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.2.0...ocpp-server@v3.2.1) (2026-03-22)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1742](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1742)) ([60a10a7](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/60a10a795c1382285beab3020e01ad6ee3db6c3c))
+
 ## [3.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.1.2...ocpp-server@v3.2.0) (2026-03-21)
 
 ### 🚀 Features
index 3f1d32ccf35b20ba3911784d13c0d8b2fe3742b4..57b67537ec461443a1a2200e08d573c2cb815523 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "3.2.0"
+version = "3.2.1"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index ae99970e80fcd0dc62f87ef414e844a41feeefeb..1e44dde975ee3c82d753d234c025913c0b15914d 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.2.0...webui@v3.2.1) (2026-03-22)
+
+### 🐞 Bug Fixes
+
+- **ocpp2:** implement StopTxOnInvalidId and MaxEnergyOnInvalidId per E05 ([#1745](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1745)) ([865b7d1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/865b7d1f8d56d1152d57784d2a542d1ca6b62f2b))
+
 ## [3.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.1.2...webui@v3.2.0) (2026-03-21)
 
 ### 🚀 Features
index 9d4fbde515af9f3ec30b33497440a114464a7f46..bdfca77aebc2e57ba48175bb04afdfa957eaaf09 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "3.2.0",
+  "version": "3.2.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index dbc653067386cc588b5d1f2ea9f264fa9446efaf..519f77bd0abb738b6831c1f154c38509425af565 100644 (file)
@@ -4,7 +4,7 @@ sonar.organization=sap-1
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator-webui
 # x-release-please-start-version
-sonar.projectVersion=3.2.0
+sonar.projectVersion=3.2.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.