From 20e147dd6a8c5d6f436f7d79682208f2a88c2549 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 25 Feb 2026 00:06:23 +0100 Subject: [PATCH] chore: release main (#1679) * 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 | 6 +++--- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- tests/ocpp-server/CHANGELOG.md | 6 ++++++ tests/ocpp-server/pyproject.toml | 2 +- ui/web/CHANGELOG.md | 13 +++++++++++++ ui/web/package.json | 2 +- ui/web/sonar-project.properties | 2 +- 9 files changed, 51 insertions(+), 8 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 624d8984..7f074753 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.3.1", - "ui/web": "2.3.1", - "tests/ocpp-server": "2.3.1" + ".": "2.4.0", + "ui/web": "2.4.0", + "tests/ocpp-server": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 228006e2..c1e1ea18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.3.1...simulator@v2.4.0) (2026-02-24) + +### 🚀 Features + +- **ocpp2:** add TransactionEvent command support ([#1607](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1607)) ([369acbe](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/369acbe1b0f32ace25990d76535a7beeb5d7358e)) +- **ocpp2:** implement certificate management (ISO 15118) ([#1685](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1685)) ([fb66c0f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fb66c0f83ab1c5ba2c71acd403c5dd6a6534973a)) + +### 🐞 Bug Fixes + +- create coverage directory before generating report ([e62078e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e62078ebe91cdeb292f223de994389be9d6881d9)) +- **deps:** update all non-major dependencies ([#1678](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1678)) ([2eb72bf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2eb72bf9ffa3b5ec9c7aa91461ee1f5e26a98fd0)) +- **deps:** update all non-major dependencies ([#1680](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1680)) ([e100aef](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e100aef351c926a343e814ba23db7a2e758cd7ea)) +- **deps:** update all non-major dependencies ([#1683](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1683)) ([05b223b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/05b223be7730349077157e6440c7e0cd429aa36b)) +- **deps:** update all non-major dependencies ([#1688](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1688)) ([a04fed1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a04fed11a95fca736835657645d4154c19026031)) +- make eslint works again ([c98fe49](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c98fe49960b77e726954d10a13967565d6361e45)) +- **ocpp2:** implement ClearCache and Reset OnIdle fixes per audit (CLR-001, CLR-002, RST-001) ([70d89a2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/70d89a2226f705ee5610f2f70b609d71c6142026)) +- replace c8 with native Node.js test coverage ([feb16c8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/feb16c87a0b75ae9e188f3978c3d439e67122629)) +- **tests:** use fake timers for sleep ([43042ee](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/43042ee0ae13ec462cf181e93733f05d9368f647)) + +### 🧪 Tests + +- **ocpp2:** add C11.FR.05 test for Authorization Cache not supported scenario ([9c22683](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9c226835acb33c92b6e58c0408b740eb398d3143)) +- **ocpp2:** add Reset OnIdle errata 2.14 compliance tests (RST-001) ([7fc8cce](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7fc8cce4928b768a18ae052b50000b0d50001c6a)) + ## [2.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.3.0...simulator@v2.3.1) (2026-02-13) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 69e59cb2..49cd8872 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "2.3.1", + "version": "2.4.0", "engines": { "node": ">=22.0.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 927b4127..2e0a63d8 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=2.3.1 +sonar.projectVersion=2.4.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 b89e0cbe..6e8060b0 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.3.1...ocpp-server@v2.4.0) (2026-02-24) + +### 🚀 Features + +- **ocpp2:** add TransactionEvent command support ([#1607](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1607)) ([369acbe](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/369acbe1b0f32ace25990d76535a7beeb5d7358e)) + ## [2.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.3.0...ocpp-server@v2.3.1) (2026-02-13) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index c2611a0b..75df2c44 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp-server" -version = "2.3.1" +version = "2.4.0" description = "OCPP2 mock server" authors = ["Jérôme Benoit "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index b98a1e34..80e50ed4 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.3.1...webui@v2.4.0) (2026-02-24) + +### 🚀 Features + +- **ocpp2:** add TransactionEvent command support ([#1607](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1607)) ([369acbe](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/369acbe1b0f32ace25990d76535a7beeb5d7358e)) + +### 🐞 Bug Fixes + +- **deps:** update all non-major dependencies ([#1680](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1680)) ([e100aef](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e100aef351c926a343e814ba23db7a2e758cd7ea)) +- **deps:** update all non-major dependencies ([#1683](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1683)) ([05b223b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/05b223be7730349077157e6440c7e0cd429aa36b)) +- **deps:** update all non-major dependencies ([#1688](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1688)) ([a04fed1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/a04fed11a95fca736835657645d4154c19026031)) +- replace c8 with native Node.js test coverage ([feb16c8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/feb16c87a0b75ae9e188f3978c3d439e67122629)) + ## [2.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.3.0...webui@v2.3.1) (2026-02-13) ### 🧹 Chores diff --git a/ui/web/package.json b/ui/web/package.json index d7514e09..65399fdf 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "2.3.1", + "version": "2.4.0", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 560b01f4..b60494f9 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-webui # x-release-please-start-version -sonar.projectVersion=2.3.1 +sonar.projectVersion=2.4.0 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -- 2.53.0