From: Jérôme Benoit Date: Thu, 12 Feb 2026 19:44:44 +0000 (+0100) Subject: chore: release main (#1651) X-Git-Tag: ocpp-server@v2.3.0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=50e7c1273f671fdbced235bbc66acf12854b3a46;p=e-mobility-charging-stations-simulator.git chore: release main (#1651) * 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 b95ca007..d3fc4a6e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a5b41c..62587cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index be581489..74fa97dc 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.2.1", + "version": "2.3.0", "engines": { "node": ">=22.0.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index d48cace9..a565b267 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.2.1 +sonar.projectVersion=2.3.0 # 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 6198651b..9eda7898 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -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 diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 4d5eb421..32841864 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index d938965b..fb7c680b 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -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 diff --git a/ui/web/package.json b/ui/web/package.json index 560e1413..874e1bb5 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.2.1", + "version": "2.3.0", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 13d152ae..b9664eb6 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.2.1 +sonar.projectVersion=2.3.0 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.