Skip to content

Commit 585591a

Browse files
committed
chore: release main
1 parent 419aa28 commit 585591a

9 files changed

Lines changed: 47 additions & 8 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "4.2.0",
3-
"ui/web": "4.2.0",
4-
"tests/ocpp-server": "4.2.0"
2+
".": "4.3.0",
3+
"ui/web": "4.3.0",
4+
"tests/ocpp-server": "4.3.0"
55
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.2.0...simulator@v4.3.0) (2026-04-03)
4+
5+
6+
### 🚀 Features
7+
8+
* **ocpp:** add spec-required DisplayMessageCtrlr variables ([37c3aa9](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/37c3aa9ef96f42c6c13b8abf167c4379f4568355))
9+
10+
11+
### 🐞 Bug Fixes
12+
13+
* restrict test coverage to src/ runtime code only ([081d850](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/081d8508fe23d09d6078dcc5a677be37fac7c2ce))
14+
15+
16+
### ✨ Polish
17+
18+
* **tests:** consolidate duplicate test helpers ([be2949e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/be2949ef748ec51c3837d5247fc53d769e9e5147))
19+
* **tests:** migrate hardcoded test tags to shared constants ([fd00f42](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/fd00f4215bbc360345f833eee8632627aad590dd))
20+
* **tests:** migrate inline mock stations to shared factory ([1584ca6](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1584ca620dadbb3ceff1bbad7a514bc7bb5970c3))
21+
* **tests:** use setupConnectorWithTransaction shared helper ([5690da4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5690da477c2d6c2bd17c3fd4e95598f2fd39fd77))
22+
23+
24+
### 📚 Documentation
25+
26+
* add missing ChargingStation.WebSocketPingInterval to README ([77fb0a1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/77fb0a15a521a8b9afb2ccee245a1d9222b1ca51))
27+
328
## [4.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.1.1...simulator@v4.2.0) (2026-04-02)
429

530
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "e-mobility-charging-stations-simulator",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"engines": {
66
"node": ">=22.0.0",
77
"pnpm": ">=10.9.0"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=sap-1
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=e-mobility-charging-stations-simulator
66
# x-release-please-start-version
7-
sonar.projectVersion=4.2.0
7+
sonar.projectVersion=4.3.0
88
# x-release-please-end
99

1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

tests/ocpp-server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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-03)
4+
5+
6+
### 🧹 Chores
7+
8+
* **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
9+
310
## [4.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.1.1...ocpp-server@v4.2.0) (2026-04-02)
411

512
### 🧹 Chores

tests/ocpp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ocpp-server"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
description = "OCPP2 mock server"
55
authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }]
66
readme = "README.md"

ui/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.2.0...webui@v4.3.0) (2026-04-03)
4+
5+
6+
### ✨ Polish
7+
8+
* **webui:** align $ prefix convention on composable locals ([419aa28](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/419aa281a14c852b5cb54f9381a4e6827a6b99a0))
9+
310
## [4.2.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.1.1...webui@v4.2.0) (2026-04-02)
411

512
### 🧹 Chores

ui/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "webui",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"readme": "README.md",
66
"engines": {
77
"node": ">=22.0.0",

ui/web/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=sap-1
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=e-mobility-charging-stations-simulator-webui
66
# x-release-please-start-version
7-
sonar.projectVersion=4.2.0
7+
sonar.projectVersion=4.3.0
88
# x-release-please-end
99

1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

0 commit comments

Comments
 (0)