From bacb519658eda17e7d5f5d5428fe2e6781c934d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 12 Feb 2024 17:03:14 +0100 Subject: [PATCH] chore: version 1.2.36 --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++- package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 50 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2aab9d..01e6973f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,52 @@ # Changelog -## [v1.2.35](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.34...v1.2.35) +## [v1.2.36](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.35...v1.2.36) + +- build(deps): bump pnpm/action-setup from 2 to 3 [`#972`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/972) +- feat(ui): display supervision url in charging stations list [`#967`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/967) +- build(deps-dev): apply updates [`d089eaa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d089eaad268e6bfb98ecbb079016019c77b2cf6a) +- build(deps-dev): apply updates [`73874c0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/73874c0240f39127a13890d338074a99e6355dca) +- refactor: consolidate default values handling [`1feac59`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1feac591544c625c56086abe1f14dbdc706280fb) +- feat: add `deleteChargingStations` SRPC command to UI Services [`09e5a7a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/09e5a7a8ed45886b6bf1434c4e49c945ded4c7d8) +- build(deps): apply updates [`b021149`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b02114986043892eb5a86b68e042b0f58e7508b5) +- build(deps-dev): apply updates [`fe3e414`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fe3e4141ac185553947c4c41769ef511ee6e2785) +- docs: add missing setSupervisionUrl request to insomnia requests [`6f9dcff`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6f9dcffec34bf5445ac22e7b66796d9596b453fe) +- build(deps): apply updates [`1c5f527`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1c5f52743d6aa5a371590a4eb1b79e382f33bee7) +- feat: add options to `addChargingStations` UI protocol command [`71ac2bd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/71ac2bd72c0bd0f742e10dc135a619a5717e6a47) +- build(deps-dev): apply updates [`695d17c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/695d17cd6b8d9943b1baf04d50e52b25436386b2) +- refactor: convert to nullish condition check where appropriate [`d760a0a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d760a0a625ddec9919e7ad691ddcd60ded1452b0) +- feat: allow to override supervisionUrls at adding charging stations [`afbb820`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/afbb820255fb5afe908c743ae53ae5a5f990c700) +- refactor: cleanup charging station options handling [`36b73d9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/36b73d95deccfb6538929c48e0f989fb1c696e8a) +- feat: allow to override more template tunables at addChargingStations UI [`52c5894`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/52c58949d4e4ba9d0346de01f129d86e0a446bdd) +- refactor(ui): remove uneeded helpers [`8d6f479`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8d6f479075c85b8731a6530431b1ab75efc34719) +- fix: find the first free indexes at adding charging stations [`e375708`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e375708d902de515fb56e00c0fefd377cbd0469c) +- build(deps-dev): apply updates [`d5d8f1e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d5d8f1ec9c17a6e323106f31fbca38f807a5f331) +- build(deps-dev): apply udpates [`d8dcdbf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d8dcdbf242a0f6c1704290aa612ece516d5d76d9) +- build(deps-dev): apply updates [`85b79dd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/85b79dd4ca51b53a5060ca3b0d74c0e02b1a17d3) +- feat(ui): add template name to charging stations list [`ba70f0e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ba70f0e66aa07b8ca037dd0535dbf1f168477105) +- refactor: cleanup worker events handling in main thread [`44fccdf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/44fccdf0fe511a528780feb1213bb1049d76be05) +- fix: ensure workers are unreferenced at termination [`8ba9c85`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8ba9c85438f7a9a8a5f3b61dfad6d2a4e7215b50) +- feat: allow to override event more template tunables at addChargingStations UI [`43e04bb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/43e04bb7f074bf293ea06b4b7b0b842a826fe211) +- docs: update UI protocol requests collections [`17ba3be`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/17ba3be0bb5c0bcb7fff2cefa877af975c0d043a) +- refactor: use syntax shortcuts [`b1396a2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b1396a2e5ab5f52238df71daeb9da0ef6b12807a) +- refactor: factor out more charging station options handling code [`1253d60`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1253d60cd246f968e985f6f067204a130b384b72) +- refactor: cleanup default stationInfo handling [`2969a5d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2969a5d77e88ced7179a275c2deca9e7a36bee4a) +- refactor(ui): refine charging stations table caption style [`7e649b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7e649b037d3a7dee1f84eda8d59fa32e34760c67) +- docs: fix README.md formatting [`95c7658`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/95c7658e8abe58395d1cd80be8e36c8cfa9aaec0) +- fix: fix stationInfo persistent configuration default [`a97d2d6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a97d2d6ca3b18ee7e1f2c254eb8352d97507e8a7) +- fix: fix performance statistics formatting in log messages [`94032f3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/94032f3e2e158defa0b264390c1155eb90c29c6a) +- refactor: code formatting fixlets [`9a08f38`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9a08f38e319292816bdfb5c6d14bbfebcbfa5618) +- refactor: cleanup variables namespace [`3000c12`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3000c1258ccda0c8828f4e4fffb988e5ffaa84da) +- fix: fix worker event error handling [`887a125`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/887a125e6db5e0457e653b3c6848d18214558813) +- fix: flag worker set as stopped as soon the stopped event is emitted [`36c1166`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/36c1166db79b6b2631b1419a6ec47415c413ac06) +- refactor(ui): align text casing [`d61c719`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d61c71931ec8c16df695b1f2db2ae85540de0745) +- docs: refine README.md [`fff786f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fff786f9942cbcc798cedbd385c4fec995e8ebfa) +- refactor: refine worker event error log message [`3ab3275`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3ab327597187f09b9005784a615c378c491a41ae) +- fix: ensure persistence configuration override is taken in all case [`c2be11f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c2be11fddae3fd9c84ab92719e3d479301eb0257) +- fix: do not leak event listeners at charging station deletion [`6767e9f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6767e9f1c0c3f54684eec2f01ae958272c786ca5) +- refactor: ensure all worker events are remitted in main thread [`a492245`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a492245cc3b2cfb39f4c527988a026c396682ad2) + +## [v1.2.35](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.34...v1.2.35) (2024-02-05) - 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) @@ -12,6 +58,7 @@ - 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) +- chore: version 1.2.35 [`5f83ff8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5f83ff87e120fdf6d111dcf935656a96138554ec) - 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) diff --git a/package.json b/package.json index 2df444a2..460980c5 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.35", + "version": "1.2.36", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" diff --git a/sonar-project.properties b/sonar-project.properties index 97e555c2..55dfb897 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.35 +sonar.projectVersion=1.2.36 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1