From: Jérôme Benoit Date: Mon, 17 Oct 2022 11:16:19 +0000 (+0200) Subject: Version 1.1.84 X-Git-Tag: v1.1.84^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=293c552db1b65507cd2b96e0b7ae41fa59f8fc1e;p=e-mobility-charging-stations-simulator.git Version 1.1.84 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a92f8ae..50954f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,31 @@ # Changelog -## [v1.1.83](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.82...v1.1.83) +## [v1.1.84](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.83...v1.1.84) + +- Apply dependencies update [`15e8421`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/15e8421581ce8c028eb758e6b6928f378f29c928) +- Use node crypto built-in uuid v4 generator [`03eacbe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/03eacbe58030b56149284730a0af0367a01383cd) +- Apply dependencies update [`4883f1c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4883f1c4b5839b6599815c839869f514d8b87cef) +- README.md: update default poolifier tasks scheduling [`19dbb57`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/19dbb57060f93eaa33284a3b439a0adc10af63e3) +- Apply dependencies update [`2a06a8c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2a06a8c08973aa64459ed93232f3e34de8ec8853) +- Spell fixes to CHANGELOG.md [`521c07f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/521c07fc0b510269917608fdb1d943d1866c81f2) +- Refine CI GitHub actions [`46df94c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/46df94cf75de62d4615f34afd07be17422f2b3bd) +- Fix conditions on CI jobs [`f6a807e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f6a807ed6b62298b99d592021b2caa96274e391f) +- Fix CI conditions on jobs [`fc00457`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fc00457c7751ad71d67a52670e2ed6f50827d133) +- Fix conditions on CI job [`64e284d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/64e284d892ad1ce6b121ce1438790b609d58a460) +- Fix CI jobs on windows [`afc5e62`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/afc5e62a9f7e9a3d566029b24bd4478993df2333) +- Default to ROUND_ROBIN poolifier tasks scheduling until [`5cfb6fe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5cfb6feecf97e4b2c158fc08e10aca84bbdd2bb8) +- Fix CI job condition [`b34f298`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b34f298bddc27f4d154fb6febe012dd51b5073a9) +- Refine condition on CI jobs [`6b9a6b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b9a6b079cdac5e7ec596e2708ef46890186957d) +- Fix CI build failure in CI [`9cef572`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9cef5729ef5f199fdb660b7a1bace8371727d08d) +- Docker: add .npmrc to builder [`b03ca9f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b03ca9f60f95ed0ae1e3129c48412958f3220098) +- Refine lint staged configuration [`5a5111e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5a5111e5ce57d93a7a8c5bf2accf9eba62adfb51) +- Remove pointless script to run npm-check [`e4b6479`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e4b6479644e9f34eb661561b68ddc06f5ed5f51b) +- Add missing .npmrc [`4d6df2c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4d6df2cea1cd2f7cf92d2f96e5cfabf04c817458) + +## [v1.1.83](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.1.82...v1.1.83) (2022-10-15) - Apply dependencies update [`f50109d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f50109db1905dde83e5a2c8da7157fd9d18993d1) +- Version 1.1.83 [`311be08`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/311be0837309f0a9c3ed4677efe60fbb660ed0a6) - Update poolifier to 2.3.3 [`65b31f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/65b31f8db46b0066a5cc06ead28520d71e66fef5) - Revert docker build to one OS only [`4bfd22d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4bfd22def612cf8ad6e4a31c5d5df3ffcca45e70) - Run docker image build in CI [`f672adb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f672adbfee38df6d56de237a23d6f2862f4441f7) @@ -232,7 +255,7 @@ - README.md: update to reflect response payload format change on [`02cde3b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/02cde3b711fb54b1a72d9828680eea54024d4ea0) - UI services: Update Insomnia requests collection [`10cdb53`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/10cdb53bd15e5c87feedbac467ed3d2cf155ce3e) - UI server: permit to address all charging stations [`1805758`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/18057587414006953ed112f315807d64ddb11bfd) -- UI services: fix broadcast channel response handler with one hashId only [`6d9876e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6d9876e7b9b024879f1463aa7407c6874c5ca06b) +- UI services: fix broadcast channel reponse handler with one hashId only [`6d9876e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6d9876e7b9b024879f1463aa7407c6874c5ca06b) - Align 'started' attribute usage to all classes [`452a82c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/452a82cadd0f08148f5f3d5e5b78fa6cac9da0a7) - ATG: fix start transaction requests counting [`0afed85`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0afed85fd7e6cb8f4b5ea0d18800a8d7b3bd78a7) - Version 1.1.70 [`26e2ca2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/26e2ca28b22eacf26df02c08ba9d8f14adf1f35b) @@ -258,7 +281,7 @@ - UI Server: Add support for starting the ATG on defined connectors [`a5e9bef`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a5e9befcd2d47dc74838776f7a9ee0fea6fef9c6) - Fix meterStop type in stop transaction payload [`07989fa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/07989fad0a792547969c7a544d0093f4cb6338d3) - Move hashId to stationInfo [`51c83d6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/51c83d6f833f27f9990c17fc380ab5ee618894b1) -- Update the Postman requests collection for the UI services [`d52ac6f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d52ac6f45cb4a73eb0c8a8bd769b211cefd8bcb2) +- Updat the Postman requests collection for the UI services [`d52ac6f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d52ac6f45cb4a73eb0c8a8bd769b211cefd8bcb2) - Web UI: Fix NPE at template loading [`513c162`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/513c162683b320ecbab0b2a6c74d9cf14c6b508e) - Add helper to serialize to JSON object with a map [`fe79181`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fe791818e4bb6ae1e37e95c5528e7538c17ec8dd) - Update Insomnia UI requests collection export [`dbd54e9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dbd54e98c369aa3032a76a066c9ff9828ef5a742) @@ -395,7 +418,7 @@ - Warn if UI server is configured to listen on something else than the [`#64`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/64) - Add worker configuration section [`#35`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/35) -- Add more detailed installation instructions [`#69`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/69) +- Add more detailled installation instructions [`#69`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/69) - Apply dependencies update [`1933468`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/193346852bb2e828d61f4f98343d03fc70ba284b) - Apply dependencies update [`bae37b9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bae37b944ca9920d252b945f3cd87132142da1cb) - Apply dependencies update [`a9dc6e4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a9dc6e40e164ebdcd6f2d7751aeb63797d93a0f5) @@ -624,7 +647,7 @@ - Fix a type casting [`4e4199c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4e4199c8e4c7f11216be46b0490e8214e04f702d) - Refine GitHub issue templates [`bece9cd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bece9cdc396c31242b2be77e834805e4a8b084d5) - Refine charging profile limitation error log message [`021394c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/021394c6d67e67e828a3f1de9d8e81c5dba60c49) -- Fix maximum charging station amperage calculation [`3581a3a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3581a3a2ccf3e50bfdaac0d4774ddeeaabc586dd) +- Fix maximun charging station amperage calculation [`3581a3a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3581a3a2ccf3e50bfdaac0d4774ddeeaabc586dd) - Allow to send result message when station is in pending mode. [`37a48c4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/37a48c48e25d4b4ef360ef0d0f5ce34ac3f4b91b) - Fix maximum power available for AC charging stations [`da57964`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/da57964c4e631ba9fe438a30e8b63dfbbbe66105) - Silence a sonar security issue [`7cc0b03`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7cc0b0335bd253e9b425cfd3c2e766665d70cf70) @@ -768,7 +791,7 @@ - Ensure 1:1 mapping between charging station and ATG instances [`73b9ade`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/73b9adecc7a50c329b3f83bbaf95a62ba1f01412) - Version 1.1.48 [`ac60c2a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ac60c2a645a44fde5d809dbbe7599416b9266038) - Cleanup OCPP service module name usage [`909dcf2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/909dcf2dda1acb9556a5ec21c252bcca2992ec1c) -- Track OCPP commands use at sending error message [`1d4ad05`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1d4ad05181ef93c9ea15c25fbd13c6ea22ff35dc) +- Track OCPP commande use at sending error message [`1d4ad05`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1d4ad05181ef93c9ea15c25fbd13c6ea22ff35dc) - Refine a bit OCPP services instantiation error message [`0612745`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/06127450ee7cfc993f67caf521ea595cb0523733) - Fix a module name string [`2a115f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2a115f871de255bacf36666294d48c46d0d16731) - Add return type to getLogger [`28e6dd3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/28e6dd3a9fd0db84953aa8d149d0a19fadc63554) diff --git a/package-lock.json b/package-lock.json index e83dc5de..bc6a1366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.83", + "version": "1.1.84", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.83", + "version": "1.1.84", "license": "Apache-2.0", "dependencies": { "@mikro-orm/core": "^5.4.2", diff --git a/package.json b/package.json index ca778d00..0e102389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.83", + "version": "1.1.84", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index a58c1598..c0612cd4 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.83 +sonar.projectVersion=1.1.84 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.