Skip to content

Latest commit

 

History

History
224 lines (72 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

224 lines (72 loc) · 5.09 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.10.1 (2021-07-20)

Note: Version bump only for package @dazn/chaos-squirrel

0.10.0 (2021-03-12)

Features

0.9.9 (2021-02-15)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.8 (2021-01-22)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.7 (2021-01-22)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.6 (2021-01-15)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.5 (2020-12-15)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.4 (2020-10-29)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.3 (2020-10-29)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.2 (2020-10-26)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.1 (2020-10-05)

Note: Version bump only for package @dazn/chaos-squirrel

0.9.0 (2020-08-25)

Features

  • runner-middy: allow creating a custom logger for each context (406ccf1)

0.8.0 (2020-08-24)

Features

  • switch to using ES6 exports instead of CommonJS style (3639a5d)

BREAKING CHANGES

  • will break all require calls

0.7.0 (2020-08-24)

Features

  • runner: allow defining a logger (3188119)

0.6.0 (2020-08-14)

Features

  • runner: choose which attack to run based on weighting (9760a44)

BREAKING CHANGES

  • runner: possibleAttack.probability removed in favour of possibleAttack.weight

0.5.0 (2020-08-14)

Features

  • runner-middy: add runner for easy usage with middy (f76d169)

0.4.0 (2020-08-14)

Features

  • 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)

Bug Fixes

Features

  • attack-memory: new memory attack (d8b6334)
  • attack-memory-background: add background memory attack (9000e81)

0.2.0 (2020-08-07)

Bug Fixes

  • attack-cpu-background: missed rename (53e9d6c)

Features

  • 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)

BREAKING CHANGES

  • runner interface has changed
  • all attack interfaces changed
  • switched exports to use esModuleInterop style

0.1.0 (2020-07-20)

Features

  • open-files: add open files attack (ed982b7)
  • add a background CPU attack (1994322)
  • init and basic CPU attack (d825138)