All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @dazn/chaos-squirrel
- HTTP chaos (9af193d)
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
Note: Version bump only for package @dazn/chaos-squirrel
0.9.0 (2020-08-25)
- runner-middy: allow creating a custom logger for each context (406ccf1)
0.8.0 (2020-08-24)
- switch to using ES6 exports instead of CommonJS style (3639a5d)
- will break all require calls
0.7.0 (2020-08-24)
- runner: allow defining a logger (3188119)
0.6.0 (2020-08-14)
- runner: choose which attack to run based on weighting (9760a44)
- runner: possibleAttack.probability removed in favour of possibleAttack.weight
0.5.0 (2020-08-14)
- runner-middy: add runner for easy usage with middy (f76d169)
0.4.0 (2020-08-14)
- attack-disk-space: create disk space attack (f3e9a75)
- attack-disk-space: optimise for the os blksize, big perf improvement (8bd7f96)
0.3.0 (2020-08-14)
- update to 2.0 (3d008d4)
- attack-memory: new memory attack (d8b6334)
- attack-memory-background: add background memory attack (9000e81)
0.2.0 (2020-08-07)
- attack-cpu-background: missed rename (53e9d6c)
- convert attacks to be OO instead of functional (acce40c)
- update runner to be OO, add helper configure methods (808b220)
- working runner module to select and start attacks (1e7a42c)
- runner: first-pass at runner module (f2ce515)
- runner interface has changed
- all attack interfaces changed
- switched exports to use esModuleInterop style