]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1748) ocpp-server@v3.3.0 simulator@v3.3.0 v3.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 24 Mar 2026 01:09:52 +0000 (02:09 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 01:09:52 +0000 (02:09 +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 c3fde7dfa95362c2d3f6eba0dc2a06bba92c8a1d..0d286b500a82c840c93401453ff1a5a851d877d9 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "3.2.1",
-  "ui/web": "3.2.1",
-  "tests/ocpp-server": "3.2.1"
+  ".": "3.3.0",
+  "ui/web": "3.3.0",
+  "tests/ocpp-server": "3.3.0"
 }
index 48d3227ffdff3d9b68d2174b8fdae09da20a741d..3a09ca2538b1a8841c825f1948f3860a4659d6d8 100644 (file)
@@ -1,5 +1,22 @@
 # Changelog
 
+## [3.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.2.1...simulator@v3.3.0) (2026-03-24)
+
+### 🚀 Features
+
+- **ui-server:** add MCP transport and deprecate HTTP ([#1746](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1746)) ([8fd32d2](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8fd32d22c9e6f4fe3c63878b488f1eef67aab19d))
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1749](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1749)) ([9d005b5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9d005b59e45788c7285f7654426fbab0386c0b1e))
+
+### ✨ Polish
+
+- **broadcast-channel:** extract passthrough() factory, remove 20 identical handlers ([accb056](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/accb056172b75c281dc5bc6376f9e29762e98c50))
+- **broadcast-channel:** extract response status registries from switch/case ([6eb69c8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6eb69c8939189af3f6d8df55eb9935afc514262f))
+- **mcp:** split MCP definitions by spec concern — Resources, Tools, ToolSchemas ([9d738e3](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9d738e3408daddd27d2182d7416dd22eb38c0cea))
+- **ocpp:** extract buildEmptyMeterValue helper for empty MeterValue construction ([e19ff6c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e19ff6c4e109105f061f70525771015dc48fed5c))
+
 ## [3.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v3.2.0...simulator@v3.2.1) (2026-03-22)
 
 ### 🐞 Bug Fixes
index db1218d35e71a357e050fcd12603d7a814717293..3a0a28255f8f5d9000220e129e9f61d180b64f5d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "3.2.1",
+  "version": "3.3.0",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 2aec58ebd0594410c108e5a076363b2d46936d10..528a545cdd73f71586341cff3ef522a8ac6871a0 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=3.2.1
+sonar.projectVersion=3.3.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 99e2dcdcfdd56d0d74ddbe29cb9d9619d942ca24..51a1fb156821b48f2380df1e8e27f5143446a95b 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.2.1...ocpp-server@v3.3.0) (2026-03-24)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [3.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v3.2.0...ocpp-server@v3.2.1) (2026-03-22)
 
 ### 🐞 Bug Fixes
index 57b67537ec461443a1a2200e08d573c2cb815523..10cbd04234bc3bd26bb1c29aaea78a7d6c2916e8 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "3.2.1"
+version = "3.3.0"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index 1e44dde975ee3c82d753d234c025913c0b15914d..fba3e058bf43567483ee00e2e042e10db777fde0 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.2.1...webui@v3.3.0) (2026-03-24)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1749](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1749)) ([9d005b5](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9d005b59e45788c7285f7654426fbab0386c0b1e))
+
 ## [3.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v3.2.0...webui@v3.2.1) (2026-03-22)
 
 ### 🐞 Bug Fixes
index a065f2ea2e997b2020490f504ed0eda60531cb67..f86487eb3e0c1b241622a61c79e11077e6923145 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "3.2.1",
+  "version": "3.3.0",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 519f77bd0abb738b6831c1f154c38509425af565..415b2ed47f1cae7b5e59c660dd783c2fb20f1b93 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=3.2.1
+sonar.projectVersion=3.3.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.