X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=fc351f383ef7905e1e1878c02eab4c64b28bb643;hb=ec26ac96d0442ea40c8597e09382f66f6d630da4;hp=078ed2645f8a2bb702b5503543f65d934f4ea079;hpb=e1315cd75e39c43431720f9fd72e41bb994f777d;p=e-mobility-charging-stations-simulator.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 078ed264..fc351f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,33 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.51](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.50...v1.0.51) + +- Add support for performance storage on worker pool [`b55c911`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b55c9112fb601a6b8d744ecbf7126ac6c97b8188) + +#### [v1.0.50](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.49...v1.0.50) + +> 29 August 2021 + +- Add support for more DB engines via TypeORM [`c27c3ee`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c27c3eeea356b0692bef2327bb59aa99f9cbad8d) +- Move worker message handler to the options argument [`ffd71f2`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ffd71f2c31025fcec6d5a95e1fba5d32c6d28e5b) +- Release 1.0.50 [`f3b8fc7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f3b8fc7dc7ade24944093b26e66d283e52ab2169) + +#### [v1.0.49](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.48...v1.0.49) + +> 28 August 2021 + +- Add MongDB support to storage for performance records. [`2a37005`](https://github.com/jerome-benoit/charging-stations-simulator/commit/2a370053f45f2d58e90ab7b292294c521a262ca1) +- Refine console ouput colorization [`e4362ed`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e4362ed76fe7b256b3f7a6ada2b92e53be8ab09f) +- Release 1.0.49 [`3ca0315`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3ca0315df63d5f5ded28d8eee3c2acfc01695527) + #### [v1.0.48](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.47...v1.0.48) +> 27 August 2021 + - Rename StationWorker.ts to ChargingStationWorker.ts [`07f3500`](https://github.com/jerome-benoit/charging-stations-simulator/commit/07f350040f34e6727c548bc645e9982c189cd4ef) +- Release 1.0.48 [`e1315cd`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e1315cd75e39c43431720f9fd72e41bb994f777d) - Ensure an error is throwed in object factories if implementation is not [`fb226c9`](https://github.com/jerome-benoit/charging-stations-simulator/commit/fb226c9b812c3db625996c5fe29c667be15c388c) -- Fix console log level in file exception handler [`531c5e7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/531c5e7a452dd387d97b3290942fc485c329671d) #### [v1.0.47](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.46...v1.0.47)