]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#2052) v4.12
authorJΓ©rΓ΄me Benoit <jerome.benoit@piment-noir.org>
Sun, 23 Aug 2026 16:05:27 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Aug 2026 16:05:27 +0000 (18:05 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

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

index 2074f41063a03154a9375d03a2d35cf6a938374b..a5b09d776f2764231fa8147dcc0f3cb2c6765f49 100644 (file)
@@ -1,7 +1,7 @@
 {
-  ".": "4.11.0",
-  "ui/common": "4.11.0",
-  "ui/cli": "4.11.0",
-  "ui/web": "4.11.0",
-  "tests/ocpp-server": "4.11.0"
+  ".": "4.12.0",
+  "ui/common": "4.12.0",
+  "ui/cli": "4.12.0",
+  "ui/web": "4.12.0",
+  "tests/ocpp-server": "4.12.0"
 }
index 491bf1434e838c6b39b9174251391f35812569ec..eede14138377aec7efcbdebbcd10337e5d116b65 100644 (file)
@@ -1,5 +1,33 @@
 # Changelog
 
+## [4.12.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.11.0...simulator@v4.12.0) (2026-08-23)
+
+### πŸš€ Features
+
+- **simulator:** add AC/DC conversion efficiency template support ([#2063](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2063)) ([bd10066](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bd100667af56f495e8458ead117bb7521ba434a6)), closes [#443](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/443)
+- **webui:** allow editing charging station configuration ([#2077](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2077)) ([aa432cb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/aa432cb88d85abf304b662691df416e1c288ef82))
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#2051](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2051)) ([e545222](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e545222d7afb921dec5f79ed172b1b24f1c5afaf))
+- **deps:** update all non-major dependencies ([#2057](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2057)) ([82e9650](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/82e96505d12548d6d7563471375b7368078e5e20))
+- **deps:** update all non-major dependencies ([#2067](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2067)) ([fc76b35](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fc76b350ae3bcf57948f6fb93c619bb9f7f7626b))
+- **deps:** update all non-major dependencies ([#2069](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2069)) ([465d564](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/465d56429dbc5f5de74f1f5443de228b8500a437))
+- **deps:** update all non-major dependencies ([#2073](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2073)) ([7ac8726](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7ac87266493f3a4be8927d36b69a927d05d237aa))
+- **deps:** update all non-major dependencies ([#2079](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2079)) ([32089d0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/32089d03e279d19469bec0a026fd0cab4480dd2d))
+- **deps:** update dependency chalk to v6 ([#2055](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2055)) ([fb82151](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fb8215111d80330a111111c5bcc9333eaae5b127))
+- **simulator:** seed autoRegister and ocppProtocol defaults into stationInfo ([#2082](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2082)) ([2cc9587](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2cc95879ce5519b7a1e1df12c43e3bc713420939))
+- **simulator:** seed numberOfPhases default into stationInfo ([#2078](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2078)) ([4fb658c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4fb658ce70d18d728e58b02dcb8e22451aedf163))
+
+### πŸ§ͺ Tests
+
+- **simulator:** drop manual test counters from worker broadcast-channel test ([#2081](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2081)) ([6495e7a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6495e7a8359b69f26c5b677fc90c6d8c5d43b737))
+
+### πŸ“š Documentation
+
+- **readme:** phrase coherent MeterValues docs in user-facing terms ([#2060](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2060)) ([7176b56](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7176b56a7554625bc1b11931a506a7ae7dd611b7))
+- streamline copilot instructions ([#2053](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2053)) ([ba25e39](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/ba25e39b4fcb4ff5352c8c25a5b4f76c378f7422))
+
 ## [4.11.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.10.1...simulator@v4.11.0) (2026-07-27)
 
 ### πŸš€ Features
index 1a045e2ae69654b524ac74d275dc64f50f33387e..7fa95b9067c63dd616392701829ca3b014ae112f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.11.0",
+  "version": "4.12.0",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 481c829425676c4ffc2ab74b9c3a4ec8a0f444e3..18f6544efe5f39a9fc80e5f9311830a280c76575 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=4.11.0
+sonar.projectVersion=4.12.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index d5a9212aac1ef4aff9a86296364b9f89ec3a369d..eeb504dd939a3a1624308eaf4234b936ffba68a2 100644 (file)
@@ -1,5 +1,12 @@
 # Changelog
 
+## [4.12.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.11.0...ocpp-server@v4.12.0) (2026-08-23)
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#2057](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2057)) ([82e9650](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/82e96505d12548d6d7563471375b7368078e5e20))
+- **deps:** update dependency websockets to v17 ([#2059](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2059)) ([bf2a03b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/bf2a03bbe82529dacc1b916cac56be357faf914c))
+
 ## [4.11.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.10.1...ocpp-server@v4.11.0) (2026-07-27)
 
 ### πŸž Bug Fixes
index ce6919b96aa2f86c973c22fe7bce38167a270dca..051347e58d38a4ea156d4cc23b5e9720f52cbbf6 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.11.0"
+version = "4.12.0"
 description = "OCPP 1.6 and 2.0.1 mock CSMS servers for charging station simulator testing"
 authors = [{ name = "JΓ©rΓ΄me Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index d6baf8e1f0e3f130f0d6c49c34c43ff11bd2a664..2ae3dece180afe7934f9168164b63626b5da2b1f 100644 (file)
@@ -1,5 +1,13 @@
 # Changelog
 
+## [4.12.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.11.0...cli@v4.12.0) (2026-08-23)
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#2069](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2069)) ([465d564](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/465d56429dbc5f5de74f1f5443de228b8500a437))
+- **deps:** update all non-major dependencies ([#2079](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2079)) ([32089d0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/32089d03e279d19469bec0a026fd0cab4480dd2d))
+- **deps:** update dependency chalk to v6 ([#2055](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2055)) ([fb82151](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fb8215111d80330a111111c5bcc9333eaae5b127))
+
 ## [4.11.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.10.1...cli@v4.11.0) (2026-07-27)
 
 ### πŸž Bug Fixes
index 1a27e00afe5ccb13695d67a2a4c1997dff73cf35..ff2c22e50ffeb574ef70dad0a6eec2e471ad943e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "cli",
-  "version": "4.11.0",
+  "version": "4.12.0",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 393cecc4a12bde397cb5d92f3c7a169459c2e4a5..953153986a17e00c4fba67d1274a80eeacb70893 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-cli
 # x-release-please-start-version
-sonar.projectVersion=4.11.0
+sonar.projectVersion=4.12.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index a713df8cb8365470415051e18f5324e88f33cfa3..2057539f690ade8b964def610ac56e776b2a1e41 100644 (file)
@@ -1,5 +1,15 @@
 # Changelog
 
+## [4.12.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.11.0...ui-common@v4.12.0) (2026-08-23)
+
+### πŸš€ Features
+
+- **webui:** allow editing charging station configuration ([#2077](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2077)) ([aa432cb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/aa432cb88d85abf304b662691df416e1c288ef82))
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#2069](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2069)) ([465d564](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/465d56429dbc5f5de74f1f5443de228b8500a437))
+
 ## [4.11.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.10.1...ui-common@v4.11.0) (2026-07-27)
 
 ### πŸž Bug Fixes
index 2730313390acd18715501f1ee3f4c8bec3a692c0..a829bde285cca7b2fb7be5d811c846f0f8ee6385 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "ui-common",
-  "version": "4.11.0",
+  "version": "4.12.0",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 57b82168f2e05fcdc4d6e7549e0835abad13736d..552dc7e48ddbcbe2ef5b2b332638fc6a8eda9583 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-ui-common
 # x-release-please-start-version
-sonar.projectVersion=4.11.0
+sonar.projectVersion=4.12.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 294079c868500935066e2bba1499e59b54511acb..3cf522eefe228556347a8ad31d119bac2559d16d 100644 (file)
@@ -1,5 +1,23 @@
 # Changelog
 
+## [4.12.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.11.0...web@v4.12.0) (2026-08-23)
+
+### πŸš€ Features
+
+- **webui:** add show details action for charging stations ([#2072](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2072)) ([742f186](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/742f18690c0119acf6d5672703546d1a2642b579))
+- **webui:** allow editing charging station configuration ([#2077](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2077)) ([aa432cb](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/aa432cb88d85abf304b662691df416e1c288ef82))
+
+### πŸž Bug Fixes
+
+- **deps:** update all non-major dependencies ([#2069](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2069)) ([465d564](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/465d56429dbc5f5de74f1f5443de228b8500a437))
+- **deps:** update all non-major dependencies ([#2073](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2073)) ([7ac8726](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7ac87266493f3a4be8927d36b69a927d05d237aa))
+- **webui:** keep modern station-card Delete action aligned on the footer row ([#2083](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2083)) ([4998c98](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4998c9848c6909bcdd31e8c5e6a2fd5847c0c875))
+- **webui:** polish the station details view (panel placement + section/key-value separation) ([#2076](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2076)) ([88b193f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/88b193f6f6f08e2572fbdbb37d09a1003c547125))
+
+### βœ¨ Polish
+
+- **webui:** order station action buttons by CSO lifecycle ([#2084](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/2084)) ([11e1fa6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/11e1fa6286da26a87e834a40ef1d76670343b2d9))
+
 ## [4.11.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.10.1...web@v4.11.0) (2026-07-27)
 
 ### πŸž Bug Fixes
index f2b7d7ceef3fab1d307dc47a4b04fa03655ba5a5..f0fac012cf18f5938a539b5437458b1a82129d3c 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "web",
-  "version": "4.11.0",
+  "version": "4.12.0",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 7f682e5c55a8e44047838e0904b361f0807c766e..9bc70e7d36a25347d069206dd249ee6628caeb8b 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-web
 # x-release-please-start-version
-sonar.projectVersion=4.11.0
+sonar.projectVersion=4.12.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.