]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1732)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 17 Mar 2026 13:25:26 +0000 (14:25 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2026 13:25:26 +0000 (14:25 +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 b45eb9900aa85e978bbef25f53c08e4ed608a095..445f780439c36b8f5da8433fe5730b3cf8bc6700 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "3.1.1",
-  "ui/web": "3.1.1",
-  "tests/ocpp-server": "3.1.1"
+  ".": "3.1.2",
+  "ui/web": "3.1.2",
+  "tests/ocpp-server": "3.1.2"
 }
index ffe5db577e64678bffbf4fc670940c4e695b4fa6..2118f3abd0c2148f5a54b0c0033d73fd0a830d8f 100644 (file)
@@ -1,5 +1,23 @@
 # Changelog
 
+## [3.1.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.1.1...simulator@v3.1.2) (2026-03-17)
+
+### 🐞 Bug Fixes
+
+- **ocpp2:** use convertToDate() for all incoming date fields in handlers ([ecac380](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ecac380caad1e22e6bbd1ae048d2999ebee66249))
+- **ui:** use runtime imports for enums and disable lint rule for .d.ts ([e907244](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e90724441d83cae950cd70dca786388678be292d))
+
+### ✨ Polish
+
+- enforce consistent-type-imports eslint rule and fix violations ([7d80b04](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7d80b046ec9ec33ab00a173959aa9b24605ac548))
+- re-export OCPPAuthServiceFactory in ocpp barrel and fix cross-sub-component imports ([51d1eaf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/51d1eaf71f90136f548d988274db071e43857b03))
+- replace const enum with enum for cross-module runtime compatibility ([4e782ee](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4e782ee257d5140eda529d72495ccbd4e4bcc882))
+
+### 📚 Documentation
+
+- remove redundant common pitfalls from code style conventions ([9a56369](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9a5636917991360438feddfce9f7e4dc1ae4cdd9))
+- update openspec config with current project structure and conventions ([174c020](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/174c020968e0136e11874b82ae25904f0ab39c13))
+
 ## [3.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.1.0...simulator@v3.1.1) (2026-03-16)
 
 ### 🐞 Bug Fixes
index 876d62a8fda088f3278fbc6191ebdd0e233bb862..15f0a998bbbcb5699c41bc9c943830c7e1a834d7 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "3.1.1",
+  "version": "3.1.2",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 3bc919eca65d787d4186bbd5c3ff2ca946d25617..9b35be8d05b0ae292fb8c0618461f73b7d408969 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.1.1
+sonar.projectVersion=3.1.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 13777602ea5c4e9942fe75ec6a83a61fc18712a4..1bd858623d06f5f334a0da2edc9d6a3092b4e16e 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.1.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.1.1...ocpp-server@v3.1.2) (2026-03-17)
+
+### 🐞 Bug Fixes
+
+- **ocpp-server:** update to websockets 16.x API (request.headers, request.path) ([9ea92a4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9ea92a4d4e0910b0f1d5431ccbc88807d6cf8674))
+
 ## [3.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.1.0...ocpp-server@v3.1.1) (2026-03-16)
 
 ### 🧹 Chores
index f5999727a51ad93c24b3b58485d577adba6def0e..5762415fee6391ad97b0b43fdffb3ff48727bfed 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "3.1.1"
+version = "3.1.2"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 4942c2ec704482d1f585b4f4ddccd1a2c6244b29..b515c44f5ed5fb556cb352f3201b317ab48466c6 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.1.2](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.1.1...webui@v3.1.2) (2026-03-17)
+
+### 🐞 Bug Fixes
+
+- **ui:** use runtime imports for enums and disable lint rule for .d.ts ([e907244](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e90724441d83cae950cd70dca786388678be292d))
+
 ## [3.1.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.1.0...webui@v3.1.1) (2026-03-16)
 
 ### 🧹 Chores
index 96dca3b56b78605d85887b5e60fb5e0d1870a37f..7a99186aa6af47b56817334c7bd6f909d988094e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "3.1.1",
+  "version": "3.1.2",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 8f5a91d4af582aa728f1d60e2ed38b31a8a7d106..1f17e7c16beb024ed322484d8de14b203a1b0d71 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.1.1
+sonar.projectVersion=3.1.2
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.