X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=3e81ed98576cbc7ba058f0fb29a55962ee354ca6;hb=163547b1c0d9b1062891962feedb127fc0c1cc94;hp=bda0a7d2fc6d9012582d4422eb65dbb7a57a8fab;hpb=e7958d495f884d707639bd3ef662f2b8f9cbd32b;p=e-mobility-charging-stations-simulator.git diff --git a/CHANGELOG.md b/CHANGELOG.md index bda0a7d2..3e81ed98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,147 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.0.5](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.4...v1.0.5) +#### [v1.0.23](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.22...v1.0.23) +- Optimize random fluctuated computation [`97ef739`](https://github.com/sap-labs-france/ev-simulator/commit/97ef739c0f207e2b729bd3f185c463eb0ff35c7d) + +#### [v1.0.22](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.21...v1.0.22) + +> 20 June 2021 + +- Release 1.0.22 [`b410677`](https://github.com/sap-labs-france/ev-simulator/commit/b410677559d7af5cb7b2dbc9d4418da6d56d1bb2) +- Consistent name for MeterValues related CS template tunable. [`6b10669`](https://github.com/sap-labs-france/ev-simulator/commit/6b10669bf67da4baa14bc5b28161710e4025c913) + +#### [v1.0.21](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.20...v1.0.21) + +> 20 June 2021 + +- Add tunable for phase line to line voltage MeterValues [`9bd8738`](https://github.com/sap-labs-france/ev-simulator/commit/9bd87386d65158edef865cafd0daabff91822b87) +- Release 1.0.21 [`a6d8a23`](https://github.com/sap-labs-france/ev-simulator/commit/a6d8a2363ef5fb8def961283aa5fdc36f8090fb2) + +#### [v1.0.20](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.19...v1.0.20) + +> 19 June 2021 + +- Add per phase support to MeterValues in template. [`9ccca26`](https://github.com/sap-labs-france/ev-simulator/commit/9ccca265277990663dad8ad0573b7c283e221c6f) +- Use ConnectionTineOut OCPP parameter as WS timeout [`147d0e0`](https://github.com/sap-labs-france/ev-simulator/commit/147d0e0f63942b395dabf86ab7488f6f270cf027) +- Release 1.0.20 [`b2fcc85`](https://github.com/sap-labs-france/ev-simulator/commit/b2fcc85d7219058677263b0943da2ad9c073f9de) + +#### [v1.0.19](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.18...v1.0.19) + +> 13 June 2021 + +- Release 1.0.19 [`46fe960`](https://github.com/sap-labs-france/ev-simulator/commit/46fe9601fe66f75a48301a658347fd393582ea22) +- Add support for ConnectionTimeOut standard parameter [`291cb25`](https://github.com/sap-labs-france/ev-simulator/commit/291cb255bec471875566d94ea674b7f476a2b7a1) + +#### [v1.0.18](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.17...v1.0.18) + +> 13 June 2021 + +- Complete AuthorizeRemoteTxRequests support in remote start transaction [`36f6a92`](https://github.com/sap-labs-france/ev-simulator/commit/36f6a92e3ab0a4a452da57aad6510bda259296ce) +- Release 1.0.18 [`18b2d50`](https://github.com/sap-labs-france/ev-simulator/commit/18b2d50578dc6a5299bd1d770a6734e59d9a5431) + +#### [v1.0.17](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.16...v1.0.17) + +> 13 June 2021 + +- Documentation on OCPP parameters [`7e1dc87`](https://github.com/sap-labs-france/ev-simulator/commit/7e1dc8784bef178de6438ae9af2bece427809cde) +- README.md: fix sections hierarchy [`c56d42f`](https://github.com/sap-labs-france/ev-simulator/commit/c56d42f1989acd8c336fb165d5e295245adb37fa) +- Release 1.0.17 [`8e84ea8`](https://github.com/sap-labs-france/ev-simulator/commit/8e84ea8faabb8b05cc46f71d5fb93d0eb51d3a3b) + +#### [v1.0.16](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.15...v1.0.16) + +> 13 June 2021 + +- Add support for transaction data MeterValues [`fd0c36f`](https://github.com/sap-labs-france/ev-simulator/commit/fd0c36fab7509aeb48c1fbb40b70072fe64ae63c) +- Release 1.0.16 [`b6c7cd2`](https://github.com/sap-labs-france/ev-simulator/commit/b6c7cd21424c1daec0d11933a4c457bc3d97524d) + +#### [v1.0.15](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.14...v1.0.15) + +> 12 June 2021 + +- MeterValues: add Transaction.Begin and .End support [`6ed92bc`](https://github.com/sap-labs-france/ev-simulator/commit/6ed92bc13120d78f84f2182ddbafd3cbcaa37359) +- Add support for unit in meter values. [`4a1857a`](https://github.com/sap-labs-france/ev-simulator/commit/4a1857a25fbcc203def0c0b1a6c5ebcb19602fe6) +- Fix power unit in kW handling in charging station template [`510f0fa`](https://github.com/sap-labs-france/ev-simulator/commit/510f0fa5461cada6ca7c0e2aea525674fb00f079) + +#### [v1.0.14](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.13...v1.0.14) + +> 11 June 2021 + +- Add initial support at sending transaction.{begin,end} meter values [`326f6e3`](https://github.com/sap-labs-france/ev-simulator/commit/326f6e386ccb8d0bbbd713a19ca4c827a2856097) +- Release 1.0.14 [`ff6bb9b`](https://github.com/sap-labs-france/ev-simulator/commit/ff6bb9b48054b5f5ab39a93b8257ce6662064a85) +- Refine eslint configuration [`c93aeb2`](https://github.com/sap-labs-france/ev-simulator/commit/c93aeb26312b1a939cf741d5b501abf2c44054c7) + +#### [v1.0.13](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.12...v1.0.13) + +> 11 June 2021 + +- Bump glob-parent from 5.1.1 to 5.1.2 [`#14`](https://github.com/sap-labs-france/ev-simulator/pull/14) +- Bump normalize-url from 4.5.0 to 4.5.1 [`#13`](https://github.com/sap-labs-france/ev-simulator/pull/13) +- Apply dependencies update [`5cd0ee9`](https://github.com/sap-labs-france/ev-simulator/commit/5cd0ee90cba70da2d60d06f0ff450cfdd67a515d) +- Apply dependencies update. [`d23a826`](https://github.com/sap-labs-france/ev-simulator/commit/d23a826b28694f55bfd5c21c6fb0e95bbd064077) +- Add eslint node plugin. [`d1c056a`](https://github.com/sap-labs-france/ev-simulator/commit/d1c056a195a23d1aa6c9aa122f0c892c3db5c672) + +#### [v1.0.12](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.11...v1.0.12) + +> 4 June 2021 + +- Default ATG to send authorize command before starting a transaction [`e644918`](https://github.com/sap-labs-france/ev-simulator/commit/e644918b4a997877aeae1c7875ef1296585872c7) +- Release 1.0.12 [`6e0eda4`](https://github.com/sap-labs-france/ev-simulator/commit/6e0eda47dec50d025b0db8cf0816a3358ea977d2) + +#### [v1.0.11](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.10...v1.0.11) + +> 3 June 2021 + +- Refine some logs level. [`9fbc92f`](https://github.com/sap-labs-france/ev-simulator/commit/9fbc92f7bbead3a303a2a5718d65b0ffd545e24d) +- Update submodule reference [`0a44f74`](https://github.com/sap-labs-france/ev-simulator/commit/0a44f741496e11fad67ea038e6a0c7ac43272b0f) +- Apply dependencies update. [`fe44e26`](https://github.com/sap-labs-france/ev-simulator/commit/fe44e266643939d029b23bd3c511de35a0000eff) + +#### [v1.0.10](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.9...v1.0.10) + +> 31 May 2021 + +- Release 1.0.10 [`101e988`](https://github.com/sap-labs-france/ev-simulator/commit/101e9880c373361193926886e0c6e3f1f7fa376b) +- Put auto-changelog configuration in package.json [`d22589b`](https://github.com/sap-labs-france/ev-simulator/commit/d22589b3543c990500a04be179088a4a3a7be7cb) + +#### [v1.0.9](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.8...v1.0.9) + +> 31 May 2021 + +- Gracefully handle simulator missing files or files not found. [`23132a4`](https://github.com/sap-labs-france/ev-simulator/commit/23132a44933014c707d4fc3d0c681dc99cee7828) +- Release 1.0.9 [`e3e5326`](https://github.com/sap-labs-france/ev-simulator/commit/e3e532609e80521181cf8e10a9e838fa360c5d66) +- Apply dependencies update [`1fa8a76`](https://github.com/sap-labs-france/ev-simulator/commit/1fa8a76f6ffae9fe625a1707a9e1141c922f4774) + +#### [v1.0.8](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.7...v1.0.8) + +> 30 May 2021 + +- Release 1.0.8 [`2bbddc3`](https://github.com/sap-labs-france/ev-simulator/commit/2bbddc367e37d0d163ee0e22f63c7093bb3aa0cd) +- Add docker image build to GitHub actions [`c168e7a`](https://github.com/sap-labs-france/ev-simulator/commit/c168e7ade3388c9cea07d6cf4759bf0e7a1407a3) +- Run the docker image build in GitHub actions. [`c871184`](https://github.com/sap-labs-france/ev-simulator/commit/c871184e11055b02f83ae3a36fe7af285bac8251) + +#### [v1.0.7](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.6...v1.0.7) + +> 30 May 2021 + +- Release 1.0.7 [`6c6e9c2`](https://github.com/sap-labs-france/ev-simulator/commit/6c6e9c29422663a5f256a053d29cb35e51693f28) +- Fix unit tests GitHub action name [`bc30952`](https://github.com/sap-labs-france/ev-simulator/commit/bc3095278757a8b8e9dbe09e98097461921fe3fa) + +#### [v1.0.6](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.5...v1.0.6) + +> 30 May 2021 + +- Release 1.0.6 [`de630c3`](https://github.com/sap-labs-france/ev-simulator/commit/de630c3bbcbf1d3ba96b0097d5c4fb11584be5c8) +- Fix CHANGELOG.md compare link generation [`d2b9eb6`](https://github.com/sap-labs-france/ev-simulator/commit/d2b9eb67601279d9b060ff59c96c2a44fb5b6d5e) + +#### [v1.0.5](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.4...v1.0.5) + +> 30 May 2021 + +- Release 1.0.5 [`e7958d4`](https://github.com/sap-labs-france/ev-simulator/commit/e7958d495f884d707639bd3ef662f2b8f9cbd32b) - Fix CHANGELOG.md commit link generation [`8e6d4b0`](https://github.com/sap-labs-france/ev-simulator/commit/8e6d4b0936a465599c971af37ca900372fdbac9c) -#### [v1.0.4](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.3...v1.0.4) +#### [v1.0.4](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.3...v1.0.4) > 30 May 2021 @@ -16,20 +152,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Refine the documentation [`778f792`](https://github.com/sap-labs-france/ev-simulator/commit/778f79241952fefd769c87b195e01e8101964928) - README.md: Use red cross emoji for unsupported OCPP commands [`9e1b12e`](https://github.com/sap-labs-france/ev-simulator/commit/9e1b12e45e39c041e57442b641c8f1107ec3f8b3) -#### [v1.0.3](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.3-1...v1.0.3) +#### [v1.0.3](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.3-1...v1.0.3) > 30 May 2021 - Release 1.0.3 [`ff62e9c`](https://github.com/sap-labs-france/ev-simulator/commit/ff62e9c8adbdb20d56eb045c7e3f311bb09229da) -#### [v1.0.3-1](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.3-0...v1.0.3-1) +#### [v1.0.3-1](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.3-0...v1.0.3-1) > 30 May 2021 - Add CHANGELOG.md file to git. [`bf45eb6`](https://github.com/sap-labs-france/ev-simulator/commit/bf45eb680705907ff1cbb22a7ab94f39dd000213) - Release 1.0.3-1 [`d63fdaa`](https://github.com/sap-labs-france/ev-simulator/commit/d63fdaaa7f95da871e596b1232dadeafc32b5540) -#### [v1.0.3-0](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2...v1.0.3-0) +#### [v1.0.3-0](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2...v1.0.3-0) > 30 May 2021 @@ -37,34 +173,34 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Simplify code with nullish coalescing [`ee6fd7d`](https://github.com/sap-labs-france/ev-simulator/commit/ee6fd7d1fd6f2a15614797fa7e3c2e9794591dbe) - Release 1.0.3-0 [`0c1b654`](https://github.com/sap-labs-france/ev-simulator/commit/0c1b654b6da7fd7067dbb72c48daec8fe551ca33) -#### [v1.0.2](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-6...v1.0.2) +#### [v1.0.2](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-6...v1.0.2) > 30 May 2021 - Release 1.0.2 [`c2a73a7`](https://github.com/sap-labs-france/ev-simulator/commit/c2a73a7142cecbd159810b00100d9aa6e6287675) -#### [v1.0.2-6](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-5...v1.0.2-6) +#### [v1.0.2-6](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-5...v1.0.2-6) > 30 May 2021 - Release 1.0.2-6 [`d865369`](https://github.com/sap-labs-france/ev-simulator/commit/d8653691d8d086717580aa8740fd19bb67f518cf) - Add tags file handling to docker image. [`b79579e`](https://github.com/sap-labs-france/ev-simulator/commit/b79579e21c385c340738f3541ce6464b0eb2125f) -#### [v1.0.2-5](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-4...v1.0.2-5) +#### [v1.0.2-5](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-4...v1.0.2-5) > 30 May 2021 - Fix docker image generation [`396fa84`](https://github.com/sap-labs-france/ev-simulator/commit/396fa849e6977bbf094d51caa3616c09bebcc4e6) - Release 1.0.2-5 [`9f64309`](https://github.com/sap-labs-france/ev-simulator/commit/9f64309c951ec41ae69cf9932a14af36c9ce9786) -#### [v1.0.2-4](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-3...v1.0.2-4) +#### [v1.0.2-4](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-3...v1.0.2-4) > 29 May 2021 - Release 1.0.2-4 [`ea88ef1`](https://github.com/sap-labs-france/ev-simulator/commit/ea88ef1db1f24c7cac770a63291ad0c906a42d95) - Enable parallel mode on mocha by default [`fe9f028`](https://github.com/sap-labs-france/ev-simulator/commit/fe9f028b9aebb834c89473bba5b171adae062a0d) -#### [v1.0.2-3](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-2...v1.0.2-3) +#### [v1.0.2-3](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-2...v1.0.2-3) > 29 May 2021 @@ -72,14 +208,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix syntax error in GitHub action [`738b79b`](https://github.com/sap-labs-france/ev-simulator/commit/738b79b2ad955a56f36e7cfd0d88412565f2bc1c) - Really fix GitHub action syntax [`351327b`](https://github.com/sap-labs-france/ev-simulator/commit/351327b3e6fc06a4dfab8c56bc3ee2d3f7e680e0) -#### [v1.0.2-2](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-1...v1.0.2-2) +#### [v1.0.2-2](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-1...v1.0.2-2) > 29 May 2021 - Add initial unit tests: circular array [`4082efc`](https://github.com/sap-labs-france/ev-simulator/commit/4082efc1bec069b34506a467524b5d4bb9013202) - Release 1.0.2-2 [`0a36f19`](https://github.com/sap-labs-france/ev-simulator/commit/0a36f1937cbabd4135df5dbe695757000e10f1cd) -#### [v1.0.2-1](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.2-0...v1.0.2-1) +#### [v1.0.2-1](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.2-0...v1.0.2-1) > 29 May 2021 @@ -87,14 +223,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Cleanup release-it integration [`4e92c9d`](https://github.com/sap-labs-france/ev-simulator/commit/4e92c9db08a7722a8fadf8803ca3d73af0a8250a) - Refine release-it configuration [`0afd8fd`](https://github.com/sap-labs-france/ev-simulator/commit/0afd8fd8e18ae36bf5c890924cc3341e7ceb6ae0) -#### [v1.0.2-0](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.1...v1.0.2-0) +#### [v1.0.2-0](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.1...v1.0.2-0) > 29 May 2021 - Add release-it [`cedae80`](https://github.com/sap-labs-france/ev-simulator/commit/cedae80d006cd2bcbcecf471447eafd29bccd334) - Release 1.0.2-0 [`6625dee`](https://github.com/sap-labs-france/ev-simulator/commit/6625deebc175173788acd4fd23c3f08b65b91ef4) -#### [v1.0.1](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.1-3...v1.0.1) +#### [v1.0.1](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.1-3...v1.0.1) > 29 May 2021 @@ -102,7 +238,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Apply dependency update. [`132bf84`](https://github.com/sap-labs-france/ev-simulator/commit/132bf84f5fe59235437ec2190ff541981afbf918) - Apply dependency update [`84e887c`](https://github.com/sap-labs-france/ev-simulator/commit/84e887cdee21a137425c440486808bcfc509b1f6) -#### [v1.0.1-3](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.1-2...v1.0.1-3) +#### [v1.0.1-3](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.1-2...v1.0.1-3) > 27 May 2021 @@ -110,18 +246,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Apply security dependencies upgrade [`261ff96`](https://github.com/sap-labs-france/ev-simulator/commit/261ff96b25b1a98ec923c5fa009b10241ff5cad3) - Update dependencies [`b4b2062`](https://github.com/sap-labs-france/ev-simulator/commit/b4b206259a8e638688a9bb60749688ee9ee88aac) -#### [v1.0.1-2](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.1-1...v1.0.1-2) +#### [v1.0.1-2](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.1-1...v1.0.1-2) > 20 May 2021 - Constify some hardcoded worker related numbers [`1f0052b`](https://github.com/sap-labs-france/ev-simulator/commit/1f0052b9fa7d0a13a1e85d8a0f761ba250af7fd5) - Linter fixlet [`a0cc927`](https://github.com/sap-labs-france/ev-simulator/commit/a0cc9278424129c176b8e491891a2053eac03c59) -#### [v1.0.1-1](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.1-0...v1.0.1-1) +#### [v1.0.1-1](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.1-0...v1.0.1-1) > 20 May 2021 -#### [v1.0.1-0](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.0...v1.0.1-0) +#### [v1.0.1-0](https://github.com/sap-labs-france/ev-simulator/compare/v1.0.0...v1.0.1-0) > 19 May 2021 @@ -129,12 +265,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 19 May 2021 -- Bump elliptic from 6.5.3 to 6.5.4 [`#11`](https://github.com/jerome-benoit/ev-simulator/pull/11) -- Update to poolifier 2.0.0-beta.6 [`#10`](https://github.com/jerome-benoit/ev-simulator/pull/10) -- Make the build app self contained. [`#8`](https://github.com/jerome-benoit/ev-simulator/pull/8) -- Bump ini from 1.3.5 to 1.3.7 [`#5`](https://github.com/jerome-benoit/ev-simulator/pull/5) -- Bump lodash from 4.17.15 to 4.17.19 [`#4`](https://github.com/jerome-benoit/ev-simulator/pull/4) -- Update flow-bin to 0.123.0 [`#2`](https://github.com/jerome-benoit/ev-simulator/pull/2) +- Bump elliptic from 6.5.3 to 6.5.4 [`#11`](https://github.com/sap-labs-france/ev-simulator/pull/11) +- Update to poolifier 2.0.0-beta.6 [`#10`](https://github.com/sap-labs-france/ev-simulator/pull/10) +- Make the build app self contained. [`#8`](https://github.com/sap-labs-france/ev-simulator/pull/8) +- Bump ini from 1.3.5 to 1.3.7 [`#5`](https://github.com/sap-labs-france/ev-simulator/pull/5) +- Bump lodash from 4.17.15 to 4.17.19 [`#4`](https://github.com/sap-labs-france/ev-simulator/pull/4) +- Update flow-bin to 0.123.0 [`#2`](https://github.com/sap-labs-france/ev-simulator/pull/2) - Make modular the SRPC call chain code. [`c056097`](https://github.com/sap-labs-france/ev-simulator/commit/c0560973d259dbce64a24d10bab46246596fa1d5) - Switch to rollup-plugin-typescript2 plugin [`c4a1979`](https://github.com/sap-labs-france/ev-simulator/commit/c4a1979464bbf9c72508da3bda76bec4636dea32) - Initial rollup integration. [`44b07a2`](https://github.com/sap-labs-france/ev-simulator/commit/44b07a217a304640bef57f9e84cdafb240763a61)