From: Jérôme Benoit Date: Sun, 28 Jun 2026 22:29:24 +0000 (+0200) Subject: chore: release main (#1911) X-Git-Tag: cli@v4.10.0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ce859fb709e731363280690ae22dd5d420312504;p=e-mobility-charging-stations-simulator.git chore: release main (#1911) * 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 7745cf2d..92c847c0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,7 +1,7 @@ { - ".": "4.9.0", - "ui/common": "4.9.0", - "ui/cli": "4.9.0", - "ui/web": "4.9.0", - "tests/ocpp-server": "4.9.0" + ".": "4.10.0", + "ui/common": "4.10.0", + "ui/cli": "4.10.0", + "ui/web": "4.10.0", + "tests/ocpp-server": "4.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5baeb621..9000e787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.9.0...simulator@v4.10.0) (2026-06-26) + +### 🚀 Features + +- **simulator:** add forceTransactionOnInvalidIdToken template flag ([#1907](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1907)) ([e12ddd9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e12ddd9945822e2e028c13f7fb079634219c5fe5)) +- **ui-server:** add opt-in Prometheus /metrics endpoint (closes [#851](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/851)) ([#1912](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1912)) ([016fc93](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/016fc93279bfcfb07ef0dab0985e4c6451a39ac2)) +- **ui-server:** expose Prometheus /metrics on ws and mcp transports ([#1921](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1921)) ([b56748a](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b56748a3f5e53e5513124f96939b54b425e5af22)), closes [#1917](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1917) + +### 🐞 Bug Fixes + +- **build:** externalize prom-client from bundle ([1b052e1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1b052e1a4219bbeb0beb3c5b11821795fe7fb006)) +- **deps:** update all non-major dependencies ([#1915](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1915)) ([77a1317](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/77a1317990d9bd8c71cebff8a7f0938aa11d4483)) +- **deps:** update all non-major dependencies ([#1925](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1925)) ([31056d5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/31056d5138f27c51f5fc331ded546446a99c4394)) +- **ui-server:** classify broadcast responses without handlers ([#1924](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1924)) ([84fad82](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/84fad8272fe91b8ec3d9ad2162139ab8d87b2f92)) + +### ✨ Polish + +- **bootstrap:** remove redundant stopping flag ([#1909](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1909)) ([11aac65](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/11aac65d02feddb039641053484bca92b0921146)) + +### 📚 Documentation + +- **readme:** remove uiServer.metrics migration notes ([329a6d0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/329a6d073c69eff84892da92ec1e7f811debfc2c)) + ## [4.9.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.8.0...simulator@v4.9.0) (2026-06-16) ### 🚀 Features diff --git a/package.json b/package.json index c0592b12..b70b9055 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.9.0", + "version": "4.10.0", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index c363d879..0f56eee6 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.9.0 +sonar.projectVersion=4.10.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 413b6d7d..bebfd702 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.9.0...ocpp-server@v4.10.0) (2026-06-26) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1925](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1925)) ([31056d5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/31056d5138f27c51f5fc331ded546446a99c4394)) + ## [4.9.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.8.0...ocpp-server@v4.9.0) (2026-06-16) ### 🐞 Bug Fixes diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 9a48cbce..b07f56f6 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.9.0" +version = "4.10.0" description = "OCPP2 mock server" 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 3ab61730..e1ecc44b 100644 --- a/ui/cli/CHANGELOG.md +++ b/ui/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.9.0...cli@v4.10.0) (2026-06-26) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1925](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1925)) ([31056d5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/31056d5138f27c51f5fc331ded546446a99c4394)) + ## [4.9.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/cli@v4.8.0...cli@v4.9.0) (2026-06-16) ### 🐞 Bug Fixes diff --git a/ui/cli/package.json b/ui/cli/package.json index 4d70e2dc..b8e1b561 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.9.0", + "version": "4.10.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 a5c43b1a..bd711873 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.9.0 +sonar.projectVersion=4.10.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 add5115e..84c4626f 100644 --- a/ui/common/CHANGELOG.md +++ b/ui/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.9.0...ui-common@v4.10.0) (2026-06-26) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1925](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1925)) ([31056d5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/31056d5138f27c51f5fc331ded546446a99c4394)) + ## [4.9.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ui-common@v4.8.0...ui-common@v4.9.0) (2026-06-16) ### 🐞 Bug Fixes diff --git a/ui/common/package.json b/ui/common/package.json index 7f2d4e45..fd33bc95 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.9.0", + "version": "4.10.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 7b724794..53b42f17 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.9.0 +sonar.projectVersion=4.10.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 d2e619d7..0e158e56 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.10.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.9.0...web@v4.10.0) (2026-06-26) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1925](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1925)) ([31056d5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/31056d5138f27c51f5fc331ded546446a99c4394)) + ## [4.9.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/web@v4.8.0...web@v4.9.0) (2026-06-16) ### 🐞 Bug Fixes diff --git a/ui/web/package.json b/ui/web/package.json index e22320d4..7e2e4502 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.9.0", + "version": "4.10.0", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index b24910b3..0feb60cf 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.9.0 +sonar.projectVersion=4.10.0 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.