From: Jérôme Benoit Date: Wed, 30 Apr 2025 18:12:58 +0000 (+0200) Subject: chore: release main (#1384) X-Git-Tag: ocpp-server@v2.0.7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=47e1e0bca79b7e446e4faf9cdce9842ae8f438de;p=e-mobility-charging-stations-simulator.git chore: release main (#1384) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e5f80988..8683fd0b 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.6", - "ui/web": "2.0.6", - "tests/ocpp-server": "2.0.6" + ".": "2.0.7", + "ui/web": "2.0.7", + "tests/ocpp-server": "2.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 818b4101..3699166c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.6...simulator@v2.0.7) (2025-04-30) + +### 🐞 Bug Fixes + +- ensure buffered messages flushing is stopped when WS is closed ([4e0e653](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4e0e6536ce7de6a83e9343e6873d3054b58f2532)) +- throttle failed buffered messages sending with exponential backoff ([#1399](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1399)) ([f43dbe1](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f43dbe14bc4075c3fa6ec7611d8cab7885db69d6)) + +### ✨ Polish + +- refine log level in buffered OCPP messages handling ([84fa762](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/84fa762257648a5d6f2095251b722563d201193d)) + +### 📚 Documentation + +- recommend container tools vscode extension ([7282b15](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/7282b156ff929492e067eebe326b748e3bcc80a3)) + +### 🤖 Automation + +- **deps-dev:** bump the regular group across 1 directory with 5 updates ([#1396](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1396)) ([637b90c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/637b90ccf2a4c187e5681ab37d394e4cf57dd5bf)) +- **deps-dev:** bump vite from 6.2.5 to 6.2.6 in the regular group ([#1382](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1382)) ([c369454](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c369454c86a86543f38ce9549d16ac57a7b4e360)) +- **deps-dev:** bump vite from 6.3.3 to 6.3.4 in the regular group ([#1400](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1400)) ([3ea8331](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3ea83318991587b84a8d7df00655f437ef170752)) +- **deps:** bump the regular group across 1 directory with 7 updates ([#1393](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1393)) ([e55d6c4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e55d6c40ca642e2dfb9f764a2b824a4eaba38494)) + ## [2.0.6](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.5...simulator@v2.0.6) (2025-04-08) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index dc75f0f2..2a42fcd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "2.0.6", + "version": "2.0.7", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 59538703..13b85d8d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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.0.6 +sonar.projectVersion=2.0.7 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index c8500208..af5b99e2 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.6...ocpp-server@v2.0.7) (2025-04-30) + +### 🤖 Automation + +- **deps-dev:** bump ruff in /tests/ocpp-server in the regular group ([#1383](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1383)) ([4acd8d4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4acd8d4bf78b7a685421e1d8c1bf71fbd65c32ef)) + ## [2.0.6](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.5...ocpp-server@v2.0.6) (2025-04-08) ### 🧹 Chores diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 7b91d5a9..cb2c39e8 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp-server" -version = "2.0.6" +version = "2.0.7" description = "OCPP2 mock server" authors = ["Jérôme Benoit "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index 2b025dc7..376586d9 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.7](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.6...webui@v2.0.7) (2025-04-30) + +### 🤖 Automation + +- **deps-dev:** bump the regular group across 1 directory with 5 updates ([#1396](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1396)) ([637b90c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/637b90ccf2a4c187e5681ab37d394e4cf57dd5bf)) +- **deps-dev:** bump vite from 6.2.5 to 6.2.6 in the regular group ([#1382](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1382)) ([c369454](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c369454c86a86543f38ce9549d16ac57a7b4e360)) +- **deps-dev:** bump vite from 6.3.3 to 6.3.4 in the regular group ([#1400](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1400)) ([3ea8331](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3ea83318991587b84a8d7df00655f437ef170752)) +- **deps:** bump the regular group across 1 directory with 7 updates ([#1393](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1393)) ([e55d6c4](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/e55d6c40ca642e2dfb9f764a2b824a4eaba38494)) + ## [2.0.6](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.5...webui@v2.0.6) (2025-04-08) ### 🧹 Chores diff --git a/ui/web/package.json b/ui/web/package.json index d4195466..b8d3a5d6 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "2.0.6", + "version": "2.0.7", "readme": "README.md", "engines": { "node": ">=18.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index e5e4fba8..45c4631c 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -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.0.6 +sonar.projectVersion=2.0.7 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.