refactor: switch to public static instead of setter in configuration
[e-mobility-charging-stations-simulator.git] / CHANGELOG.md
index 11675ad18132a3982e4f5eb5bb410e9abff2714c..744f0e11a2a3f563c4ef1195b8007dda95bf0799 100644 (file)
@@ -1,6 +1,390 @@
 # Changelog
 
-## [v1.2.15](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.14...v1.2.15)
+## [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 -> 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 -> 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)
+
+## [v1.2.18](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.17...v1.2.18) (2023-07-19)
+
+- build(deps-dev): apply updates [`5edd8ba`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5edd8ba0f8978cfb3ca9d80f299d9748c6c5970e)
+- refactor: split Utils static methods class into functions [`9bf0ef2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9bf0ef23c51160abc6866ad8d07eea85e308edb8)
+- build(deps-dev): apply updates [`e1d9a0f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1d9a0f4d6ff1a90048e9a694fd12b7031cc6961)
+- refactor: split ChargingStationUtils class static methods into functions [`fba11dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fba11dc656de000473d0639be238c8151f217d93)
+- build(deps-dev): apply updates [`2f57dd9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2f57dd9b3ef6890aaac2411dcc2e82a3ce46ee04)
+- build(deps-dev): apply updates [`80e9ca9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/80e9ca9d1e81d38e123df3fa3c422e91c75c0e8a)
+- build(deps-dev): apply updates [`7f8958f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7f8958fea58c80fd6286c46eff3cae9a1f4a361c)
+- refactor: factor out OCPP params handling helpers [`f2d5e3d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f2d5e3d9bd2e0a0e139c270ea791a5a6833c13c9)
+- fix: fix configuration section caching [`5d04982`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5d0498291974ec3a130ba4b1c4663d13d16992c5)
+- build(deps): apply updates [`e013cd8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e013cd8677195ed3e441c0d4e01eecb2bcbfb896)
+- build(simulator): switch to strict type checking [`a37fc6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a37fc6dc8267e22b2b2d35773525980b81f014e8)
+- build(deps-dev): apply updates [`3e8d029`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3e8d029bbd0a072ae80c45e9a50770de3218cbc1)
+- build(deps): apply updates [`43ef86a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/43ef86a2c7b0f9248a731d297bed366ce3187f33)
+- refactor: cleanup imports [`d972af7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d972af76b6d7d1d2a099d254eacf45245b5316ac)
+- refactor: cleanup configuration class usage [`864e5f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/864e5f8d63cb09c2f4d6ac46b80ea15e34cc9a04)
+- build(deps): apply updates [`5bbb9ed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5bbb9eda02244cc808550a959310b5fa04ede149)
+- build(deps): apply updates [`5d9e7f5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5d9e7f55476339c2de54a042f9c2e938bcbfc44c)
+- refactor: cleanup configuration namespace [`f74e97a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f74e97ac226b4cb166eafc4a3c38a6c1e8215cef)
+- build(deps-dev): apply updates [`924e16c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/924e16cffa2f5e27c6c09487645083f6486fb8a8)
+- refactor: cleanup null checks and helpers [`f568f36`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f568f36861d62d759a95b17fbe10380eca88a71b)
+- feat: add elementsPerWorker automatic calculation [`8603c1c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8603c1caae4c616b0c1f8292c7f70bf3b0124175)
+- feat: add configuration cache [`974efe6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/974efe6c9928aabb0d9356c19342d0fa432f3cc1)
+- build(deps-dev): apply updates [`afaf003`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/afaf0037d8d76a4528ec577b69a0c5ad56100083)
+- chore: version 1.2.18 [`ad4b054`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ad4b05411e49ce54ed421f9e393a15aee76bc309)
+- Create clone-count.yml [`3848c42`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3848c42989e06b10344bbfa5bd2ef0c253f7d9f9)
+- build(deps-dev): apply updates [`0feaa97`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0feaa975c49a8607e0b90acdaad9b609c461807f)
+- build(deps-dev): apply updates [`4b8d701`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4b8d701aaa72a3624c66390683e353408e6e89ee)
+- build(deps): apply updates [`e630014`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e63001474c7c4f2752be2985dc891594ac5f691a)
+- refactor: cleanup default worker options handling [`4a3807d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4a3807d16c54137840a60af41877f3b21de12950)
+- refactor: add type parameter to OCPP stack for request and response [`9429aa4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9429aa42d725c4b42c30e0134d75b363aed412f0)
+- build(deps-dev): apply updates [`6074ba9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6074ba929766c6420f0729f8bf216e71863d58c4)
+- build(deps): apply updates [`9d5b181`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d5b181b6165ba6b47b7ea9fb026747a9bb54b29)
+- fix: ensure reservation expiration internal is > 0 [`42371a2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/42371a2ed3ad187c91417fa759fd260ae86dee7c)
+- docs: improve code documentation [`361c98f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/361c98f57255e5b91d123d5f2ba43ab533134b1a)
+- refactor: cleanup performance statistics namespace [`c36e3cf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c36e3cf0312f553b4b8c2b716da0d55cc87450cf)
+- refactor: remove payloadSchemaValidation from template in favor of ocppStrictCompliance [`0282b7c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0282b7c0ea2651c7367cd21bc96e8ef3637076c7)
+- refactor: cleanup performance statistics variables namespace [`f6778d7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f6778d744cf0bb0c9d352a7960b44c78d896f822)
+- fix: ensure configuration section cache is always initialized [`c1c97db`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c1c97db8708f26af10385f6e86af7cd933891bb8)
+- refactor: cleanup performance statistics code [`a8735ef`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a8735ef9770a6dc8f7ed19c7df5fdf607da0834c)
+- build(deps): apply updates [`2cba2dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2cba2dc77579b298d94f3923e200982f036ec572)
+- refactor: factor out extractTimeSeriesValues() helper [`da55bd3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/da55bd34b987cea87c4fd1e508f3a24cee6f5418)
+- fix: fix roundTo() corner cases [`316d156`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/316d1564060a88932a006299a12f621d64a0320f)
+- refactor: order configuration class methods [`c831d2b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c831d2bcf192839310f736ab508a0050eec451ea)
+- build(deps): apply updates [`fac8866`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fac8866f9d09e5621d41337fb5f53adba1cfc0e7)
+- refactor: remove pool strategy from worker configuration section [`eda9c45`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eda9c4514246fca7fb42572936dfe2b018abb8e5)
+- refactor: cleanup loops over object keys [`b2b6062`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b2b606263e2676354259164d532ff9aa91ccdf87)
+- build(deps): apply updates [`c7d835b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c7d835bf4127be734591fc24ce0df49fb1377153)
+- build(deps): apply updates [`792e0e3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/792e0e36e1352cabb06e98727bd330443b513cd0)
+- fix: fix elementsPerWorker automatic calculation [`34c200d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/34c200d5d7239aed80b68da98b664b573bf6e8bd)
+- feat: make ocppStrictCompliance define payloadSchemaValidation default [`b03c86f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b03c86f2f90f1390805570e296d16af071d4b2c7)
+- fix: wait for workers exit at worket set stop [`dbc2990`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dbc29904c4cdd813b9ff179734175b6bb6cc06e2)
+- create clone count badge [`b319c95`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b319c95f25719ca70dd365a73058912c2902f4df)
+- refactor: improve configuration section typing [`e7c0fce`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e7c0fce05d773fcc1dd2fb285f824808a5dee243)
+- build: add keywords section to package.json [`0215fd1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0215fd1419fd04f16394ae320e3d32226a63bdac)
+- build(deps): apply updates [`1821a65`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1821a655960f64974175cce8a503f24c2de51e24)
+- build(ci): fix linting [`3c8798b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3c8798b163014a2f28c3e559bf1685bdc61fd3e0)
+- build: update GH actions [`c41ef1e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c41ef1e0e9242c0404d067dea8072bdae3419e5c)
+- feat(simulator): allow to deprecate only template configuration key [`e4c6cf0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e4c6cf0531872c2a00fcba346e9ee5b46fac3e27)
+- fix: flag dynamic pool mode as experimental [`56e2e1a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/56e2e1ab1829773ae32048930fbf6c4c98333891)
+- build(simulator): silence linter [`e843aa4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e843aa4048c6bfcad2d8e54763b649eda57dbcb3)
+- fix: clear idtags cache at template file change [`e74bc54`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e74bc54995a3758d3e3a60af3eb2bb36eb78d2e4)
+- refactor: cleanup package.json version usage [`628c30e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/628c30e510dd0f12be4432bd5eb0ff86790c4de0)
+- refactor: move code into try catch block [`c96b764`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c96b764e304602bb2ceac55454fa460c066acdc5)
+- refactor(ui): switch to named export [`8137295`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8137295e4885116eaf19dcc7b3980d1e5a0b13e3)
+- build(ci): silence deprecation warning [`3592023`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/35920236aa7d60ceb1b73f4709031b84c375722b)
+- refactor: syntax check in worker configuration section [`b5b2c3e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b5b2c3e80ba8b67b3c87b1700abc9d86852ab77a)
+- refactor: improve helper arguments validation [`8f3233c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8f3233c2c8819e361c598519f9b1d17ad5cc7cdb)
+- docs: improve code comments [`0fb4ae9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0fb4ae9273d097c85736accac13c2283ee49bbea)
+- build: update volta pnpm version [`6aa3cf4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6aa3cf498d985013c4a592d5f3f8784727e09063)
+- build: update volta pnpm version [`c02ed72`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c02ed72ea85b9c0bde3f57a4b1ea55499e4ce109)
+- build(ci): fix push to protected branch [`a43b0b4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a43b0b4786196687d535dc0ef6412a04b5ffbaff)
+- docs: fix README.md tab [`cb1a0a9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cb1a0a92ebeb03648c93a18a6e8a57274f03f8d2)
+- build: bump volta pnpm version [`2d0d346`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2d0d3469e92af02f8227cf4ca157b37e2e2eccba)
+- build(simulator): cleanup TS configuration [`a1c394a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a1c394ae6f706a51274c4a2adb1d5d89c0913596)
+- docs: add commit activity to badges [`f1fded7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f1fded7b31b8276a9e29e4e9f2208d81350ef027)
+- fix: fix inscoped this in configuration class [`f085516`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f08551670b18a567ceb499c36e13ee6f1bbbc02c)
+- refactor: cleanup type casting [`d149310`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d149310fefd7f03ea394e72e921021a2148be0df)
+- refactor: cleanup [`58ddf34`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/58ddf341890de6554fc6c5325f82a33f3e4b3632)
+- docs: refine README.md [`a8ee983`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a8ee983047925818f76b0dd2d69f6693b7d22bbc)
+- build(ci): cleanup action [`940943f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/940943f479ec38d2579b8ca4c933cbd462e5c080)
+- docs: refine badge links [`bd5ef8e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bd5ef8e86fb08a4f222ad1c0d0a719aed833218a)
+- docs: refine badges [`e7cb1b6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e7cb1b684b42ad70d2deb39ad9edd066ba1c0176)
+- docs: fix README.md template default values [`d95f02c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d95f02ce1f5f7df4548afae579e9ab2e6484414a)
+- fix: fix availableParallelism() usage for min pool size [`cc50659`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cc5065999da6bae0caa463848ce4612d65484316)
+- refactor: refine error type in helper [`7c2c6fd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7c2c6fd37881dd238855cae4a0d0a21d0d44111a)
+- docs: display the git clones number badge [`d9bde57`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d9bde57694dd803872acbd2e32ae73e65ff5b7c3)
+- fix: properly deprecate payloadSchemaValidation template configuration [`f26233c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f26233c0fd267bc2ef00636ca7531a0877bb5dbe)
+- build: cleanup eslint configuration [`41a61e5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/41a61e5b7df239abb8b5b597e64cc977e0c17d28)
+
+## [v1.2.17](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.16...v1.2.17) (2023-07-01)
+
+- feat: move logging configuration into its own section [`#348`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/348)
+- build(deps-dev): apply updates [`48d6341`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/48d6341865611ca70238e84c88692ca5b70fe637)
+- build(deps): apply updates [`6790ada`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6790ada0235baa6f13e8118f72f24a12d211543c)
+- build(deps): apply updates [`2077055`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2077055721191758f98f26d0d7c9f029bccec88f)
+- feat: use OS optimized pool size by default [`60d1f5b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/60d1f5b09771029bd3459a620e883c58dab0d4f5)
+- build(deps-dev): apply updates [`3ed14a5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3ed14a58c87be16effe926070f8e47de09b041b6)
+- build(deps-dev): apply updates [`30624b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/30624b189388ba1a22b486dd66bcb13c6ae936ec)
+- build(deps): apply updates [`cc78217`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cc782174197db07a874c288161089701fd0ca108)
+- build(deps-dev): apply updates [`2b080fa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2b080fa6677549d1b20859c595af1b2a3344be6b)
+- build(deps): apply updates [`fbc5c5c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fbc5c5c175d37c7565cbc9ccb09259ca68cc70be)
+- refactor: remove debug code [`03e9d27`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/03e9d27705d90abb583fddcd0cc94b585110c633)
+- fix: fix eslint invocation scripts [`95f74df`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/95f74dfb55bd72045164be4b8dc62576e7c36518)
+- build(deps): apply updates [`a8c42bf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a8c42bfa530b48fcef5c88992466aa9deca9abcb)
+- build(deps-dev): apply updates [`349d5d2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/349d5d26522c29f6841bc7ca3b0663d51cfef30a)
+- fix: various fixes to the reservation code [`3fa7f79`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3fa7f79999c26d0783d13cbae7c038c840fdd303)
+- fix: fix worker options argument passing to worker pool/set [`be245fd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/be245fdab36274873e0a9651589cebd097548076)
+- build(deps-dev): apply updates [`42cdde9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/42cdde9af59120d9096533380a97fa6bc3ecd26b)
+- chore: version 1.2.17 [`e4ae9a3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e4ae9a3dfd5b93af9e8537e8f67983877733adc0)
+- build(deps-dev): apply updates [`3f7313c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3f7313c56158038d0891d92c17be5ec89caab92f)
+- build(deps-dev): apply updates [`08921fb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/08921fbbb2829f0d4593400f77b49b7eaa610576)
+- fix: ensure simulator will stop after a timeout (120s) [`1832a98`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1832a9868aa1ce376d7a408afa3c01c0f44a5cb3)
+- fix: make worker set respect all relevant worker options [`29bb4de`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/29bb4dee107ec14629baaf6ffc66d934c4c2dacf)
+- fix: ensure id tags cache is properly cleaned [`26a17d9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/26a17d9368bd65430bea2a04d23df8ebe84aeac2)
+- docs: refine README [`f6105f3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f6105f32e5f819ece6190c3958cd14582ce2ca33)
+- refactor: consolidate worker events enum [`810f4ca`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/810f4caf2bf0b12d5c429d1d21af62b1fe67f965)
+- build(deps): apply updates [`564f52c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/564f52c95e3dcb8769b758053ec028e8da457be8)
+- refactor: use a directory to store performance related files [`53b8a4f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/53b8a4fd3c9b2612ddecf5d7abd0715bbab94c64)
+- refactor: cleanup worker export [`6b2f437`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b2f4370c8c7c06fd1b6939134f737cdad24171d)
+- feat: display worker set/pool info at startup [`0bde1ea`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0bde1ea1ef9f72552609d6314d0533d565a09aba)
+- fix: properly handle non existing configuration sections [`25baaaf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/25baaaf241b827786fd7c11a77c9a0f3431608d0)
+- docs: refine README [`d317ba0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d317ba031e5f4a1a93b13ec136ea7593e8e3386a)
+- fix: do not run scripts while installing deps in docker image [`e028497`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e028497c367f38b3d1303634d65bb90d764374cb)
+- refactor: align set information namespace [`19bdf4c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/19bdf4ca58ec313de2404dc598553a328b425722)
+- fix: ignore performance top level directory only [`6b6a738`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b6a738becb1ca0c401a963947ec7ccfeb21ef0b)
+- docs: refine README [`58b0ee7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/58b0ee76761fc9f18b85e4b009995bda177c1f1d)
+- docs: refine README.md [`d351791`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d35179157e1dbb05514ac3ee6b2634ea6e7fc3ca)
+- refactor: refine configuration deprecation message [`be623cd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/be623cdc2f32b395ea509ec9de512bd68f5a1b85)
+- fix: export worker events also as enum [`c9101d5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c9101d5d7c5fcb3cbadee55596cc38975e4929b7)
+- docs: add FIXME [`933e253`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/933e253b07b60f598e94a40cb817e334fb0f1995)
+
+## [v1.2.16](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.15...v1.2.16) (2023-06-07)
+
+- Merge as is with trivial errors to be fixed in a subsequent commit. [`#574`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/574)
+- refactor: applied changes for pull request [`66dd344`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/66dd344779f5258bbf4c76b386d005c0c2160b11)
+- refactor: rewriting functionalities and added additional helper functions [`d193a94`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d193a94981cfed2c3d502eeca581ce4e9f0eebe5)
+- build(simulator): features for reserve-now and cancel-reservation support added [`24578c3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/24578c318295d517762fa075959846f230affbe0)
+- feat: restart worker on uncaught exception [`8baf3f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8baf3f8f3e3330c90cbd3474b6f5c7d589be17ff)
+- build(deps-dev): apply updates [`e1140db`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1140db1186f026dfc1756900317542259b67ff8)
+- build(deps-dev): apply updates [`c2a5b46`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c2a5b469f4015f72f2b99de1c0140e712b609ecc)
+- build(deps): apply updates [`bf10ea9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bf10ea967a8f5d2cfc119d0fca405b6224b83b28)
+- fix: guard against concurrent simulator start/stop [`82e9c15`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/82e9c15a91568d8a391677f11c315f4b253336ce)
+- feat: add event emitter to worker pool/set code [`962a815`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/962a8159b104d06b945fc28143c4468ff1c913d9)
+- refactor: cleanup reservation handling code [`178956d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/178956d8c51c6a2b4ecc55b592dfb9ee339b8105)
+- refactor: use helper to set and send connector status in reservation [`ec94a3c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec94a3cf52930554aa2ffbdf67c06f23095cabb6)
+- refactor: factor out charging station events waiter [`b1f1b0f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b1f1b0f6ea0a9a5da396e20083071857e40c538c)
+- chore: version 1.2.16 [`367f395`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/367f395068fb3d8ec7ecef0d3233b27844475a2f)
+- Merge pull request #596 from JulianHBuecher/reservation-process-bug-fix [`9c6983d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9c6983d1f7acf05a0a4b69ddb233c8331063a79c)
+- build(deps-dev): apply updates [`d7dd512`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d7dd51247ad8860ab4b4eb7b730b7eee4bbb0fca)
+- fix: validate response payload related to reservation OCPP commands [`28fe900`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/28fe900f67212a25ae58ff48afb46f92bf7a101c)
+- build(simulator): constants, requests and responses for reservation scenario added [`db652e1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/db652e1ea3fbb7ae3902c4b91b857bca44c87ac1)
+- refactor: encapsulate worker in an object [`6b57eb9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6b57eb9a3fccc8e29028b00a3a1f33544852760f)
+- feat: expose pool/set information [`b779c0f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b779c0f8db458a7d53e702fbb50ce23a2fe01d39)
+- perf: run charging station as async resource in the worker set mode [`a679a16`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a679a1625e2f153a4c882bc8ff7befce50d4119a)
+- build(deps): apply updates [`2ddfa7a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2ddfa7a4f97b2b5891ffc5d4a71e9182955f362e)
+- refactor: cleanup worker set code [`b0dee77`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b0dee77873629ef36e472deb978a0a0ead3fabca)
+- fix: missing status updates regarding reservation cancellation and replacement [`ec9f36c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec9f36cc584e72b454151d8c871d8bf0faa7b7d7)
+- fix: avoid concurrent ATG startup [`1135386`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1135386576395b90768d5e03a16fb44d340361e0)
+- feat: add configuration tunable for logging enablement [`ae38904`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ae389044af7cfc9661bc53658ea405f4f1ae84ae)
+- fix: Handling of remote start transactions in reserved state [`899cb10`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/899cb106c44c0b7a56266b5470a22c0cc773cc44)
+- build(deps): apply updates [`15ad763`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/15ad763ee257fb7d6b767a6014c273f757641b02)
+- refactor: throw error at simalator start/stop outside the main thread [`ee60150`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ee60150ff976ab3689fbef317ca0574459a0a819)
+- fix: ensure firmware update simulation always run as async resource [`507a34c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/507a34c154d4877cc261df07b942bcef01b87b4b)
+- refactor: cleanup reservation code [`b029e74`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b029e74e2da1c9181d29ec10e6e2f4c2375b8da9)
+- refactor: trivial cleanups [`022a231`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/022a231c76e227205b0124a7aef8e16ceb86a1d9)
+- fix: ensure all charging stations are started as an async resource [`ca47912`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ca47912d4ef0ca7608be49e62aadb6a931d74359)
+- refactor: cleanup reservation code [`96d96b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/96d96b12d0fd34e04b09e6262bb2d385a15b220f)
+- refactor: revert overzealous cleanup [`eb79c52`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eb79c5258581a9fe082bd8be1b534fef93f8ff6a)
+- Update src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts [`090ef12`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/090ef127fcc1199642b7a25e28b479f8d94afbbc)
+- Update src/charging-station/ChargingStation.ts [`ea5d5ee`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ea5d5eef0981ce1a29c2cb6ce5ee0e8408250952)
+- Update src/assets/station-templates/evlink.station-template.json [`433ee2b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/433ee2bb3952ed19dd3dbf336c03f3eaa30370b7)
+- Update src/types/ocpp/Responses.ts [`bc45a60`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bc45a604f3a01b1601a85d76046c42961fc2ec9e)
+- Update src/types/ocpp/Responses.ts [`9cfa0fc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9cfa0fcf76afc3d5d2bb552cd2d7764f6635f670)
+- Update src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts [`0ed4ca0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0ed4ca0a1bd55fddf3c219e8cca11ca6d7f33b54)
+- Update src/charging-station/ChargingStation.ts [`103a72a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/103a72af06695a79b009fce5d66e297aeed85f4f)
+- Update src/charging-station/ChargingStation.ts [`baa539e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/baa539e6b66a5c479327f48195df5a4133b8c0e7)
+
+## [v1.2.15](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.14...v1.2.15) (2023-05-31)
 
 - fix: fix commonjs import issue with node.js 16.x.x [`#582`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/582)
 - build(deps): apply updates [`13aa228`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/13aa228baf773556a558eae4b6aa6170d57941b7)
 - build(deps-dev): apply updates [`eee4fe2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eee4fe24584ffacde1d5d905f4ab77cd9cff926e)
 - refactor: only copy assets used at runtime in the bundle [`672551e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/672551edc7fdd48814717269e2f814bd54fa387b)
 - refactor: convert WorkerUtils class static methods to constified arrow [`789871d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/789871d6585093e2ab0444bd7ca063ca86c344f8)
+- chore: version 1.2.15 [`64a32e9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/64a32e9aab21b14c07bacda8766056a676f17f9c)
 - fix: allow to set some x509 certificates in templates [`d4d6573`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4d65733e925dcc1b152eef88f3f03e6f25037c3)
 - refactor: factor out default OCPP request params value [`b9da1bc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b9da1bc288a2a6ffccfbca6cd19aa195bc6ccfbf)
 - build: update pnpm lockfile version [`5f0a7b0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5f0a7b0d1d6ccfa750f6f867e7ddfea412f43f9a)