From 5f83ff87e120fdf6d111dcf935656a96138554ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 5 Feb 2024 16:59:25 +0100 Subject: [PATCH] chore: version 1.2.35 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c990130..1b2aab9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ # Changelog -## [v1.2.34](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.33...v1.2.34) +## [v1.2.35](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.34...v1.2.35) + +- feat: add performance statistics to UI protocol [`#970`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/970) +- feat: untangle add charging station op from start charging station op [`#969`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/969) +- feat: untangle add charging station op from start charging station op [`#966`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/966) +- fix: ensure worket set stop event is emitted once [`4f02e9b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4f02e9b46125abbf1decd1c9762c80d568a633f7) +- docs: refine UI protocol section in README.md [`6ca7a41`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6ca7a41d2c840661015f2006d395c3ab91a54c60) +- docs: refine configuration sections type definition in README.md [`dda3305`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dda3305e19f76690feaacc3298ce3996f0ba2c5b) +- build(deps-dev): apply updates [`2a4110a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2a4110a24a373436c7043617c7ab71614546dfde) +- build(deps-dev): apply updates [`2bd2008`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2bd20089f4c6d3345bbc1604d54d00a2ff77ef96) +- build(deps-dev): apply updates [`c383fc3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c383fc3afc853b526276fecf42aefe5c052f29cb) +- build(deps-dev): apply updates [`d0c0ae9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d0c0ae942040ac2ffe758ef2218cb0961e378527) +- fix: make the ATG wait for running transactions to be stopped [`7e3bde4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7e3bde4fa97ee4937b806bb4dfeb16ef0f99d1a4) +- build(deps-dev): apply updates [`9ce7f29`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9ce7f2947a3789218b3ef99ce4e54444570beb5d) +- docs: add setSupervisionUrl to UI protocol section [`1e534da`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1e534dab599a1e3a4d965f6d93761bb4400b16c1) +- refactor: cleanup log messages [`412cece`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/412cece829a669e4e41d9e824fb71cab4df20312) +- refactor: silencer linter warnings [`1d6f2eb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1d6f2eb4f4c766283604e417bd34e16f18c8e997) +- build(deps-dev): apply updates [`e80de0d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e80de0da26b1f21f33b584605d32ae6d972cc541) +- refactor: ensure ATG will not start a transaction if one is already [`9022112`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9022112bdd8f1da4c4e6812d0b036e3830b32b65) +- refactor: improve error OCPP error message [`c510c98`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c510c98944b2a1f0d2c6e82f7db2eea9f8baf9a5) +- docs: refine README.md [`0981063`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/098106399394be96ae576b9827385a4cc1b1e380) +- fix: add charging station at instantiation [`e9e43cf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e9e43cff1ad9ba7f75e3ae64a53fceb596454a59) +- refactor: cleanup charging station worker namespace [`bb8dc72`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bb8dc7253e50b925250889c90d931a4dc83c0cd3) +- fix: fix UI protocol setSupervisionUrl insomnia payload [`2b99949`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2b99949d7263c5fffa16b8930e927d542f2a6102) +- docs: add sequence diagram for UI protocol [`5d8bbc6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5d8bbc632c6247d437b62a4127422d54274d0940) +- refactor: cleanup cached request helpers namespace [`f10f20c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f10f20c9883e91479090763312db0d816c490cca) +- build: silence spelling warnings [`d6fe841`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d6fe8418d72fdb5f89fa4a23848de3ad900c44b3) +- refactor: cleanup charging station events handling code [`e1a3f3c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1a3f3c1528a82673d616a96b7b14ba96a664dab) +- docs: fix formatting in README.md [`7f9d529`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7f9d5299ccf1606025aed13d1bb4fabe7a1a1771) +- docs: refine UI Protocol section in README.md [`c03dea8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c03dea88e5919d942a03b7530eeb8fa9f40bd4bb) +- docs: fix typo in README.md [`4c4f320`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4c4f320e7a9ccc1f8bf02e3468872ead47f2c75a) +- docs: fix typo in README.md [`f2816b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f2816b1d6e9c000e570a9412d871843ed9ca7e7a) +- docs: fix README.md formatting [`55ae7b7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/55ae7b758f478a2beb4557bbc96363fb913dcc73) +- docs: refine UI protocol sequence diagram in README.md [`aa9f3b5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa9f3b5f156b460bca8609e65cb4534d9df8638c) + +## [v1.2.34](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.33...v1.2.34) (2024-02-01) - feat: add addChargingStations command to UI API [`#964`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/964) - feat: add command to list templates on UI services [`42e341c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/42e341c40076aa8c5fc37e10512ec41c9ab60825) @@ -13,6 +48,7 @@ - build(deps-dev): apply updates [`e29f8d4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e29f8d4e1a7f6d9baafe0d9923035e0ef1fd3636) - refactor: convert remote stop transaction to two stages request [`2665ed1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2665ed1ef62a9fc9b6eec417f3ec7c33305789cf) - perf: 'await' on UI request handlers only when necessary [`4b9332a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4b9332afad3ebdd1c7b7e3e98dc1a9fcefebc04f) +- chore: version 1.2.34 [`e2e70e6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e2e70e66f1a880f9a39a7d6da31172d2f397b8fe) - refactor: add type for template charging stations tracking [`efc411f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/efc411f77a552bf66e118c46c25dcf6ef8d07a16) - build(deps-dev): apply updates [`961231b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/961231bfc5ae5bcdc87fe86ba9c341eab2bd9241) - feat: expose template name used in stationInfo [`1fdb60b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1fdb60b661afed4d26796cb0a2ed15e78f3b40a7) diff --git a/package.json b/package.json index c89e7325..a8ae6a8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.34", + "version": "1.2.35", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" diff --git a/sonar-project.properties b/sonar-project.properties index ad0842b8..97e555c2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.2.34 +sonar.projectVersion=1.2.35 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1