]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1384) ocpp-server@v2.0.7 simulator@v2.0.7 webui@v2.0.7
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Apr 2025 18:12:58 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Apr 2025 18:12:58 +0000 (20:12 +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 e5f8098868516be550d7baa93165fe4d9f24add7..8683fd0b08f11a6ccd7c2d8e6500ee3447415c96 100644 (file)
@@ -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"
 }
index 818b41018d147cdead1eb42986902bced7d22c3b..3699166c6f9b82c86f611f317f50469cdf88bf0e 100644 (file)
@@ -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
index dc75f0f20e170e99a641e7b2efdb28995a164035..2a42fcd3ae049a1a9c0d6df84c8c5a0ff0260454 100644 (file)
@@ -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"
index 59538703498596936ed81cca1abd6dcd710094c2..13b85d8d883f6879c94575fc0a09977351d18524 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=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.
index c850020890a50d0aaba94ad5ff400628b48abb4c..af5b99e22338ce9eb9f3df4b31b0e0c4be9a6b1c 100644 (file)
@@ -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
index 7b91d5a9989ab5f1af496448226bb8f15689b0d4..cb2c39e849a993c07f8b007c6646f01b5423b316 100644 (file)
@@ -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 <jerome.benoit@sap.com>"]
 readme = "README.md"
index 2b025dc72407382e076dbcd4eaa10fd09a14569f..376586d9b79fec7c28846a904da94f5506bbf00b 100644 (file)
@@ -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
index d41954666912f7ffcde53ea70f05c1294dd7ccd0..b8d3a5d64707c33fa55046e7415d2d62970d1b8b 100644 (file)
@@ -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",
index e5e4fba8860229f6456b2186e8953c30eeed01ab..45c4631c4838bad9f3cd53602e3294f140c26164 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=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.