]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1780) main ocpp-server@v4.4.0 simulator@v4.4.0 v4 v4.4 webui@v4.4.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Apr 2026 23:07:30 +0000 (01:07 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 23:07:30 +0000 (01:07 +0200)
* 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 60c856da400952978c6eef06c39066d260f2c737..9e2531a990ee84e4f84509d250986d591ad84a0c 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "4.3.1",
-  "ui/web": "4.3.1",
-  "tests/ocpp-server": "4.3.1"
+  ".": "4.4.0",
+  "ui/web": "4.4.0",
+  "tests/ocpp-server": "4.4.0"
 }
index 023f0902e14c03649f10e291286cf5e3d02f67e7..b7eb6e7c5b78e19ad1ce9a6db5f71a8a0c29aeb1 100644 (file)
@@ -1,5 +1,28 @@
 # Changelog
 
+## [4.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.3.1...simulator@v4.4.0) (2026-04-07)
+
+### 🚀 Features
+
+- **ocpp:** add EncodingMethodEnumType enum for signed meter value encoding methods ([8e89879](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8e89879f009ea191ef060e961aec6046394124f1))
+- **ocpp:** add signed meter values support for OCPP 1.6 and 2.0.x ([#1775](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1775)) ([7d69543](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7d69543150e590831d93769443cd82d457c825bc))
+- **ocpp:** add signing prerequisites validation and EC curve auto-derivation ([7b072f9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7b072f9dc1f4095335c4aeecacb5a40c023d1d2d))
+- **ocpp:** auto-derive signing method from EC public key curve ([9a630bd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9a630bd9d6ba7a3d84014aa6ba6f885377803c79))
+
+### 🐞 Bug Fixes
+
+- **ocpp:** conform signingMethod to OCA spec and fix template curve mismatch ([b5f45a4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b5f45a446f19687b1a38f92ac07da9a8a14224fd))
+- **ocpp:** populate signingMethod field and add SigningMethodEnumType enum ([90bb3ab](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/90bb3ab86e864f29c4dbc34749c8725b6c8ed789))
+- **ocpp:** use Volatile instead of invented Ephemeral for CertificatePrivateKey persistence ([d73a43d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d73a43d926e9a11cf38d5d57294ba47baa117a87))
+
+### ✨ Polish
+
+- **crypto:** modernize crypto APIs and harden certificate handling ([66d6967](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/66d6967de66c742f8db1a9ea1e81f1a5c56c2ff7))
+- **ocpp:** use Node.js crypto for EC curve derivation ([05820aa](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/05820aae196f01dcee2cdf82dbbbcdde69841d4a))
+- **tests:** harmonize crypto test data and improve test quality ([972eb54](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/972eb54e9abaa8ca1caaef67811dd778ea4b002d))
+- **tests:** harmonize test file names and [@file](https://github.com/file) descriptions ([f5d6dd4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f5d6dd4e457e79d88474f86c987af3bc1876d2bf))
+- **tests:** rename OCPP16VendorParametersKey test to match source file ([b459fa1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b459fa16e9d6e4418d7aaf4017e2464d9f711976))
+
 ## [4.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.3.0...simulator@v4.3.1) (2026-04-05)
 
 ### 🐞 Bug Fixes
index 4d0163c792b94562759cec9fbf5e84a88e3048a2..98591427bba83ac3b94ec0a20bea5e117be5bf91 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.3.1",
+  "version": "4.4.0",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 2bd63dbcdf4207bd7b55f93cb93c4073aedb2b81..0f140a204cdc9b63fc7d25e2f53c705f2a834867 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.3.1
+sonar.projectVersion=4.4.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 79519d91760cf2bd3324e474d6754c88dffa3130..00b873406bd8b141696cd5e94a3928d0df2be425 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.3.1...ocpp-server@v4.4.0) (2026-04-07)
+
+### 🚀 Features
+
+- **ocpp:** add signed meter values support for OCPP 1.6 and 2.0.x ([#1775](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1775)) ([7d69543](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7d69543150e590831d93769443cd82d457c825bc))
+
 ## [4.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.3.0...ocpp-server@v4.3.1) (2026-04-05)
 
 ### 🧹 Chores
index 474c80548b407a190c28c10530b87a3a67a20d33..09daffa6492a1321574d52e482e0f02f48d9779a 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.3.1"
+version = "4.4.0"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 065cc20b7085a82b773c5812aa1b5ed035e5c344..d0880de60e504def138f067098007c5c2428bbab 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [4.4.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.3.1...webui@v4.4.0) (2026-04-07)
+
+### 🧹 Chores
+
+- **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.3.0...webui@v4.3.1) (2026-04-05)
 
 ### 🧹 Chores
index 0ae8135142f9e5bc8c5346ea30384d1ce172c92b..d059bf9443d3a367544d4f7dd9b90de8e64d95f9 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "4.3.1",
+  "version": "4.4.0",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 5d9e993264a785f72b44091c5627278c10076187..9bf7ef41b11ab1d3c39681e2d2e660cf53514502 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=4.3.1
+sonar.projectVersion=4.4.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.