From: Jérôme Benoit Date: Sun, 23 Aug 2026 16:05:27 +0000 (+0200) Subject: chore: release main (#2052) X-Git-Tag: v4.12^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=227ec233edbc115a879fb18fb0094b99694954fe;p=e-mobility-charging-stations-simulator.git chore: release main (#2052) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2074f410..a5b09d77 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 491bf143..eede1413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 1a045e2a..7fa95b90 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/sonar-project.properties b/sonar-project.properties index 481c8294..18f6544e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index d5a9212a..eeb504dd 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index ce6919b9..051347e5 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -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" diff --git a/ui/cli/CHANGELOG.md b/ui/cli/CHANGELOG.md index d6baf8e1..2ae3dece 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -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 diff --git a/ui/cli/package.json b/ui/cli/package.json index 1a27e00a..ff2c22e5 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -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" diff --git a/ui/cli/sonar-project.properties b/ui/cli/sonar-project.properties index 393cecc4..95315398 100644 --- a/ui/cli/sonar-project.properties +++ b/ui/cli/sonar-project.properties @@ -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. diff --git a/ui/common/CHANGELOG.md b/ui/common/CHANGELOG.md index a713df8c..2057539f 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -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 diff --git a/ui/common/package.json b/ui/common/package.json index 27303133..a829bde2 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -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" diff --git a/ui/common/sonar-project.properties b/ui/common/sonar-project.properties index 57b82168..552dc7e4 100644 --- a/ui/common/sonar-project.properties +++ b/ui/common/sonar-project.properties @@ -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. diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 294079c8..3cf522ee 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -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 diff --git a/ui/web/package.json b/ui/web/package.json index f2b7d7ce..f0fac012 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -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", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 7f682e5c..9bc70e7d 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -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.