From 367f395068fb3d8ec7ecef0d3233b27844475a2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 7 Jun 2023 23:23:08 +0200 Subject: [PATCH] chore: version 1.2.16 --- CHANGELOG.md | 48 +++++++++++++++++++++++++++++++++++++++- package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11675ad1..f8edf130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,51 @@ # Changelog -## [v1.2.15](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.14...v1.2.15) +## [v1.2.16](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.15...v1.2.16) + +- Merge as is with trivial errors to be fixed in a subsequent commit. [`#574`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/574) +- build(deps): apply updates [`bf10ea9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bf10ea967a8f5d2cfc119d0fca405b6224b83b28) +- Merge pull request #596 from JulianHBuecher/reservation-process-bug-fix [`9c6983d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9c6983d1f7acf05a0a4b69ddb233c8331063a79c) +- refactor: applied changes for pull request [`66dd344`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/66dd344779f5258bbf4c76b386d005c0c2160b11) +- refactor: rewriting functionalities and added additional helper functions [`d193a94`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d193a94981cfed2c3d502eeca581ce4e9f0eebe5) +- build(simulator): features for reserve-now and cancel-reservation support added [`24578c3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/24578c318295d517762fa075959846f230affbe0) +- feat: restart worker on uncaught exception [`8baf3f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8baf3f8f3e3330c90cbd3474b6f5c7d589be17ff) +- build(deps-dev): apply updates [`d7dd512`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d7dd51247ad8860ab4b4eb7b730b7eee4bbb0fca) +- build(deps-dev): apply updates [`e1140db`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1140db1186f026dfc1756900317542259b67ff8) +- build(deps-dev): apply updates [`c2a5b46`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c2a5b469f4015f72f2b99de1c0140e712b609ecc) +- fix: guard against concurrent simulator start/stop [`82e9c15`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/82e9c15a91568d8a391677f11c315f4b253336ce) +- feat: add event emitter to worker pool/set code [`962a815`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/962a8159b104d06b945fc28143c4468ff1c913d9) +- refactor: cleanup reservation handling code [`178956d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/178956d8c51c6a2b4ecc55b592dfb9ee339b8105) +- refactor: use helper to set and send connector status in reservation [`ec94a3c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec94a3cf52930554aa2ffbdf67c06f23095cabb6) +- refactor: factor out charging station events waiter [`b1f1b0f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b1f1b0f6ea0a9a5da396e20083071857e40c538c) +- fix: validate response payload related to reservation OCPP commands [`28fe900`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/28fe900f67212a25ae58ff48afb46f92bf7a101c) +- build(simulator): constants, requests and responses for reservation scenario added [`db652e1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/db652e1ea3fbb7ae3902c4b91b857bca44c87ac1) +- refactor: encapsulate worker in an object [`6b57eb9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b57eb9a3fccc8e29028b00a3a1f33544852760f) +- feat: expose pool/set information [`b779c0f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b779c0f8db458a7d53e702fbb50ce23a2fe01d39) +- perf: run charging station as async resource in the worker set mode [`a679a16`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a679a1625e2f153a4c882bc8ff7befce50d4119a) +- build(deps): apply updates [`2ddfa7a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2ddfa7a4f97b2b5891ffc5d4a71e9182955f362e) +- refactor: cleanup worker set code [`b0dee77`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b0dee77873629ef36e472deb978a0a0ead3fabca) +- fix: missing status updates regarding reservation cancellation and replacement [`ec9f36c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec9f36cc584e72b454151d8c871d8bf0faa7b7d7) +- fix: avoid concurrent ATG startup [`1135386`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1135386576395b90768d5e03a16fb44d340361e0) +- feat: add configuration tunable for logging enablement [`ae38904`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ae389044af7cfc9661bc53658ea405f4f1ae84ae) +- fix: Handling of remote start transactions in reserved state [`899cb10`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/899cb106c44c0b7a56266b5470a22c0cc773cc44) +- build(deps): apply updates [`15ad763`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/15ad763ee257fb7d6b767a6014c273f757641b02) +- refactor: throw error at simalator start/stop outside the main thread [`ee60150`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ee60150ff976ab3689fbef317ca0574459a0a819) +- fix: ensure firmware update simulation always run as async resource [`507a34c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/507a34c154d4877cc261df07b942bcef01b87b4b) +- refactor: cleanup reservation code [`b029e74`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b029e74e2da1c9181d29ec10e6e2f4c2375b8da9) +- refactor: trivial cleanups [`022a231`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/022a231c76e227205b0124a7aef8e16ceb86a1d9) +- fix: ensure all charging stations are started as an async resource [`ca47912`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ca47912d4ef0ca7608be49e62aadb6a931d74359) +- refactor: cleanup reservation code [`96d96b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/96d96b12d0fd34e04b09e6262bb2d385a15b220f) +- refactor: revert overzealous cleanup [`eb79c52`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eb79c5258581a9fe082bd8be1b534fef93f8ff6a) +- Update src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts [`090ef12`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/090ef127fcc1199642b7a25e28b479f8d94afbbc) +- Update src/charging-station/ChargingStation.ts [`ea5d5ee`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ea5d5eef0981ce1a29c2cb6ce5ee0e8408250952) +- Update src/assets/station-templates/evlink.station-template.json [`433ee2b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/433ee2bb3952ed19dd3dbf336c03f3eaa30370b7) +- Update src/types/ocpp/Responses.ts [`bc45a60`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bc45a604f3a01b1601a85d76046c42961fc2ec9e) +- Update src/types/ocpp/Responses.ts [`9cfa0fc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9cfa0fcf76afc3d5d2bb552cd2d7764f6635f670) +- Update src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts [`0ed4ca0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0ed4ca0a1bd55fddf3c219e8cca11ca6d7f33b54) +- Update src/charging-station/ChargingStation.ts [`103a72a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/103a72af06695a79b009fce5d66e297aeed85f4f) +- Update src/charging-station/ChargingStation.ts [`baa539e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/baa539e6b66a5c479327f48195df5a4133b8c0e7) + +## [v1.2.15](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.14...v1.2.15) (2023-05-31) - fix: fix commonjs import issue with node.js 16.x.x [`#582`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/582) - build(deps): apply updates [`13aa228`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/13aa228baf773556a558eae4b6aa6170d57941b7) @@ -17,6 +62,7 @@ - build(deps-dev): apply updates [`eee4fe2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eee4fe24584ffacde1d5d905f4ab77cd9cff926e) - refactor: only copy assets used at runtime in the bundle [`672551e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/672551edc7fdd48814717269e2f814bd54fa387b) - refactor: convert WorkerUtils class static methods to constified arrow [`789871d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/789871d6585093e2ab0444bd7ca063ca86c344f8) +- chore: version 1.2.15 [`64a32e9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/64a32e9aab21b14c07bacda8766056a676f17f9c) - fix: allow to set some x509 certificates in templates [`d4d6573`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4d65733e925dcc1b152eef88f3f03e6f25037c3) - refactor: factor out default OCPP request params value [`b9da1bc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b9da1bc288a2a6ffccfbca6cd19aa195bc6ccfbf) - build: update pnpm lockfile version [`5f0a7b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5f0a7b0d1d6ccfa750f6f867e7ddfea412f43f9a) diff --git a/package.json b/package.json index 9339bfc7..27cc17b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.15", + "version": "1.2.16", "engines": { "node": ">=16.14.0", "pnpm": ">=8.6.0" diff --git a/sonar-project.properties b/sonar-project.properties index e511bf94..82753f9c 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.15 +sonar.projectVersion=1.2.16 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1