]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1773) ocpp-server@v4.3.1 simulator@v4.3.1 v4.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 5 Apr 2026 15:57:05 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2026 15:57:05 +0000 (17:57 +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 e7073a86de2e60df839b6957b7ef245241a58dde..60c856da400952978c6eef06c39066d260f2c737 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "4.3.0",
-  "ui/web": "4.3.0",
-  "tests/ocpp-server": "4.3.0"
+  ".": "4.3.1",
+  "ui/web": "4.3.1",
+  "tests/ocpp-server": "4.3.1"
 }
index d9bd41cb443c61627d33be337190e0d94283ce01..023f0902e14c03649f10e291286cf5e3d02f67e7 100644 (file)
@@ -1,5 +1,19 @@
 # Changelog
 
+## [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
+
+- **ocpp:** check connector availability in RemoteStartTransaction auto-selection ([#1774](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1774)) ([2249b13](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2249b13016a22022a2e0b0838d7ba01fa53ecf7c))
+
+### 🧪 Tests
+
+- harmonize RemoteStartTransaction tests across OCPP stacks ([eada3ac](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/eada3ac236a9df54ae6d62d67eafd74c61ea1756))
+
+### 📚 Documentation
+
+- restructure memories for logical coherence ([163e341](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/163e341a7fc456922032b6a6be16b34a2b28bf03))
+
 ## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.2.0...simulator@v4.3.0) (2026-04-04)
 
 ### 🚀 Features
index f704800777cc27c4fcc27a22bf71bdb974482512..e5cf50c4da46a87ffd998e89f01829f8c485570a 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "4.3.0",
+  "version": "4.3.1",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=10.9.0"
index 9a3ae79779e9a38eeefe95b50e0db110d1353d88..2bd63dbcdf4207bd7b55f93cb93c4073aedb2b81 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.0
+sonar.projectVersion=4.3.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 3517faaea284abb0ac8b8f835b9f2594724d9781..79519d91760cf2bd3324e474d6754c88dffa3130 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.2.0...ocpp-server@v4.3.0) (2026-04-04)
 
 ### 🐞 Bug Fixes
index f49da3d9ebf4a7e9f5244cc2a42a1ecc5eaae159..474c80548b407a190c28c10530b87a3a67a20d33 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "ocpp-server"
-version = "4.3.0"
+version = "4.3.1"
 description = "OCPP2 mock server"
 authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
 readme = "README.md"
index ffd3031bee959ede0eb299f00e8e0569b4c372bf..065cc20b7085a82b773c5812aa1b5ed035e5c344 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [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
+
+- **webui:** Synchronize simulator-ui-ocpp-server versions
+
 ## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.2.0...webui@v4.3.0) (2026-04-04)
 
 ### 🚀 Features
index ff9c558a39e63dc090c451e85c74d97da00caa26..766b0ee17816b98428cce997b4bcb0054915034b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "4.3.0",
+  "version": "4.3.1",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 8fa7ac19dea5152e0307e1767855f7cd042c178d..5d9e993264a785f72b44091c5627278c10076187 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.0
+sonar.projectVersion=4.3.1
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.