build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / CHANGELOG.md
index 954c0b09ccb34c9529b81aa0c7ab66d4b447f6ab..8f641ecd58834eae394ff2af0d8176e536e00527 100644 (file)
@@ -1,6 +1,336 @@
 # Changelog
 
-## [v1.3.1](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.0...v1.3.1)
+## [v1.3.7](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.6...v1.3.7)
+
+- fix: fix OCPP2 mock server command sending [`#1061`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1061)
+- Combined PRs [`#1064`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1064)
+- Fix GetBaseReport Implementation and Add Request Handlers and CLI Parsing Server-Side [`#1053`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1053)
+- build(deps-dev): bump eslint-plugin-jsdoc from 48.2.12 to 48.4.0 [`#1059`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1059)
+- build(deps): bump sonarsource/sonarcloud-github-action from 2.2.0 to 2.3.0 [`#1048`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1048)
+- build(deps): bump actions/setup-python from 4 to 5 [`#1043`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1043)
+- Add GetBaseReport Command Handling to OCPP 2.0.1 Server [`#1041`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1041)
+- build(deps-dev): apply updates [`11846be`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/11846be1d14c97fd648b9492f861e1ee6f84f2c5)
+- build(deps-dev): apply updates [`2177f6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2177f6d759c2cacf2469d4c7b6de4f2caa7a08bc)
+- test: migrate ocpp server to poetry to ease usage [`c11be92`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c11be92a38d40495df5ec37b9ff946993c4dc84f)
+- build(deps-dev): apply updates [`9d31316`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9d31316ec2ba72f89f2709088ba8482137efa697)
+- build(deps-dev): apply updates [`e6f14eb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e6f14ebf2ecbe64a4f5d026632948c4a2f8b4d65)
+- build(deps): apply updates [`ede334c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ede334c888a1ffccb0ea420c1523e06120276df0)
+- refactor(ocpp-server): format code with black [`d4aa970`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4aa970003b5e5a012dceaa33d1905a170cb461b)
+- build(deps-dev): apply updates [`7f6b56b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7f6b56b555843a45f040f5b709b98725f38bed16)
+- build(deps): apply updates [`06b6085`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/06b60859cbfedab83c209fb2ecdbe0537daf7dfb)
+- test(ocpp-server): switch to ruff to assess coding style [`dfa4a58`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dfa4a5842974c6de70aa04e84a303f1d10b4bb8b)
+- build(deps): apply updates [`5ebea52`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5ebea52afe3ede727cb216e6708156738ced7e42)
+- build(deps-dev): apply updates [`6537ae8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6537ae8f2148496c326bbcd4fdf95dface14c8b8)
+- build(ci): silence linter [`4d8b5b9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4d8b5b9019b4853c97df80817dfb72e7f854b61a)
+- build(deps-dev): apply updates [`5ddbebe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5ddbebe972f979292d0e258d766702aa0fc1eb85)
+- fix(ocpp-server): add asyncio compatible timer implementation and use it [`cbfbfbc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cbfbfbc11f32acd3da4ae64aaa558b506d0de131)
+- build(deps-dev): apply updates [`69497ad`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/69497ade5b8f692ea0fa785a2fae2059798c9d9f)
+- build(deps-dev): apply updates [`d4c5e39`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4c5e39617edd8b9612d564ca693737381d356d9)
+- test: reformat ocpp server python using pep8 rules [`1a0d2c4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1a0d2c470d1b156381a9002155ffd6ff9a9f629d)
+- build(deps-dev): apply updates [`6c7388a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6c7388a4c4c47e9d19511b8e9b70b0f57d6dbd5f)
+- Add missing types for GetBaseReport payload handling [`fa16d38`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fa16d389b8eb171e581c3fe5789602c54ac85ab1)
+- build(deps-dev): apply updates [`9388120`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9388120364d5a2f3b9103f05802e1756d2dad04f)
+- build(deps-dev): apply updates [`12c0935`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/12c0935b3d52b06957d0c80ef4d5e361ea3aafa3)
+- test(ocpp-server): add tasks to format/lint code [`ac96356`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ac96356cae880d404129e8cb56eeacdd712ea1d4)
+- fix: issue 39 [`299eb3f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/299eb3fafb21481e38e963ff6080d0822ae6a3ae)
+- refactor: setup repo configuration to handle python code [`d6488e8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d6488e8da9634892f480dd4323a64d87716cbf13)
+- refactor: cleanup default params in error handlers [`64c14c9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/64c14c99f9902d4e96f2a2cd404e536e0584a629)
+- build(deps-dev): apply updates [`a6a928b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a6a928b1e16fbc3537298c225829e29bf8eea12f)
+- feat: modified OCPP2.0 test [`7c945b4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7c945b4ac211aafb6e90645a0364c12d7373522e)
+- Related issue39 [`f937c17`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f937c172eebbdfb2d90693806bc045e915bf828d)
+- build(deps-dev): apply updates [`7e7760d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7e7760d1bae2a948c88d008130714b2067fcc543)
+- build(deps-dev): apply updates [`a79c81a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a79c81afb8d0bc53368fcab7bb341f77ab9f84c0)
+- feat(ci): add autofix.ci action on PR [`a4beba2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a4beba2d2d81f4b122eceff72c2a495c27180011)
+- fix: modified mistakes [`b225460`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b22546014db62ca65e14ecaec6ea62d2c986a4b6)
+- refactor(ocpp-server): add a few types [`c7f80bf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c7f80bf972e52fd1afa315ffdf02ff603f6b9e8b)
+- refactor: move more OCPP command sending code to charge point class [`4de4645`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4de4645dcdfbd3512247c7272888def66f71d30d)
+- fix(ocpp-server): properly handle charge point disconnection [`7628b7e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7628b7e63d130ddc602ed3647abf36e8ae35f6dd)
+- build(deps-dev): bump ruff from 0.4.10 to 0.5.0 in /tests/ocpp-server [`2b8b04b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2b8b04bdc9838756c37fbe86a517a2b502c125ed)
+- build(ci): run autofix in a unique job [`8b17228`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8b17228e91d57af035488d1939a07666e5d8649a)
+- [autofix.ci] apply automated fixes [`b794f42`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b794f42e9d8f01fc21654ed4452df45a79f5f871)
+- build(deps-dev): apply updates [`0f1dc77`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0f1dc770503395f8035b75fb0ae4ff394d1b5dfe)
+- refactor: move CLI options validation to main() [`93d9519`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/93d95199cbcad411feef0da6e9afff06c46c7e5b)
+- build(ocpp-server): apply updates [`8768034`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/87680344f2f32b45fa89d8ae3c46d3e28634e4bf)
+- chore: move configuration specific to ocpp-server to its folder [`b00abe8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b00abe8ebfc55f1029de151e21d2b66a08293a4e)
+- build(deps-dev): apply updates [`9daf701`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9daf701f5321be7f7ab466026b43e4714d5c3f9d)
+- build(deps-dev): apply updates [`6d037fb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6d037fb64a050e2f7c368fabf7da9d0c56b7265e)
+- test: add ConfigurationData enums tests [`47a41cf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/47a41cfff7de841a931f5694dbcddaf235e91bdd)
+- build(deps-dev): bump vite from 5.3.1 to 5.3.2 [`87170a8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/87170a8e77a26d5f3156f4411cff1d0e2620992d)
+- docs: document volta usage for development [`17c9163`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/17c916369498726b5dff6145a6d50261f0cb90a0)
+- build(deps-dev): apply updates [`8df621e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8df621e643de566c4eae6608ed9cfcc8271bd3aa)
+- build(ci): add ocpp-server code linter check [`ffccbf2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ffccbf2287d74bfde06179427a1eabad986d1235)
+- [autofix.ci] apply automated fixes [`1f71f83`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1f71f83fc5e112fd25fd9ce83af436fcba71ed68)
+- test: remove GetBaseReport ocpp server handler [`3bacab7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3bacab7a1e81110d4c416570e13658d2c07ce888)
+- chore(ocpp-server): refine ruff linter configuration [`a6fac14`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a6fac14d419b2f278ce16d4505018d2ac8a179a1)
+- test(ocpp-server): add more request handlers [`5dd22b9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5dd22b9f9bed3b2cbef2ee24a5c7f4f1726a85d0)
+- build(deps): apply updates [`527e52c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/527e52c5d10f3b8bf84fae1d05d254a053dc62cc)
+- build(deps-dev): apply updates [`936ba67`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/936ba6779d56dbb7ff50810f8ee5adf0a9845a89)
+- test(ocpp-server): keep track of connected CS [`a5c2d21`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a5c2d21fa2d2bee31c329622e76cd8ac391ca37d)
+- build(deps-dev): apply updates [`b3e2979`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b3e297931b16fbd02794e62bdea7077419e07097)
+- build: fix pnpm lock file [`757468b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/757468bf17a0c5eb03ee9eb924ae5c34f8f4e5ca)
+- test(ocpp-server): add TransactionEvent handler [`22c4f1f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/22c4f1fc7fe1dc966a280de7f66e2f9fe592fbd2)
+- chore(ocpp-server): refine ruff linter configuration [`ad8df5d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ad8df5d38dd7ef010f652a4e60f4af2c67e6d908)
+- [autofix.ci] apply automated fixes [`acf133c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/acf133cd0efc14b1e45719a88dc57fac71bb1c90)
+- test: add clear cache implementation example in ocpp2 server [`a89844d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a89844d433370fc777a3a9d5ce29f7e8026b71a8)
+- test(ocpp-server): add RepeatTimer class to allow to emit OCPP messages on a regular [`aea4950`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aea49501ed3c51f30a6d9c9a2f41ee4588cae313)
+- fix(ocpp-server): ensure the CLI options help is not truncated [`ba56e7c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ba56e7c9946964b7c28adb72cd54eeb805194f25)
+- refactor: silence linter [`52f298c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/52f298cfa6812195ad89d58d15e3e469be52db57)
+- [autofix.ci] apply automated fixes [`b738a0f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b738a0fc1c620f3836d868235af16dfb61a91a50)
+- fix(ocpp-server): silence linter [`6c0215d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6c0215d2bf5a098aceed9e9d94d75d50ff2630db)
+- build(ci): cache python poetry deps [`52238c6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/52238c635ec00feeb9b9300a0c99443a72e15925)
+- build(deps-dev): apply updates [`6a656e3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6a656e31e8c1c4204bb66fbc439b77232d230022)
+- build(deps-dev): apply updates [`842d677`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/842d677e39a455cee14efabb19110a3c4818a867)
+- build(ci): install pnpm deps only once [`56b900f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/56b900ff755523df397b7da2a050471a48c91d57)
+- docs: refine README.md [`783b954`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/783b954595e60cfc5e90ddd749bc8578ec2512fe)
+- build(deps-dev): apply updates [`a387f9d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a387f9d902a1dc007108f2f632427cf008ea1bf2)
+- build: recommend vscode ruff extension for ocpp-server python code [`a951fc1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a951fc1b6194c0f65fd19ea62f119cd26283f2fd)
+- [autofix.ci] apply automated fixes [`f93800e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f93800e55130085e7ee3509a7952c5dd2315c146)
+- refactor(ci): cleanup GH actions [`657ddf9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/657ddf9cc2c9fc8c81fd3da90803cd378987fd3a)
+- fix: fix ApplicationProtocolVersion type definition [`f2a9013`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f2a90135692aac9beaeeb73efcb7e7aa093ec39a)
+- fix: issue 39 [`4e5c91a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4e5c91aef023b214716aeb6699edebd282cceeb9)
+- build(ocpp-server): sync poetry lock file [`cfb413a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cfb413a541334cbe3ea80fc111ccc44736442d58)
+- refactor(ci): cleanup GH actions [`fafff4e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fafff4ebf141074899e2a8590f5166542d626db5)
+- Update tests/ocpp-server/server.py [`b518537`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b5185375d64bf123c5f12e165be4175f77dd8466)
+- Update tests/ocpp-server/server.py [`ba0a759`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ba0a75922d7cba5f44b97eddc7b567f50ba920e2)
+- Update tests/ocpp-server/server.py [`0457819`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/04578196600a49d2f03710ded6ba0548cbbd87ad)
+- Update tests/ocpp-server/server.py [`39d32b7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/39d32b7191ff76ffb277e6d116caa95e443d326c)
+- docs(ocpp-server): cleanup comment [`12925eb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/12925ebc4afad719210d96b64571aa8bccad0fe5)
+- Merge dependabot/pip/tests/ocpp-server/ruff-0.5.0 into combined-prs-branch [`e17b6e8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e17b6e807babcf5ed7b53b03d4f3006960dfe671)
+- Merge dependabot/npm_and_yarn/vite-5.3.2 into combined-prs-branch [`85f0a4b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/85f0a4b3b5c7f47c06be1be8cbf51f3fcb88acf3)
+- [autofix.ci] apply automated fixes [`e1702c3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1702c3295a8b068eed8c7cf616a7996037e3651)
+- fix: corrected a error [`d4eddfa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4eddfaee92738e8d33f7cca0acc724b152501d4)
+- refactor(ocpp-server): refine log message [`118332f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/118332f42f7f6fb80b895794fc5f1179f78c294c)
+- Update tests/ocpp-server/server.py [`891ae31`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/891ae31da6a7a04ad29e46f3d2d2377f55c51932)
+- Update tests/ocpp-server/server.py [`7068f7f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7068f7f35112cf086e9b75ff1ee5f9fc2c1b0bb2)
+- Update tests/ocpp-server/server.py [`12798af`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/12798afb447fdc4a24998982e546a7b5334eea03)
+- fix: updated .gitignore to exclude temporary files [`57256ac`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/57256ac7ea82a86b8bf3a08a8f767e0abf4e07d4)
+- build(ci): fix task name for autofix [`e784545`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e78454533d7ea81da471ea83e615215f8c578014)
+- fix(ci): fix autofix jobs [`3e79e7e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3e79e7ebfae0acef316913324cc9ba5e9b018949)
+- build(ci): checkout repo only once [`ecf7494`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ecf7494a32490227fe31ca25df95fbe24b626f11)
+- modified conflict [`75afd2d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/75afd2d96080afd378adc6baff4d33dc33fb4ef1)
+- build(deps): add dependabot configuration for ocpp-server [`20e5e16`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/20e5e16ec38052ef88fdcf0879b0877aa3f4b1d8)
+- test: add .gitignore for ocpp-server [`0395ac6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0395ac6663d6257d0c9f5f9c0468691721cf6748)
+- refactor(ocpp-server): code formatting [`8430af0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8430af0a8ef88806725ab72613f0d2385798e182)
+- test: fix OCPP 2 server startup [`339f65a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/339f65ad177a26f0c75dab3da066638ffcd7c44d)
+- test(ocpp-server): add heartbeart command handler [`115f3b1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/115f3b177307e3a152a556db843653a499a5fe4c)
+- refactor: refine OCPP 2 mock server defaults [`dd4588b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dd4588bbff2b31d206367724d0aa843ecc7ef7c6)
+- test(ocpp-server): add StatusNotification handler [`65c0600`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/65c0600c2ca47b47559d3d9e7bc5e56b272dc615)
+- chore: bump volta node version [`b89f8c8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b89f8c8293de89983b80f4296037b2ae2652fe91)
+- build(deps): bump sonarsource/sonarcloud-github-action [`45609cf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/45609cfb6cc764eeb8aa0a74dc41ab2a8d1875ca)
+- docs(ocpp-server): refine README.md [`4c69efe`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4c69efeacafda3a585d526b1476572746537f8c1)
+- refactor: cleanup dependabot configuration [`8f8f989`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8f8f989efabf09ced480ebf661b54975dd7225b9)
+- chore: cleanup editorconfig config [`c2e5313`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c2e53133a6d00f5b64e66a1359f7f244730b9d02)
+- test(ocpp-server): add task to run server [`3a89ffc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3a89ffcba5b6eb9e37619f67b56aadfea2ee2a09)
+- build(ci): silence warning at building OCPP mock server [`40f37d8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/40f37d8ec1d1b46e61c2513d17a4fc30c4a45910)
+- refactor(ocpp-server): refine log message [`950b6c5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/950b6c5a67672f45330979ff63860886dea62b67)
+- test: align OCPP2 server messages [`e1c2dac`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1c2dac9ba7b83ab392f9c1130810a9fb07a8eaf)
+
+## [v1.3.6](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.5...v1.3.6) (2024-06-10)
+
+- build(deps-dev): apply updates [`01ffb6d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/01ffb6d3583ab4da138dad815803121f3cc6d336)
+- feat: handle CHARGE_POINT_MAX_PROFILE charging profiles at power [`3579910`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/357991053f9d8910cdfaebde426eca58f813c05f)
+- build(deps-dev): apply updates [`7b0a334`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7b0a334d2c0e42768b246cbc962718d605ca7464)
+- refactor: cleanup power limitation code [`21f68e2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/21f68e222da0b9ac5d43a70b96beaf3f13ff3926)
+- refactor: cleanup charging profiles handling code [`c76d9c8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c76d9c83dba681eeccd78dcfae661b085d7ccf2b)
+- fix: ensure no charging profile purpose TxProfile is loaded at startup [`3edfdf5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3edfdf53dc3c75bf26b4737bb014e6e98239ef38)
+- chore: version 1.3.6 [`5d42650`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5d42650b5661ded13bc4a7f5b938f2b914410b18)
+- build(deps-dev): apply updates [`1056f1b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1056f1b4cf5e305c45351093cb062d05468c83e8)
+- build: apply volta pnpm update [`c9a92ed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c9a92ed7a2ef6d5258f075620b7f4878ba12c454)
+- fix: fix TxProfile removal with transaction id defined at Tx stop [`d020e24`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d020e249e5206699107d6e63d3d585a7e72e7830)
+
+## [v1.3.5](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.4...v1.3.5) (2024-06-09)
+
+- test: add ErrorUtils test [`d05b53c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d05b53c7a03b8fad2e106caee68d5871cc6aac6e)
+- test: improve ErrorUtils coverage [`2d4928a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2d4928a7237a906158f2e9652e08f0392eeabdcd)
+- build(deps-dev): apply updates [`c4387ed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c4387ed4b3d2021034f452deeb35276fabe022e2)
+- feat: handle charging profile purpose TxProfile [`7abb61b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7abb61bb4a4e1de238c6bdb31b1a017bcf56d7b6)
+- build(deps-dev): apply updates [`65b608f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/65b608f0259f6f59138406ea327d22ecd6a19361)
+- test: add tests [`b49550e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b49550e256d11c7a30fb19cd672e5e3611d01553)
+- test: improve coverage on existing tests [`ff40d2c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ff40d2cc466140d6f18bc15b742100dd4f060d0f)
+- chore: version 1.3.5 [`cc04ce3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cc04ce3549100de93505abdd6ff43fd3d968998d)
+- fix: restart metervalues interval if MeterValueSampleInterval is changed [`b8e3363`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b8e3363a179fcf79d8bb66f47724b377d4d38a75)
+- refactor: rename Storage.handleDBError -> Storage.handleDBStorageError [`a03b18c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a03b18c4731bfd1173ff67b74a75684d3f6bb470)
+- fix: allow to set charging profile with TxProfile purpose [`65099c1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/65099c1e7297b252523172096a8d6ded22daa702)
+- fix: avoid to modify stored charging profiles [`a629e6f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a629e6fcfeb952d77da280e69d645b17d94b2e4c)
+- test: add ConfigurationUtils test [`2a9305b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2a9305b5ace7b5a49b5862c4282c1a88e3087da5)
+- perf: compute power limitation only once [`5b1bd2d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5b1bd2d2c3c606aeef58cb1098def9a20c50dc4e)
+- fix: refine default configuration [`a9babd5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a9babd5006e9b70f281d4bd654923fc3d63cd733)
+- test: improve ConfigurationUtils coverage [`8598b56`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8598b5618e5acf6b9e2538faa5225ba51aa68d10)
+- test: add Utils insertAt() test [`055d4c4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/055d4c4c39c9c1fcce050019c61caf305ec1a83e)
+- test: trivial refinements [`0acbf5e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0acbf5e6ab020dda7ddc6785347c05c144de3bd9)
+- fix: ensure ATG status is refreshed in the UI at stop [`c004d5e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c004d5e2e7d277ab99b3ee1b8ce363736529db9e)
+- test: improve ConfigurationUtils coverage [`329f14c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/329f14c004f74241c7cae1400e81740f3333eeee)
+- fix: add sanity check in ATG on connector id [`a4d9680`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a4d9680730c77debfb3b9455e4bd5b63e61ce664)
+- perf: add fastpath in array sorting helper [`8bfa4d2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8bfa4d2be3f3817654791f166f4aab1b02485005)
+- fix: fix start transaction response handling with authorize [`ae8fb16`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ae8fb16df7c98a9238e61b1b358f8fbe2aee7a74)
+- fix: fix condition at ATG configuration handling [`274f9b3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/274f9b3662d8cf5e5fb0a361a1ae9fac86309e40)
+
+## [v1.3.4](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.3...v1.3.4) (2024-06-06)
+
+- build(deps): bump sonarsource/sonarcloud-github-action from 2.1.1 to 2.2.0 [`#1038`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1038)
+- build(deps): bump pnpm/action-setup from 3 to 4 [`#1037`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1037)
+- fix: ensure message sequence is fired at boot notification response [`#1039`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/1039)
+- refactor: code formatting [`48847bc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/48847bc0d5e594c3e4c0b81c580ac6df48052668)
+- build(deps-dev): apply updates [`7445d18`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7445d18b9b9ac750b9dc3dc3638d4fd0e8aff818)
+- build(deps-dev): apply updates [`268173c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/268173c99a4ff81e1416909244ec58a6eb56dae6)
+- build(deps-dev): apply updates [`4f146c7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4f146c7c528d96cbe53ffeb9e578dc0c7e633af2)
+- build(deps): apply updates [`1dfc15d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1dfc15d22b7ac2363a32540d43540b7a93277a67)
+- build(deps-dev): apply updates [`c8d7098`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c8d709814d13d9e4ea88a6c3a6701b37bfa858a4)
+- build(deps-dev): apply updates [`5218eec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5218eec27c72bade7112c6b029d7d1eb1f42f871)
+- build(deps-dev): apply updates [`18f25d9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/18f25d958f1a57c34ed9d6e1de32ba9160c49dc2)
+- perf: use mnemonist CirculerBuffer [`840ca85`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/840ca85d7c40a6ee6f3a85a50e68dbea2f90acb8)
+- build(deps-dev): apply updates [`4bbeb8a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4bbeb8ad766752ba5da88513d9e77cba136ae85f)
+- build(deps-dev): apply updates [`4ed43d2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4ed43d280ab39b9beaadfa90875c71bf3b2a9507)
+- build(deps-dev): apply updates [`2f2e044`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2f2e04446bb16844a71e8752ae29bff584267029)
+- build(deps): apply updates [`b1b7103`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b1b7103d2089ea75bff0a15125422adf69683fc1)
+- build(deps): apply updates [`78ffd68`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/78ffd6863ea25544c4933303281c4bc7a81496f0)
+- build(deps-dev): apply updates [`a112428`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a11242837ef77110c4d4b7a6ab0fa6f9a644a253)
+- build(deps): apply updates [`f26697b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f26697b4c9dcdf791e48e8f15160e90f6855c995)
+- build(deps-dev): apply updates [`cd01b1d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cd01b1d8f00898e27f78f4795650a78a179f0d14)
+- build(deps): apply updates [`576c4a4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/576c4a496a355c5d995325406ec2cc37416f8a8e)
+- build(deps-dev): apply updates [`8788b81`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8788b81a3dd4add12ca01b1fe989b5c7c8927d54)
+- build(deps): apply updates [`21d5c4c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/21d5c4cdd0ccc30526f290a0be994990d5feac3f)
+- fix: fix performance statistics storage [`1c818bd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1c818bd3b021c8e660d64f9054e02d06424a3c59)
+- build(deps): apply updates [`24a0327`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/24a032720668044fc8439da3165715bab8474b26)
+- build(deps): apply updates [`47f846b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/47f846b2a74439a610321356604f2f4184cb5c0b)
+- build(deps): apply updates [`cc99095`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cc99095fab6d038ffff7ef3a2a8d33e762368670)
+- build(deps): apply updates [`73a88b8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/73a88b832be6eedd83e7b277032c8d7ba7d06a97)
+- build(deps): apply updates [`0972694`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0972694d006542648c971026f43e5f4c8498f459)
+- build(deps-dev): apply updates [`36158bb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/36158bb7c539757a8b4a898dd6093d6805376921)
+- build(deps): apply updates [`1f851da`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1f851da6440e4e4a31e959fcb8802b6c7f30beef)
+- chore: version 1.3.4 [`13a6494`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/13a6494f3542b9ed8773311302fa85258a1edec7)
+- refactor: cleanup OCPP utils [`01b82de`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/01b82de5b532cd149eccab7b82fe86a741289581)
+- build(deps-dev): apply updates [`55e006e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/55e006e1af126c62f26f39cd4a1f91ebd44b865d)
+- fix: ensure only circular buffer is converted to array [`312d325`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/312d3254e6581f6bc939497d610048b6c6226d6d)
+- fix: fix date handling connectorsStatus configuration file section [`1fa9df8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1fa9df8ce0e186387ecaa80efb9f40180fc36a7d)
+- fix: start heartbeat once [`d627f8e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d627f8ef31d97da80f4de5ed0cb9386472f51bbe)
+- fix: ensure boot notification response is assigned before querying [`0320e2b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0320e2bb72ca522c3932850cce0601ab0a895ad3)
+- build(deps-dev): apply updates [`aa345d0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa345d0154ff9700d8c9467c04c215ef5d07bbbf)
+- build: cleanup pnpm lock file [`fccc8f6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fccc8f66dfabe8e91f67311f3182e26aece20293)
+- refactor: cleanup boot notification response assignation [`ab29e68`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ab29e6820d6a6d48d8ccc091ec8adae575398c3d)
+- build(deps): apply updates [`29fe6fd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/29fe6fd834029f21b22a23a3342f86b43c277c56)
+- build(deps-dev): apply updates [`fc10596`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fc105961dd56e041fc6de1df3fd51c74723ba419)
+- refactor: refine OCPP message sending error handling [`436569b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/436569b1470c8e6187c63d974304bd1b99f35ba3)
+- fix: fix clear charging profiles with no connector in payload [`ec6dd88`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ec6dd88b156eac9a14afd0d349ed58bb02fa920e)
+- fix: start web socket ping interval at successful connection [`99100f9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/99100f9c8709a7ead56c1e2745db80a75e8f6f79)
+- build(deps-dev): apply updates [`3ebab70`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3ebab7003594d1c243bcca4ef90007dc63680a52)
+- build(deps-dev): apply updates [`e4006e4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e4006e4283d9150be5bd2f1050ff78c979a203c1)
+- fix: ensure charging profiles not related to the current transaction are [`626d3ce`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/626d3ce5e6dfdc848cb2bb5833044fe6fbe68324)
+- fix: ensure inflight requests id cannot be duplicated [`3024d5b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/3024d5b2497e97bdd355243a5d236fa3f7a4d874)
+- build(deps-dev): apply updates [`69d995b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/69d995b2c8683703e7d9ce42fdd73ec02209482f)
+- fix: avoid endless loop at remote start transaction [`d0b7173`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d0b71736d6fced71a50c67e1f1e7ca842068e43e)
+- build(deps-dev): apply updates [`a6f03d2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a6f03d2ddc8e28752b94cb0a43687d70c16683a6)
+- build(deps-dev): apply updates [`fa394dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fa394dc9dd5f30d5121c2ce6ed11ba5d7c30bcd3)
+- fix: reset authorize fields connector status after reservation [`239194e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/239194e9867eaea7d34fc3c8d3bff3360113d8dc)
+- build(deps-dev): apply updates [`df3e0f8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/df3e0f8da05b9680213ccd3e3beee6686f296cd1)
+- refactor: cleanup Infinity usage [`cffc32b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cffc32b7bc5a6569525e92b562af8a93760bc339)
+- build(deps-dev): apply updates [`fa30db1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fa30db101a2d11774bd9b29ca806597865ea06bf)
+- build: fix pnpm lockfile [`5e1bf42`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5e1bf4295e75408830ff46bb704a5139572a4120)
+- fix: properly handle undefined connector id at remote start transaction [`c0bbb3e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c0bbb3eaf0c5dc704ea92820a2666a68ffdc27ff)
+- fix: fix error handling default options definition [`30695dc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/30695dcf67470f149e349d196b3d016482d11a17)
+- build(deps-dev): apply updates [`9e66896`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9e668960f040bf5da86a6d6e7c477d4ad39dfd04)
+- build: bump volta node version [`494983d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/494983d465621a426f5dc92fd7cccc62821616f9)
+- build(deps-dev): apply updates [`bb57ea0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bb57ea07805938bec42dbee3da6bfda569a1b9bb)
+- refactor: convert npx to pnpm exec [`e1486a4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e1486a4c8ce0142f2efc57c87fc8e8e05745a13f)
+- refactor: cleanup boot notification response handling [`52f1dd5`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/52f1dd569da1eac66de821796cdfbcef09b48c87)
+- refactor: cleanup connection retries logic [`aa5f2ea`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa5f2ea2958ef34e8d34e20edbe8486b8911d82b)
+- fix: pickup not reserved connector at remote start transaction [`8946ba9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8946ba9db13e225292a62b8f4bdcd1419792697a)
+- refactor: cleanup eslint usage [`c69ae13`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c69ae13bb71df8f2017e21d919979b73dc6184f9)
+- fix: fix firmware update in progress detection [`382b62c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/382b62c45d665e66d4a2f3ad5ac7ecc6396859c7)
+- fix: fix log files path resolution at GetDiagnostics [`e56bbec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e56bbec564af27559aade33d375dc890e882858e)
+- docs: refine code comments [`1d85f41`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1d85f415a46d0d3355ee013e449ad99d3aee9418)
+- build(deps): bump sonarsource/sonarcloud-github-action [`e48376c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e48376cebb2f0e5d6c670b432e1b524e21702d3a)
+- build(ci): rely on packageManager field to setup pnpm [`7bba320`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7bba3209fa975827c841aeab8fa20b4837ca64b1)
+- refactor: cleanup boot notification handling internal handling [`d9c13bc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d9c13bcac891b8686dbba36ae5c10f87948e3614)
+- fix: fix remote transaction start debug log [`7b08e7f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/7b08e7f332d1146fa5990cf29e08e328343819f1)
+- fix: ensure registration status is deleted if invalid boot notification [`18c6df2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/18c6df2b1102c307cbe8eb0c04d85c82045abf15)
+- refactor: cleanup string literal variables handling [`4c6f356`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4c6f35659fb67d395adc035ef80c566eb6eef79e)
+- perf: resize circular array to sensible default [`9b5cf75`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9b5cf75581e0338885b8e2ea408ea5a3f391d0ec)
+- fix(ci): silence linter [`4293e51`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4293e5179eabbc8f42a1c06064d15c0ec7d1ca3f)
+- refactor: helper cleanup [`f69ca7c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f69ca7ca5f551a427e3181d38bc893cb68b2b542)
+
+## [v1.3.3](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.2...v1.3.3) (2024-04-30)
+
+- fix: avoid duplicated slash in connection url [`#1034`](https://github.com/sap/e-mobility-charging-stations-simulator/issues/1034)
+- chore: switch to pnpm 9.x.x [`6eddb71`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6eddb71902ac0d0552f705190aaf62525f07c476)
+- build(dev): apply updates [`b856455`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b8564556b681ee79b22423474bbade2ca6dc14a4)
+- build(deps-dev): apply updates [`04b885f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/04b885f030d6579dc06752d756b0072f764bcd4f)
+- build(deps-dev): apply updates [`0047945`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/004794574abd72037be56961476992550623a122)
+- build(deps): apply updates [`0b6d8d4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0b6d8d4f2c60f959df7f5176fd8bac432100fea8)
+- build(deps-dev): apply updates [`b5e3eb1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b5e3eb123f7df39f228277338b2104979c42e801)
+- build(deps-dev): apply updates [`88dce0e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/88dce0e10e9f3b8f5d65ff990b584c34e6ddb3eb)
+- build(deps-dev): apply updates [`e9f9bb1`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e9f9bb186339de759bcf5d2eb1a82639268ff535)
+- build(deps-dev): apply updates [`19c53a2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/19c53a26cfc3b67623d1072c78b59bcf018029b6)
+- build(deps-dev): apply updates [`549ce8d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/549ce8d9ce3d857918384d73ea9ad91a24238524)
+- build: bump volta pnpm version [`44f66d8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/44f66d89f0ca20edefbd7b062d29ca94d359feb0)
+- build(deps-dev): apply updates [`d4554e8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d4554e826fae9d186800e293e43954a0d190b357)
+- build: bump volta pnpm version [`c839fee`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c839feed8146255d2b8eb65e5a7064052f9f2b32)
+- build(deps-dev): apply updates [`a637f99`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a637f99f1d9a63bed1338809a5dbfab26925babe)
+- build(deps): apply updates [`de073a7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/de073a748bcd60308615b81c3f6da817639461a1)
+- build(deps-dev): apply updates [`5b7bbdb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5b7bbdba3612e2f5748a4c21b46ba7bee89ddaba)
+- chore: version 1.3.3 [`6deeebd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6deeebd11133a5c4b47452d9d9ab8cf5759e7c8a)
+- build(deps-dev): apply updates [`98d6958`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/98d6958a6225cecc92e2f8b676c91be9fffd857b)
+- refactor: silence typing errors [`314793a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/314793aaf25bf1a99deb3f8209c09421235942ba)
+- build: bump volta pnpm version [`8fb8f42`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8fb8f42ace8b9295865adebaeb7845e064c05e71)
+- build(deps-dev): remove unneeded @types/tar dep [`53d4c02`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/53d4c02ab3f09e4e622ac6b7558f26ec90816bdb)
+- build: bump volta pnpm version [`a5f7162`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a5f71620495481e50df343027417b04b60a98a6d)
+- build: bump volta pnpm release [`b3836cb`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b3836cb9c6f79be13bfe851fc8854b5c9826b60a)
+- fix: restore connector status reserved only if needed [`e8d3abc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e8d3abc6fccc7c52dd2a6f0abda325d497d50f97)
+- build: bump packageManager pnpm version [`76cc219`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/76cc21999076f5fa4e8a23af690fd71ca58e318f)
+- build(deps-dev): bump volta pnpm version [`e65b427`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e65b42766e8dfa0c6f6532f269243342db7f5134)
+
+## [v1.3.2](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.1...v1.3.2) (2024-04-11)
+
+- build(deps-dev): bump typescript from 5.4.4 to 5.4.5 [`#1033`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1033)
+- fix: send preparing connector status before `StartTransaction` [`#1032`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1032)
+- Combined PRs [`#1030`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1030)
+- build(deps-dev): bump vite from 5.2.7 to 5.2.8 [`#1026`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1026)
+- build(deps-dev): bump eslint-config-love from 43.1.0 to 44.0.0 [`#1025`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1025)
+- build(deps-dev): bump glob from 10.3.10 to 10.3.11 [`#1022`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1022)
+- build(deps-dev): bump eslint-plugin-vue from 9.23.0 to 9.24.0 [`#1019`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1019)
+- build(deps-dev): apply updates [`dbbe79a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/dbbe79a098315ce2cb3ebd00840fd5badd1806dc)
+- build(deps-dev): apply updates [`9de7e05`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9de7e051c7cb27ef9b1485ecbd80d9376e80ee87)
+- build(deps-dev): apply updates [`8a3aeed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8a3aeedf9679482e06f32356531b140b10b31a18)
+- build(deps-dev): apply updates [`e7f2409`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e7f2409dd63b118b109dbedb6259a925b6b7c573)
+- build(deps-dev): apply updates [`452a486`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/452a4864d4a8d0286ddd351958d8cc02574b4ba9)
+- build(deps-dev): apply updates [`662a54c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/662a54cabf16be15ed2727e56000a9585ba557cd)
+- build(deps-dev): apply updates [`50ab155`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/50ab155c7aae8bcec93360931aa0cf49c2b7972b)
+- build(deps-dev): apply updates [`c34f7d0`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c34f7d04f763427e344edaabeee7ec9a4c1fd768)
+- build(deps-dev): apply updates [`80af276`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/80af276690d70cc1e124261d66a0c2c9c7a52fc5)
+- build(deps-dev): apply updates [`a94f567`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a94f567f2d7cefba06e74fa0a957c096cf581b88)
+- build(deps-dev): apply updates [`670fbe6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/670fbe6b60fc66fe8e51787a64773b502ede65a3)
+- build(deps-dev): apply updates [`9df59f3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9df59f38a908da1a6bd4ab74cc7d0c1fbb928623)
+- build(deps-dev): apply updates [`eabecb4`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eabecb42d4fd8e52401c9acfcc287a1c239a32b4)
+- build(deps-dev): bump @types/node from 20.12.3 to 20.12.4 [`067a309`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/067a30983260e1058457de216c85b4de4dd87862)
+- build(deps-dev): apply updates [`842932d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/842932d2cb2c55cbd7299bddb3ca326231afb432)
+- chore: version 1.3.2 [`8f46463`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8f46463be058ed68cc4cc962c51722f7e3b55c54)
+- build(deps-dev): apply updates [`c1fd615`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c1fd615b55df8e46c87d9c184987b29fa2905213)
+- build(deps-dev): apply updates [`9312c9d`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9312c9d319ab997598eb1fe198f0615f12e766f4)
+- feat: allow to provision number of stations by template [`8f8f87c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8f8f87c4fd9a0863d0aeb4a9a8671d1a2b4308e0)
+- build(deps-dev): apply updates [`8f0fe2b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8f0fe2b6a76c6484626746d0fbae3895a24a62c4)
+- build(deps-dev): apply updates [`22848bc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/22848bc17e4371bcbda160e4c585d32aae0bf762)
+- build(deps-dev): apply updates [`30cefe2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/30cefe25cc43288780cfa67b668c81f64ce866ee)
+- build: refine vscode settings [`9b2b345`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9b2b345bde0992d51a8df02ba7d9a9b00826e512)
+- build(deps-dev): apply updates [`d6470c2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d6470c29a7ce91cce0a81c2d02878a98bd9726bc)
+- build(deps-dev): apply updates [`312e936`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/312e936ce51be10590d5df610e6e8251fb15e256)
+- build(deps-dev): bump @types/tar from 6.1.11 to 6.1.12 [`23a7284`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/23a7284ed035efb1ead548e4d257d5d292b8aa11)
+- build(deps-dev): bump tsx from 4.7.1 to 4.7.2 [`ea7468e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ea7468e8b7c855a3fe06656945c0a26c162b0ffb)
+- fix: reset 'Reserved' connector status if transaction is rejected [`a275c0b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a275c0b6658b4b121643f4c15166b7f2bb409080)
+- Merge dependabot/npm_and_yarn/types/node-20.12.4 into combined-prs-branch [`0a9edaa`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0a9edaa5eb4759c6cd8db6f14692ecc8b247cfaf)
+- Merge dependabot/npm_and_yarn/tsx-4.7.2 into combined-prs-branch [`9dd10cd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9dd10cd32944dbb11175fa55f71ab511cfaa111b)
+- Merge dependabot/npm_and_yarn/types/tar-6.1.12 into combined-prs-branch [`16c4696`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/16c46962f43a692c996b1c89a94dc572fea52d63)
+- build(deps-dev): apply updates [`90157bd`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/90157bd234c27880f0c8595b11c5ffbb786e2c2f)
+- build: cleanup husky configuration [`90470d6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/90470d61f685456645c09937d047c4e25bf60dd3)
+- build: add packageManager field to package.json [`a52fbc9`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a52fbc9a85918de4c9a6b4df0265abfe6ec698d3)
+- build: bump volta node version [`1f479ed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1f479edba7093c3aa17e5149bfb97c65b522a3a0)
+- build: bump volta node version [`3063561`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/306356131234533fa1be6bcf02b45a910da76d8c)
+- fix: register worker error callback once [`4119f48`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4119f48015ac2320226a96e34a0658f0cea09440)
+- fix(ci): fix pnpm lock file [`2c9ebdf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2c9ebdf396aa99d5141eec8f5aab4459f3df17db)
+- build(ci): fix pnpm lock file [`385c5e6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/385c5e62929a2c113898706b8ec940840b7f6f4f)
+- fix: fix dependencies installation [`eca1036`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/eca10365af388161139c7a5c4a8faae457fad495)
+- docs: refine README.md [`74bb073`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/74bb0739e789c3d9669a4d3e6abb915f14a96ebd)
+
+## [v1.3.1](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.3.0...v1.3.1) (2024-03-25)
 
 - build(deps-dev): bump @types/node from 20.11.29 to 20.11.30 [`#1016`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1016)
 - build(deps-dev): bump @types/node from 20.11.26 to 20.11.27 [`#1014`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/1014)
 - fix: fix simulator initialization ordering [`2bb3c92`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/2bb3c92f49572f8d81f40620df42de19217a6b4c)
 - refactor: use native node random integer generator [`fcda915`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fcda9151b9eb6d13f06f7a5db45c89a77bda9eb8)
 - refactor: rename configuration elementStartDelay to elementAddDelay [`da47bc2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/da47bc294fb5e439e96faaf9441ba0cd23e64f9c)
+- chore: version 1.3.1 [`c89141b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/c89141b5ad4173f9b2db6f9ecac44b8d900afcc0)
 - refactor: cleanup worker related type definitions [`551f2b6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/551f2b6e68f544b559243a2634c8b52a15bcdeec)
 - build(deps-dev): apply updates [`aa711e3`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa711e399be6e394493fee4895b72eaf213df836)
 - refactor: improve configuration sanity checks log messages [`ae61fa2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/ae61fa2feb89927b7d56ffdc7a54f4dff6b662b4)