]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1651) ocpp-server@v2.3.0 simulator@v2.3.0 webui@v2.3.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 12 Feb 2026 19:44:44 +0000 (20:44 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 19:44:44 +0000 (20:44 +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 b95ca0077c5e037a9eef4ee1ccb632ab34cf75fc..d3fc4a6e116b60ab2f372c405a1ed07f6bc54da3 100644 (file)
@@ -1,5 +1,5 @@
 {
-  ".": "2.2.1",
-  "ui/web": "2.2.1",
-  "tests/ocpp-server": "2.2.1"
+  ".": "2.3.0",
+  "ui/web": "2.3.0",
+  "tests/ocpp-server": "2.3.0"
 }
index 43a5b41c1dc7da5b2418034f98a29aa8b36cc239..62587cd5bc4d186eebed71596996fcd2f711c1d4 100644 (file)
@@ -1,5 +1,41 @@
 # Changelog
 
+## [2.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.2.1...simulator@v2.3.0) (2026-02-12)
+
+### 🚀 Features
+
+- **ui-server:** add HTTP body size and rate limiting ([790a5d0](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/790a5d086f1bca4296cddcc0d79e9cd7f4cf37a1))
+- **ui-server:** add numberOfStations upper bound validation ([836c8bc](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/836c8bc6c0510f709aa5a4525e4c1a1daecc5cd8))
+- **ui-server:** add transparent response compression ([2daee29](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2daee295477607f5a727043f5d37348101be851e))
+- **ui-server:** add UIServerSecurity utility module ([3c8e242](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3c8e2428fd998e1d8c20ef9e72fa91aba09eb23a))
+- **ui-server:** configure WebSocket max payload limit ([8734440](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/873444005d366d86bead5ea5969359eaacb04ae2))
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1650](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1650)) ([067346d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/067346d6140374fdb8e4322d9a8dee523da6732b))
+- **deps:** update all non-major dependencies ([#1657](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1657)) ([36082b8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/36082b8aba6c8d38511ca6357fb644ad1b7ca49d))
+- **deps:** update all non-major dependencies ([#1662](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1662)) ([99a9634](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/99a9634a7133ba208d47e86aec5b04c2e4fabf85))
+- **deps:** update all non-major dependencies ([#1666](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1666)) ([6b0693f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6b0693f6f69edca2da61fa6cf73e78e520fa25fb))
+- **deps:** update all non-major dependencies ([#1673](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1673)) ([6edc495](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6edc495db6ab7f7e95d5af41a6b991e563231f46))
+- **deps:** update dependency vue-router to v5 ([#1663](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1663)) ([f4a083f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f4a083ffdab4c07ed475cdd906a61c75ca2c9db9))
+- **tests:** use bodyBuffer for binary gzip data in MockServerResponse ([6abbf54](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6abbf542c66ffe2f9461e5a66c18476d8b2b8389))
+- **tests:** use robust threshold test instead of exact boundary ([1ea2b77](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/1ea2b774baf108860b389759e12122fb3434528e))
+- **ui-server:** prevent rate limiter memory leak ([c24b8bd](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c24b8bda34512e4a2375644080e8061cfb71a2d1))
+- **ui-server:** use timing-safe credential comparison ([f436149](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f4361496a99566ab76b7e6ff9a37fa4060a84ae3))
+
+### ✨ Polish
+
+- **tests:** harmonize UI server tests with codebase style ([9cc9864](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/9cc9864ed9e6014a6cc678f1c5b55fa1012c79eb))
+- **ui-server:** unify HTTP and WebSocket payload size limits ([215f979](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/215f979f2745bd8e1f8b08c211def03d4a721206))
+
+### 🧪 Tests
+
+- **ui-server:** add UIServerSecurity unit tests ([3a4dfdf](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3a4dfdf971056ca6e4d93df485d26e8018a2f26e))
+
+### 🤖 Automation
+
+- **deps:** bump tar from 7.5.3 to 7.5.4 ([#1658](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1658)) ([494b64c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/494b64c20716b633d427c6a2961d5e19b48d6f92))
+
 ## [2.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.2.0...simulator@v2.2.1) (2026-01-13)
 
 ### 🐞 Bug Fixes
index be581489ccbda35820191248e99bee8ac5fdf1b4..74fa97dcaf853b445e13130e6b83778e52eb7cb8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "2.2.1",
+  "version": "2.3.0",
   "engines": {
     "node": ">=22.0.0",
     "pnpm": ">=9.0.0"
index d48cace9d19443fac8f3eadb23886a952cb00697..a565b267119d7bd554e4fee05241f2228543ebae 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.2.1
+sonar.projectVersion=2.3.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 6198651b1ec788e4b2c2fa3474c7fa529a3e7525..9eda78985a154cef7aa5f23f8d8938db23c8fca3 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## [2.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.2.1...ocpp-server@v2.3.0) (2026-02-12)
+
+### 🧹 Chores
+
+- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions
+
 ## [2.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.2.0...ocpp-server@v2.2.1) (2026-01-13)
 
 ### 🧹 Chores
index 4d5eb4219b7f2fe442fa694db320ac415cb0ff26..328418641f6656348e13878fadb9388cabba0e5b 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocpp-server"
-version = "2.2.1"
+version = "2.3.0"
 description = "OCPP2 mock server"
 authors = ["Jérôme Benoit <jerome.benoit@sap.com>"]
 readme = "README.md"
index d938965ba1dd7527d08011418d821882133998b4..fb7c680b26f0ccd941ab335309889cf82a1a8ab7 100644 (file)
@@ -1,5 +1,16 @@
 # Changelog
 
+## [2.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.2.1...webui@v2.3.0) (2026-02-12)
+
+### 🐞 Bug Fixes
+
+- **deps:** update all non-major dependencies ([#1650](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1650)) ([067346d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/067346d6140374fdb8e4322d9a8dee523da6732b))
+- **deps:** update all non-major dependencies ([#1657](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1657)) ([36082b8](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/36082b8aba6c8d38511ca6357fb644ad1b7ca49d))
+- **deps:** update all non-major dependencies ([#1662](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1662)) ([99a9634](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/99a9634a7133ba208d47e86aec5b04c2e4fabf85))
+- **deps:** update all non-major dependencies ([#1666](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1666)) ([6b0693f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6b0693f6f69edca2da61fa6cf73e78e520fa25fb))
+- **deps:** update all non-major dependencies ([#1673](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1673)) ([6edc495](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/6edc495db6ab7f7e95d5af41a6b991e563231f46))
+- **deps:** update dependency vue-router to v5 ([#1663](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1663)) ([f4a083f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/f4a083ffdab4c07ed475cdd906a61c75ca2c9db9))
+
 ## [2.2.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.2.0...webui@v2.2.1) (2026-01-13)
 
 ### 🧹 Chores
index 560e141331d24d7404a7fd8cb8dada5b03a80387..874e1bb543100c8866fd4d4546c669ee548f3e65 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "webui",
-  "version": "2.2.1",
+  "version": "2.3.0",
   "readme": "README.md",
   "engines": {
     "node": ">=22.0.0",
index 13d152ae15329b74cff0a9481bd6f7e5e790d9da..b9664eb67bd2e6057cc50d87a300cb3c454d0397 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.2.1
+sonar.projectVersion=2.3.0
 # x-release-please-end
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.