chore: version 1.2.20 v1.2.20
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 8 Aug 2023 21:25:20 +0000 (23:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 8 Aug 2023 21:25:20 +0000 (23:25 +0200)
CHANGELOG.md
package.json
sonar-project.properties

index 5a9396e86c1c2fd7f962a190a8520f4608da5e57..744f0e11a2a3f563c4ef1195b8007dda95bf0799 100644 (file)
@@ -1,8 +1,207 @@
 # Changelog
 
-## [v1.2.19](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.18...v1.2.19)
+## [v1.2.20](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.19...v1.2.20)
+
+- build(deps): Bump sonarsource/sonarcloud-github-action from 1.9.1 to 2.0.0 [`#648`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/648)
+- refactor: factor out charging schedule composition code [`ef9e3b3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ef9e3b334b977bd79231adb7e59c3875313d32dc)
+- build(deps-dev): apply updates [`958292a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/958292a99919fd1f2b631cac492979947edb7561)
+- build(deps-dev): apply updates [`c1688de`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c1688de641d3a120cb62ee2e6fe2aadc2a3bf579)
+- build(deps): apply updates [`3548c67`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3548c67b880454fff331b43e30684bca92a73100)
+- build(deps-dev): apply updates [`fadc128`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fadc1282ba2f3b48d21ce706495a570bdacfefc9)
+- build(deps-dev): apply updates [`24a27d1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/24a27d1bbad31119759f79f74c6c65d0c4e6d8fa)
+- feat: reduce the number of deprecated configuration warnings [`3602e10`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3602e107493f42e5f470fc9b8b504a4a7798a53f)
+- build(deps-dev): apply updates [`7d9f61c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7d9f61ca10f8770cc938ff69f0b0ce29a28c1679)
+- build(deps): apply udpates [`687d787`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/687d7873886ce403a7be3fb97c869472434673c5)
+- refactor: factor out ATG and charging profiles sanity checks [`0bd926c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0bd926c1e06a31ac2afd1f932857eddce54f1e91)
+- build(deps-dev): apply updates [`6035460`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/60354605202e226a42202a6acdbfe3a9a9bbcb96)
+- fix: fix reservationId payload field filling at start transaction [`90aceaf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/90aceaf6e0cd749bc5feb4e50c89f2a213c53108)
+- feat: make get composite schedule closer to OCPP 1.6 specs [`ad490d5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ad490d5f65e55103448a5c933cf9ea1ae4f512a5)
+- build(deps): apply updates [`20561f7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/20561f783400f3f41999272715ad6c1f4b102de5)
+- build(deps-dev): apply updates [`d517f61`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d517f61a418d2c5d2da380566537387dbb37655f)
+- perf: lookup connector status once at OCPP responses handling [`d929adc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d929adcc32a8cc79f0c7182d16f70367b001d28c)
+- refactor: use object destructuration for incoming requests payload [`0d1f33b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0d1f33bab47bbcd712ea6ae7e26293917c8bc398)
+- feat: add helper to compose i2 charging schedules (higher stack level [`4abf644`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4abf6441bf3f9a70c77a56199b03dc63799a5e66)
+- build(deps-dev): apply updates [`81bef9d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/81bef9dc56f1acf920098c0e344b365c062c77cf)
+- build(deps): apply updates [`e838de1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e838de16634aa8e3ddae32d7da636c31ff4d66d8)
+- fix: fix authorize response handling [`ae725be`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ae725be37ef803522ad393a6a5d9d8f15616c6bb)
+- fix: avoid overlapping schedule periods in get composite schedule [`acfa5fd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/acfa5fd10b8489f5d85654e654356e65bfd1e0d0)
+- build(deps-dev): apply updates [`704426f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/704426f31f79f227c2e4163fb8937f89859effb5)
+- refactor: split WorkerConstants class [`769d3b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/769d3b106c5e4744487bc633da4e4ee93f8f1bf4)
+- refactor: factor out recurring charging profile handling [`76dab5a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/76dab5a927a69adf1a540ff597a2a2cfa8cdaf7f)
+- feat: add support charging profile validity interval [`252a7d2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/252a7d22e33f6c4a9bfcc83cb4fb941f76d15dab)
+- feat: add support for relative charging profile [`73d87be`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/73d87be1970bb3e8c32be6244fc510f6f501cb3a)
+- refactor: factor out change availability helper [`366f75f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/366f75f699490d7e6a49714a0517b9ffe7176052)
+- fix: fix reservation removal at transaction start [`d984c13`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d984c13f2c929dd5e2750e0b5da23eba62c50ed8)
+- fix: avoid gaps in get composite schedule [`da332e7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/da332e702310d2a717d759040727e4e2a3f3fe87)
+- build(deps-dev): apply updates [`4190ce4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4190ce4e00f15beb8160ed04e496875e10bd2828)
+- fix: ensure null or undefined checks in condition [`1c9de2b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1c9de2b93a05cb7e29aaf8d070c9bd1d50731191)
+- refactor: improve time handling code [`be4c670`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/be4c670224282bebd69a75fec8fa45b7666634ff)
+- fix: fix log messages formatting [`944d452`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/944d4529a727043a5a29f8bfb8c41649ae730e67)
+- fix: reduce the number of overlaping charging profiles in get composite [`bbb55ee`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bbb55ee4d90133cdba3669ef407175b4062a9300)
+- fix: properly handling moving recurring charging profiles [`522e4b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/522e4b058bc5ed1015cdf902e36a107490824f73)
+- build(deps-dev): apply updates [`e46d88d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e46d88db7853785e86356e65c8c62579eca6e37f)
+- build(deps-dev): apply updates [`f1610a4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f1610a4ef05d6b34bb05601913b4c7a98024a81b)
+- feat: improve duration formatting [`a675e34`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a675e34bb7d1711aace56f6ed8cdb4f91453e39d)
+- refactor: cleanup import [`491dad2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/491dad29ded66644b4bca576cbd1edc0f84508df)
+- refactor: factor out charging profiles preparation [`0eb666d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0eb666db012bc0c088e0b8c144381dfafbbeccf4)
+- build(deps-dev): apply updates [`f309569`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f3095697dad156dcb13ea8247a16eb08ca007e6b)
+- feat: add initial HTTP/2 support to ui server (mutually exclusive for now) [`a608090`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a60809049f58eb001d868717a1dda9ac129f8a53)
+- feat: improve get composite schedule [`b3d7d65`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b3d7d65476a4ab586b3ccd188f0bfbe8452aba0e)
+- refactor: cleanup incoming OCPP requests handling code [`f406808`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f406808ff62ed65ae71e268884f8b8e78c6fdbc6)
+- refactor: factor out configuration section cache population [`81b9a10`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/81b9a105a722ddb59ceaec77f9131695d80be495)
+- fix: properly handle changing availability on multiples connectors [`225e32b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/225e32b0e38c3b120188f4c93418d4f98f8d1b28)
+- perf: switch to deep-clone for cloning (20% faster) [`32f5e42`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/32f5e42d9017783787e24fff7bcf67d3b4118311)
+- fix: fix circular dependencies in types [`73ed6e0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/73ed6e010e5e8b671bb6fc3dd9d0273d6f67f2cc)
+- refactor: cleanup reservation methods scope [`e6948a5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e6948a57d6857b7b8667cbc8e707c0d79dafbc72)
+- feat: support all recurrency types in charging profiles [`f924d46`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f924d466cbb075fb4315d6e2d12ee27def8cd430)
+- fix: ensure charging profiles used for power limitation are properly sorted [`6fc0c6f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6fc0c6f3db444377c0fdea238183a14823278046)
+- build(deps-dev): apply updates [`b5ef148`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b5ef1485e4401fb578e1c4e341aaf22e56ae752f)
+- refactor: remove unneeded redefinition of reservation type [`282582e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/282582e5e5e1449b6eb3b414038c833a3ba7f264)
+- perf: fine tune default pool size for load tests [`c7db8ec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c7db8ecb3b71cbc4f6e0458c63c0aee37d720acf)
+- refactor: improve tx changing profile checks [`86f51b9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/86f51b961d470ea555b25bf08664d40705111454)
+- fix: fix reservable connector detection [`af4339e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/af4339e1cac037d86d6b10a14165e292a1feec2a)
+- feat: strict message event checking in worker set mode [`f93dda6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f93dda6ae88071623a20bd4171026222cf66c631)
+- refactor: remove unneeded condition at changing availability [`3b0ed03`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3b0ed03465692b766a2112aabbd3241d5bdc702d)
+- refactor: cleanup module name namespace [`357a555`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/357a5553eba0104e7017b3d955a3ea6da0ef6a6d)
+- fix: fix valid reservation detection at start transaction [`56563a3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/56563a3c157094a61fdb985b0fb7d95ef916bc8c)
+- feat: warn if charging profile schedule periods are not sorted [`80c5804`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/80c580411036965e34b983809b663b812ed36997)
+- refactor: factor out remote stop transaction helper [`d19b10a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d19b10a86249014d0ec5a5e6d7189d733ae20300)
+- fix: fix daily recurring charging profiles handling [`8d75a40`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8d75a4031f01609a0e788a62c2835ebc0a627330)
+- refactor: cleanup default optional default arguments handling [`7f3decc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7f3decca34321ef6f6bf3b7f40a50db75dae1eed)
+- refactor: rename src/charging-station/Utils.ts -&gt; src/charging-station/Helpers.ts [`08b58f0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/08b58f0020986c0ad1b55e562aaf325a47b9d58c)
+- refactor: use keyof to build the reservation filter key [`2ca0ea9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2ca0ea909c319b763257cedb8ba421c3f22823fd)
+- refactor: cleanup arguments namespace [`d632062`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d632062f209c41719300e32cf0e4c06e151ecc4b)
+- refactor: factor out feature profile test [`d8093be`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d8093be156ab575dbd44546ef4646a6338a27358)
+- feat: add error handling to worker set worker [`2bb7a73`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2bb7a73e94db7533c1ba47db677d709e6f07dfdb)
+- refactor: cleanup reservation code helpers [`cfc9875`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cfc9875aed1b5e773f4baaa30574f1a06534f566)
+- refactor: cleanup RFID tags authorization code [`cfdf901`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cfdf901dfbdf4cf745a1ced9b7870251cb9c6f10)
+- refactor: cleanup log messages [`991fb26`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/991fb26bd3814b583395f5d2623acfae7a3ee3f0)
+- refactor: add date validation to date convertion helper [`85cce27`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/85cce27f97abb607fbc4a2c4c6b335680dd65c2b)
+- fix: handle properly charging profile schedule period outside its duration [`975e18e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/975e18ec2b21e99f182dc0df1e7fb0fe1454665c)
+- refactor: add sanity checks to charging profiles handling [`b5c1950`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b5c1950952ab35ca87efc29816010737d0cc159e)
+- fix: fix gap in schedule periods in composeChargingSchedules() [`c4ab56b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c4ab56bac3353a08b0b7e058e9edfcfc0e629c94)
+- fix: ensure recurring profile duration is valid [`55f2ab6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/55f2ab602b8b52836cbf267e960b7c11633a2e97)
+- refactor: add more sanity checks to charging profiles handling code [`ec4a242`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec4a242aa5f1a9d4201d0ec9988f9dd931978589)
+- fix: fix charging profile handling at remote start transaction [`8e3437b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8e3437b114ccc1cc68d8fbbc4912e4272cc6618c)
+- refactor: add sanity check on recurring charging profile duration [`d476bc1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d476bc1be87bb63cfd8c494ce1ed41204992806f)
+- fix: fix some undefined/null checks [`611d5cd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/611d5cd2c94317acc7959c930bf962847b059e86)
+- fix: fix circular array splice semantic [`f69c430`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f69c4304a22b434e310dd7ad7ca99fe9cbf2ea64)
+- fix: ensure composite schedule period start at 0 [`0e14e1d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0e14e1d42f7fbe28955be2cb77e6ad3f7277e9a2)
+- refactor: cleanup log messages [`04c32a9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/04c32a956205b29f2f5d7a1ac1b28a9f3e9d39c1)
+- fix: warn abount unsupported charging profiles structure [`142a66c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/142a66c9948adf165706107e1fcadf9f87bae559)
+- feat: add support for charging profiles relative to charging start [`a71d4e7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a71d4e70068e2fa299a182803fb1d9b828d8335b)
+- refactor: add sanity checks to recurring profiles translation to current [`7cf61ec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7cf61ec26bcf3603879846ddf12165b75fb6468d)
+- fix: ensure the latest schedule period within the charging profile [`ccfa30b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ccfa30bcb2406fa394faf8fb2402a1d409c1a409)
+- fix: handle proper the number of arguments in isConnectorReservable() [`d2cd59f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d2cd59f04ae667c1671ba5566307fe0e8e3e4352)
+- fix: fix ui server default application protocol version handling [`7aba23e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7aba23e1557507a9f4c80ae37dfcfcfaa834eb5d)
+- refactor: refine charging profiles handling variables namespace [`e303796`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e30379693404ad623548b856606a689ff92c4c84)
+- test: add isValidDate() test [`ac8178a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ac8178a44e03ada45311749a741a4661b665a011)
+- fix: check reservation status at the end at start transaction [`7b2ed58`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7b2ed583ff91eb54d1981807f28acdf3939c1808)
+- refactor: cleanup reservation code [`530e5fb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/530e5fbb749e20d337aff18f643dc69a5b5444d6)
+- fix: properly translate schedule start date to current recurring time [`497588e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/497588ef4a25784044c3ffb0e92e0c7fa6874e5f)
+- build: improve number of workers computation [`eadc058`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eadc058ca00ba1593df48ed2fa4e69f60707c9aa)
+- refactor: cleanup get composite schedule code [`d372f6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d372f6da34cd27ce947ea2457dc37646a7edb472)
+- refactor: use helpers to manipulate duration [`f0c6601`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f0c6601ce4775df027891c798aee443c2ef9eab2)
+- refactor: remove uneeded helper in reservation code [`10e8c3e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/10e8c3e1ea9f4b8bb034bdd8450e5a0db61092e4)
+- fix: handle properly charging profile validity date [`aa5c5ad`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa5c5ad45b29b569dee9248909411b7d6004a4b3)
+- fix: fix configuration section cache usage [`eb97901`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eb979012a7cf774edbaff7bff6da3e941024d3ad)
+- refactor: add type for charging profiles limit [`947f048`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/947f048a4d756bbe346b943ff74cf6fb81837f9f)
+- fix: fix promises return type [`474d4ff`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/474d4ffcd45d49bb242f51510a28569b00328676)
+- fix: fix reservation at remote start [`6677db1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6677db13413bf11bc6f8c4a509145e3b2453d59a)
+- fix: add date validation check in date conversion helper [`43ff25b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/43ff25b8055903d84a99969412c36196e979c6bd)
+- test: add extractTimeSeriesValues() test [`1553f6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1553f6dfdc6f706c6a1e399751285322fbf98595)
+- refactor: add sanity checks to worker set arguments [`81027aa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/81027aa51f531fe0d964be45634e0e20077ac328)
+- refactor: cleanup variable namespace [`354c3fb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/354c3fbee8d01f90e16b851797196c77b7c07bf9)
+- fix: remove monthly recurring charging profiles [`6d52ef2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6d52ef25c911dcb8d37ead86819b53a7fe35ef53)
+- refactor: cleanup getLimitFromChargingProfiles() helper return type [`2ed9c7a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2ed9c7a844dd0ff83236dab693c18d2fad046310)
+- fix: ensure daily recurring charging profiles are adjusted on a day [`de32725`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/de3272506539665b7ae509b7c056423af1332fb2)
+- refactor: cleanup RFID authorization code [`ec54600`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec54600d41e798a66e61e6311ee07cccfb1aea2b)
+- docs: update worker section documentation [`8053c84`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8053c842c7b96f5d62f4daa7dbd5054ba7468e05)
+- refactor: switch to try catch construct [`9fe88c4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9fe88c42d40c7931b0e9c7990633c658758b39ba)
+- fix: handle recurring charging profiles only in the past [`dd41088`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dd41088e0253c8c25ca4ef74a8b96f9e2b968f10)
+- feat: add worker set events [`c26984f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c26984f2a8831eeb78ce791837f0032fd4bc8824)
+- refactor: use helper to check charging station at WS opening [`e6a3323`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e6a332330734dcd91f2619880d2006392cae67e5)
+- refactor: cleanup date handling [`b85cef4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b85cef4cba7e4d2294940aef29a9f74edf800dac)
+- refactor: remove deprecated configuration tunable handling [`29b3487`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/29b348791165e71714e03a66b12068fdc21e673d)
+- fix: tx charging profiles have precedence over the ones on connector 0 [`21ee4dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/21ee4dc2dc59410c94c69d11c46ddf07c7298ff1)
+- fix: fix wrong charging profiles resorting at power limitation [`0a96409`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0a96409ab6db51ef7b2e6e292216d12c926f7e9c)
+- refactor: rename ChargingStationConfigurationUtils.ts -&gt; ChargingStationConfigurationKeyUtils.ts [`fd49064`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fd49064f1e0559dca7cdfb0a00ab6609532f66d7)
+- refactor: silence linter on code duplication [`6913d56`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6913d568424300ebfa5765ca55006a4ce0525ac2)
+- test: code cleanup [`3dcf7b6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3dcf7b670fa7a199022988902032d4225f27865e)
+- refactor: improve recurring charging profile mishandling error log [`6c8d333`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6c8d3332b2a189a435cfeb00c942a09071c8c1df)
+- docs: refine code comments [`d467756`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d467756c6bffa394dc17e9a54b97a3679e9a512a)
+- fix: ensure charging schedule periods are sorted by startPeriod [`710d50e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/710d50eba8aa2b5bedb80092c715f6848d46c1f9)
+- refactor: remove unneeded backward compatibility code [`4fa476b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4fa476b70ba0110845cd9f55372afb6b6b03b8f6)
+- fix: avoid worker-threads restart at error during startup [`156c5f4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/156c5f4ee0466adeb90e1e131e98b3f271955787)
+- refactor: improve start transaction sanity checks log messages [`dcda056`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dcda0566d1bcc7e3390faeb044a5195ac0c811a9)
+- refactor: improve debug log messages [`88499f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/88499f52f95a8030eb2186b918fac160b95e58a5)
+- perf: only clone the targeted connector status in ATG [`a82d032`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a82d03296ad3232474c9f769e02c840bb87d0178)
+- refactor: cleanup reservation check condition [`0557254`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0557254bd178be09468f48b28c570efa4ada83b2)
+- fix: properly use date-fns difference functions [`d9dc629`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d9dc62924217cf334019aa04322a18e2e032d659)
+- fix: wait for worker exit to clean the worker set [`b3ded6a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b3ded6aeb2468b6fa4fa7f456da929912626d8ec)
+- fix: remove transaction charging profiles at stop transaction [`dc34754`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dc347546238a2a8c5cf9f5e1c60dac29913e3948)
+- refactor: cleanup rollup configuration [`92bee07`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/92bee070af6c66a62db8ef8f66e9e1e374b7e899)
+- docs: refine issue templates [`7d7cc59`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7d7cc599261508fd5c136ac5d13bcf73111dd70d)
+- docs: warn about github issue misuage in issue templates [`72b3d83`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/72b3d838688a1860297e7afb195e7d576fda3a69)
+- fix: stop reservation expiration check at stop [`5543b88`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5543b88d23c7a36c74dfdeeb8a544bea1d992210)
+- fix: clone configuration only if defined [`ae8ceef`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ae8ceef30ba0f15167f7ec0a404d637c1be73a85)
+- refactor: cleanup try catch constructs [`9c0ecbd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9c0ecbdfc6c453983f93a58e80ddb4d1294b4483)
+- build: update volta pnpm version [`59b8839`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/59b8839e9cb296c9103cd6b26c7a3311aa822378)
+- build(deps): Bump sonarsource/sonarcloud-github-action [`8ea00e3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8ea00e389d5ddf64232afe85d1c4a71ce71ed481)
+- refactor: improve log messages [`320d07e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/320d07e3ed4a20f5417cc33e611ea17c67f7fda3)
+- fix: check for the connector status definition in ATG [`0a0da58`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0a0da58d95d81782d92cd9a03c80ea6d3945aef6)
+- fix: revert incorrect fix to elementsPerWorker 'auto' computation [`411f6bb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/411f6bb4983762f77c3b6505335ebca8ec7a413d)
+- fix: fix elementsPerWorker 'auto' computation, take 2 [`e2e2369`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e2e236940205506d4bf9d5e322eb9c64006edb6b)
+- docs: add 'steps to reproduction' to bug_report.yml issue template [`7b3045e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7b3045e3cc041ea2b8221cb16e55f4a51253d89a)
+- fix: fix configuration callback property type [`0e8e6cb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0e8e6cbe5341dd888cb63cfc598ef0088ca51ff8)
+- docs: refine README.md [`673dcee`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/673dceeb06cd95917e0935d1bf389c8d9d62405c)
+- fix: fix recurring charging profile translation to current time interval [`05b5271`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/05b52716e8aecade28e957d243969639086fd1e4)
+- refactor(simulator): cleanup worker set variable namespace [`bd62e88`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bd62e88fd15e6e1452d69e9f32240e38be8cf743)
+- build: bump volta node version [`e1d9ac3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1d9ac3535b450877c8e6d4820b145eeb4013282)
+- refactor: cleanup CF manifest template [`59bed53`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/59bed53246276e8bcd418ab832fa32891d56d7f9)
+- fix: typo in condition check at remote start transaction [`53956a8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/53956a87e672adbbc6dff38b20d7e5d813e3e9cc)
+- docs: refine bug report issue template, take 2 [`acdb5f0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/acdb5f0bf3aefdca197d4dd89882fc82eb56006f)
+- fix: authorize remotely only if configured [`e0fda48`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e0fda4811c974718613467174702af152d1c3eea)
+- fix: use aliased payload type on broadcast channel [`346b47e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/346b47e0141c0b01c40f052437355e126fc28428)
+- refactor: remove now uneeded sanity check at worker message handling [`847c524`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/847c5243ac4d0d01c1f5d2d363a494fa686f6d73)
+- refactor: unflag worker startup at the right time on worker set [`3fb2659`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3fb26594ef01e3f443bcc0bbf81401c6e38fdc01)
+- build(ci): fix merge queue usage [`da4b23d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/da4b23d0bba98202eb8c8e145ac31011e3f83e1f)
+- docs: refine bug report issue template [`dd8d764`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dd8d764b3106ad60252c29229f5d21b000147e7f)
+- fix: ensure all charging station changes are pushed at start transaction [`4294bc6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4294bc6b158a69b6132b07bffca9d371ac93a64a)
+- docs: refine README.md [`6e2f954`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6e2f954cbb505ad26c61d950e29685d5d49d5f00)
+- test: fix tests [`05cda7c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/05cda7cec483c6996c0f2619af3fa20a211bf47d)
+- fix: ensure transaction id is a safe integer [`d150449`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d1504492ed96495ddbba08549fccc5201774bce4)
+- refactor: code cleanup [`cf45681`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cf4568157972bb2aa3a94603a93266e9272e89b3)
+- docs: refine README.md [`36782bf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/36782bfed0461c23e4b18bf39b045490b6c4e70b)
+- refactor: refine error message at building default storage URI [`f39ae76`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f39ae767c322dc874ced95d72e7551c846322280)
+- docs: refine README.md [`b31950f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b31950fe688b53273a2f999b0eec49e537017a60)
+- docs: refine README.md [`4f0425b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4f0425bbd3b835bc51030097e276ff6e3c8c4e7c)
+- docs: refine README.md [`70068ae`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/70068ae042f460726e96da0a77503521dcd49424)
+- docs: refine README.md [`0196691`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/01966915d359a73f8d359504aa3929f3dba7df8e)
+- build(ci): lint the code only once [`906ba5c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/906ba5c516ac3b3dd99bddefba64e82405b3b8be)
+- docs: refine README.md [`3c0334c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3c0334cf0a651421757f3747accfdef6c0523c7c)
+- fix: fix elementsPerWorker 'auto' computation [`9cfb1e0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9cfb1e093438268427b17c5e45505acd17730e05)
+- fix: fix integer check condition [`f028efc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f028efcac4512be662211c90b3fb2107f6830319)
+- refactor: remove uneeded unknown intermediate type cast [`66b537d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/66b537dc52309a7025813c238dcc29d44bcf4e0d)
+- docs: refine github issue templates [`a2543ca`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a2543ca46882bfddb35ffe325b0cb6cebff048ae)
+- docs: add labels to issue templates [`9f9755c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9f9755c2b00dc4a6d2a55b583c038f96f93471eb)
+- docs: refine README.md wording [`7cd86d3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7cd86d34da0ee2887006ba0f19aa803201d2bf95)
+- docs: update template tunables documentation [`d0e5857`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d0e58571c45284150f5a4206f8a060e963e98763)
+- docs: refine code comments [`72757b4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/72757b44c882ee324a606ec41358f393b0b58e6e)
+- perf: only sort charging schdule periods if needed [`44bb21d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/44bb21d4c92c0999b7b8fd43ed498dd5aeefc884)
+- refactor: refine log level [`109c677`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/109c677a5888e53d954a4f276b975b6c088ba0dd)
+- Merge pull request #634 from SAP/fix-limitation-from-profiles [`cded27e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cded27e4f2a970eae83fd55ce54a76f6dc1a05dc)
+- fix: fix ATG configuration save at template reload [`e3d3551`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e3d35515a6372b184121b7805c543fabc6f52692)
+- build: ensure an integer value at // build [`e0f2c23`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e0f2c23408b6ef6e12f70c9b46a4e8342a1305db)
+- refactor: emit worker set info at element started event [`bdb50f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bdb50f5a32406bfbde8d53d352b37f0a434a1e7f)
+- refactor: flag tunable as deprecated [`b8efd65`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b8efd65b4afd9229385af677e3e2a829f3280712)
+- build(simulator): silence rollup warning [`8334d32`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8334d3299f3c0c62a4a819b4b696281f547d3b1c)
+- test: improve isArraySorted() test [`479200f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/479200ffe080f9c6062ec4dc89db6b78f763db80)
+
+## [v1.2.19](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.18...v1.2.19) (2023-07-19)
 
 - fix: fix 'Cannot read properties of undefined' with revervation enabled [`8cc482a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8cc482a9324a0989516b6eb6db85a16258c4b4d1)
+- chore: version 1.2.19 [`e50d96f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e50d96f53f0c4f1d414d6503363bb3eed07c5d72)
 - fix: do not use async callback with setInterval() [`37aa4e5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/37aa4e56f13180ae59072d3f86a7a88d5acaedd6)
 - fix: fix ATG startup [`bdc9dc7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bdc9dc79f18b4af66cf9565e8df86d0348fd294c)
 
index 89e8d748a02f1d371618c2ea3155178862b1cc83..479c57d186b7f4dce194788d92f1b70849d04325 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.19",
+  "version": "1.2.20",
   "engines": {
     "node": ">=16.14.0",
     "pnpm": ">=8.6.0"
index f914381bcb563e23e77fdb2ffe4808436ab95819..56d92f0c303de2360156f70d006c9bf7005b1216 100644 (file)
@@ -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.19
+sonar.projectVersion=1.2.20
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src