From f358bc148eba0e1774e19adfac1c5b079539e9c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 9 Jan 2023 17:34:12 +0100 Subject: [PATCH] Version 1.1.89 --- CHANGELOG.md | 94 ++++++++++++++++++++++++++++++++++++++-- package-lock.json | 4 +- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 94 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114245ae..d38f7ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,91 @@ # Changelog -## [v1.1.88](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.87...v1.1.88) +## [v1.1.89](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.88...v1.1.89) + +- Thanks. [`#341`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/341) +- Add BootNotification and ClearCache OCPP 2.0.1 commands support [`d270cc8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d270cc878c61c42098557a0e03cc1620f74112de) +- Fixes to OCA OCPP 2.0.1 JSON schemas [`98fc138`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/98fc1389a2464ce8738047f8990731ae31938ee5) +- Add OCA security whitepaper JSON schemas [`61f26ca`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/61f26ca68c0cadd13c224dd613f9acc501649775) +- Apply dependencies update [`a9385ae`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a9385ae551e71d4218c75b19a4f6ab3d8240867b) +- UI Server: add WS Insomnia requests collection [`97c1969`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/97c196968f3704d8bc9d4734ab980380a5492bd7) +- Apply dependencies update [`fa9ded3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fa9ded3548369a623819ed489c8365af4da558b1) +- Apply dependencies update [`1a54817`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1a54817652acb8680aad10bd5ecb0b7a0749c6e2) +- Add missing OCPP 1.6 command payload OCA JSON schemas [`bfbda73`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bfbda738d80c83b76e2d38f221bfe305a4a89c2b) +- WorkerSet: remove ugly hack to deal with async worker message handler [`1246bb5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1246bb5219abcba862da33dea264154a747d3814) +- Apply dependencies update [`74b322c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/74b322ce221e147148578ad0db07ca8fb6274abc) +- Add initial classes structure for the OCPP 2.0 stack [`953d6b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/953d6b028e82d6997897802afefbb4ce0d225dee) +- Apply dependencies update [`c954840`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c9548401740de6a0047033f28b7b651619ae6d33) +- Apply dependencies update [`902b952`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/902b952fcf1cfbb6cfe79678f4d8c19a6238626f) +- Move OCPP command payload constants into its own file [`bf53cad`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bf53cadfde620fe89e6438403658682feb5bd39e) +- Optimize worker handlers calls by binding them to the current instance [`0e4fa34`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0e4fa348298d36900560f7466f21f44090d2fe1b) +- Hook the OCPP 2.0 stack into the main code [`edd1343`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/edd134392e237a3242dc2093341df70244c51472) +- Apply depedencies update [`0112bfe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0112bfe05d14fa7d0e0a8e6b697d6997560c7a90) +- Add incoming request response sent payloads validatio [`0288789`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/028878919a937f9307634c0316e27c677a87d305) +- Add initial support for OCPP 1.6 firmware update simulation [`c9a4f9e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c9a4f9ea603df09541c6837fee50012256fb46ad) +- Migrate all JSON schemas to draft-06 or higher [`b034299`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b0342994636646699094b2d16a767d6d902d2bde) +- Apply dependencies update [`ee28062`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ee28062380e3dd0b0229a504c1c92af131da7b78) +- Apply dependencies update [`1cc4b9e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1cc4b9e0b92fd38761068134499f6cca051adfd3) +- Fixes to OCPP commands PDU validation code: [`b3fc3ff`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b3fc3ff5bc50c2dbe20eb3ac1e681c00a022b4ee) +- Use import type in more places [`27782db`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/27782dbc3512349e7ff5e9fab9180dd31bf68ffa) +- Apply dependencies update [`c3d5ce3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c3d5ce36bce4cd71288c6666a9c51f681b88b1d6) +- Fixes to OCPP command payload validation: [`4598878`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4598878063d62259a6046a870dfa455b9d0027ca) +- Apply dependencies update [`d439da5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d439da5cfbb01ef12fcf9a46150715d91bf06c81) +- README.md: fix configuration path links [`7b07103`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7b07103d64bd30b641529f523d26c94a1858337a) +- README.md: Refine list of OCPP versions [`262c47b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/262c47b2dbe7ad59fa523e77668dd0b994214cb2) +- Document template directive 'firmwareVersionPattern' [`33d7ecc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/33d7ecc767a24b26740d462c968a55bb9c01d12a) +- Apply dependencies update [`ce784b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ce784b19f3b0c9de3525613468772f8a125a2632) +- Apply dependencies update [`191a860`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/191a8608b6dcb1f6b8030733b9c85898a3ab6e2e) +- Add missing OCPP 1.6 command payload JSON schemas [`4b65fe7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4b65fe711865b86ae13b9217ddce2d92e3cb6254) +- Apply dependencies update [`0145fec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0145fecd7f57616a1066ac6330c10a575c9cb58b) +- Switch to more efficient object deep cloning and shallow merging [`088ee3c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/088ee3c1ea0466521948c3911da0db8517ea5b97) +- Apply dependencies update [`d4c8433`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4c84337227e85dfbf20ff23d153e6bd1f685b87) +- More import type usage [`e0b0ee2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e0b0ee2176a4dc5a8914a3fb094ec16b4966a740) +- Apply dependencies update [`5112106`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/51121060f9c2a1677fe87175ce64e2586908e7f1) +- UI Server: refine Insomnia WS requests collection [`821a7d2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/821a7d2cc4170b8296520f17bee016db8953663f) +- Buffer OCPP message when an error occur at sending it [`1b821a6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1b821a640d1f793e969eed6d76e9c20e7cebb626) +- Fix charging station started status detection [`cbf9b87`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cbf9b87853619abe4cd79659b3e56bb8b1d6871b) +- Document simulator configuration for Web UI usage. [`8228f97`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8228f972d374b250307c36b1e7c91f720f692195) +- Apply dependencies update [`b25b868`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b25b86842dc61b2a95f672dcf38992f7d63d6ec3) +- Apply dependencies update [`fa238ed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fa238ed422568fba50a6def9c8b62f060079158e) +- Bump patch level is firmware version at reboot at firmware update [`3637ca2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3637ca2c3a39b1185de71fae3577679a7e43891d) +- UI Server: fix connection upgrade error handling [`d1c6c83`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d1c6c833e3dcec4fbd2beacf221e87ad3b407634) +- Fix error propagation into the UI server [`8ec8e3d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8ec8e3d00ee6b2dca0760dd77973e338ea5a23a7) +- Apply dependencies update [`bbe10d5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bbe10d5ffe049f3e843105a5b9126f49fa9b9dcc) +- Add initial code structure for update firmware simulation [`b03df58`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b03df580733c540eafc26269ee267b675e6b4ae8) +- Apply dependencies update [`1a382d4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1a382d42525efb09a9248b9dd0d0920018296a35) +- Ensure number conversion helpers do not return NaN [`b1340ec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b1340ec1468911ac6d199013e4d382f2975f453c) +- Add configuration directive for the maximum log files size [`9988696`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9988696df26aba9c34733f9093ebf3d957ba9d02) +- Move date conversion to ISO string helper to utils class [`1799761`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1799761a204a0cafc55637e33434babb739865b2) +- Disable performance statistics by default [`ad774ce`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ad774cecafe0c4f31321ed6e7aff1b5c0c514097) +- Cleanups uneeded encapsulating methods [`91ecff2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/91ecff2da29c7d1930ab1e8d90d159ae7a8c722e) +- Apply dependencies update [`b78290e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b78290eabb767141f986f113f1695b025d07c5dd) +- Fixes to OCPP 1.6 payload type definitions [`c38f0ce`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c38f0ced134bb1e7daf750500788e9c194e7b74c) +- Fixes to performance: [`c60af6c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c60af6ca67ad2599e7e3e886f219da6323ead61b) +- Add instructions to try out Web UI [`d07e35d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d07e35d292f808ae593c4c67d95180f764b10299) +- Fix WebSocket types usage [`ef7d8c2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ef7d8c218d85b3c9b76af6c8fc1f066a9127c268) +- Comment out performance statistics debug code [`9d1dc4b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d1dc4b12e36ca8037e22b9690935861a2b0f5de) +- Cleanup rollup bundler externals [`65b0c15`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/65b0c151a66f8b6d99a30a2565cd9bb00576baeb) +- README.md: refine tunable values [`0205b29`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0205b2911c5337102d928564fcbba915c8ee19a4) +- Refine some templates handling log messages [`eaad6e5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eaad6e5cf27bf830e4c2ac3a68003a5c09979f23) +- Document log rotation directives [`d42ee3c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d42ee3c9721648623f231466c26a35be678fc25e) +- Rename the variable used to build CS hashId [`99e9223`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/99e922379e0a2b9f03401bba6551215035e6c5d1) +- Remove now useless Date conversions to string [`aef5c03`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aef5c03ddd1489b52df3801284d704342d60a41c) +- Whitespace cleanup in log messages [`439fc71`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/439fc71b2ebd8322233792b2f3c466e3ddd6e354) +- Simplify statistics map typing at init [`1e4b0e4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1e4b0e4b9a4d686b484163c7df83d7a09d194de7) +- Handle null or undefined meterStart and meterStop properly [`2040a61`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2040a613fd09c3476094e671a103131b99d08a8b) +- Remove unneeded connexion URLs shallow copy [`f70425a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f70425a594e1c30c01bbd818857922ece1f43969) +- README.md: add link to winston repo [`21899fc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/21899fc2c060ab59f3fd07c10bbdeff12020a77d) +- Small cleanups in Utils.ts [`69bafbe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/69bafbedae4dd101f6bf1a40091cecdb831a64b9) +- Import cleanups [`96a52d0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/96a52d088b4927e7bc51ea9282f502c2a6b67707) +- Silence one eslint warning [`1f7a034`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1f7a03460c25a4d696d23a1a4ff6fbe7384346e9) +- README.md: update to reflect enableStatistics default value change [`e628964`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e62896446a8a47139e527baa00391de06a617f1d) +- Add stop transaction reason at firmware update [`f335c1d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f335c1d582bab3b323e5de3e3a50889ab7871b8c) +- README.md: fixlet to units acronym [`aca2b18`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aca2b1822f1ffa6760049d3c33c9405f981e7af3) +- Fix link in ui/web/README.md [`15124b9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/15124b9a1fc61722af33085024d4f0c8d3c6d81c) +- UT: improve RNG tests [`7253a9b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7253a9bfc4bd9cff364b29b4b191a0e8b8f98d99) +- add screenshot [`87a5be8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/87a5be81baa4cd9e22b8acbc3d3aff78969c6809) + +## [v1.1.88](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.87...v1.1.88) (2022-12-04) - Bump decode-uri-component from 0.2.0 to 0.2.2 in /ui/web [`#295`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/295) - Bump vue from 3.2.43 to 3.2.45 in /ui/web [`#275`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/275) @@ -19,13 +104,14 @@ - Apply dependencies update [`c6be4dd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c6be4dd1d3d7836f2bbc3450e58fbabac6d5905e) - Update Insomnia UI REST API requests collection [`2293151`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2293151663b8b9b410050d187080c20e0990f150) - Add DataTransfer support for incoming request [`77b95a8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/77b95a89411dcee5df14a283f05f6d6020db08ef) +- Version 1.1.88 [`42922cf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/42922cf11b60ccd620a6facfa67f5ec1bdb4f493) - Apply dependencies update [`f44cc6c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f44cc6c5404c7b6ea4fc23561c13c84086b4b44b) -- Apply dependencies update [`3f1feb0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3f1feb0bc78d565d734e72ebd2a1ca4bb0e3fdc6) - Fix OCPP response handling synchronicity [`3a148e4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3a148e4826715d4125498f60b35c23c3962970ab) -- Apply dependencies update [`56d6fd3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/56d6fd382892b30a7f4e43d8931deb19d9a72da3) -- Merge pull request #296 from SAP/dependabot/npm_and_yarn/ui/web/apollo-server-core-3.11.1 [`99bf4f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/99bf4f5f33c5ecc004a4766704558443da4a960f) - README.md: Fix UI protocol documentation [`82cbef8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/82cbef8d50f9dfcd4ec7a17769d8dd9527912f99) - Type alias for OCPP stack response and error handling [`d900c8d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d900c8d7647a6119a2c8f9f1c283422a8398ef75) +- Apply dependencies update [`56d6fd3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/56d6fd382892b30a7f4e43d8931deb19d9a72da3) +- Merge pull request #296 from SAP/dependabot/npm_and_yarn/ui/web/apollo-server-core-3.11.1 [`99bf4f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/99bf4f5f33c5ecc004a4766704558443da4a960f) +- Apply dependencies update [`3f1feb0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3f1feb0bc78d565d734e72ebd2a1ca4bb0e3fdc6) - Apply dependencies update [`530b75b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/530b75b7a950ac42a3e555d33ea87db1c0635c2f) - Use new prettier --cache option [`e60a5ba`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e60a5ba3f0d9812ccabaab18187801908f8f1147) - Switch CI actions to current node.js LTS [`c774abf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c774abf594868c5cefdeb5e1a1fc8166a8ad50ed) diff --git a/package-lock.json b/package-lock.json index 7c9d1cbe..a4bddcdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.88", + "version": "1.1.89", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.88", + "version": "1.1.89", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.6.4", diff --git a/package.json b/package.json index 27ffd6e6..415c1d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.88", + "version": "1.1.89", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 400375b5..ec51a85e 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.1.88 +sonar.projectVersion=1.1.89 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1