]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1679) ocpp-server@v2.4.0 simulator@v2.4.0 v2 v2.4
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 24 Feb 2026 23:06:23 +0000 (00:06 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 23:06:23 +0000 (00:06 +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 624d8984757f10a3994c057cee34f2498e3e2dde..7f074753930044d9ab333863e5d3de0f9c3f75d4 100644 (file)
@@ -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"
 }
index 228006e2ca8d67374fb7bc52d766bdaa39940e53..c1e1ea18be3fdbe11112d63bb73fad0718d15efe 100644 (file)
@@ -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
index 69e59cb2de63e2556194214f58e73e48da862a85..49cd8872ec98fd5adf2bf058f18c489ff07425b0 100644 (file)
@@ -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"
index 927b4127f97cafbbbd5bd25a93bb85f2e835451e..2e0a63d89fe20d7039393643d81b540765f507fa 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=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.
index b89e0cbe9317e9a29540d93c5cb1d9906c5a031e..6e8060b068485731e54e7820bcf9bdb216588e0f 100644 (file)
@@ -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
index c2611a0bf03af59a23d61c44bef0a290e9a5f54f..75df2c44544653223ce4f74b1f3b30b49083d852 100644 (file)
@@ -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 <jerome.benoit@sap.com>"]
 readme = "README.md"
index b98a1e34e5d144857e7ee85e4f81cb8b459e56ca..80e50ed43d04328f7797bb77905e4cb7f7ac62bb 100644 (file)
@@ -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
index d7514e0929a2dd22a48e3f2e370d25a1561e305d..65399fdf66ea8375a30c14a71463f3d9032cb9f8 100644 (file)
@@ -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",
index 560b01f47f4aab6d77dfa993b49455025a1da9a1..b60494f9ec3347caae5e928d295dc342653d9580 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=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.