From dbcca84a320a2fa8ba077407a388b719765c9606 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Fri, 23 Dec 2022 19:22:42 +0100 Subject: [PATCH] Add release notes for v0.1.2 Signed-off-by: Pablo Chacin --- releases/v0.1.2.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releases/v0.1.2.md diff --git a/releases/v0.1.2.md b/releases/v0.1.2.md new file mode 100644 index 00000000..43413edc --- /dev/null +++ b/releases/v0.1.2.md @@ -0,0 +1,5 @@ +This is a patch release that fixes a few bugs and does minor improvements. + +## Improvements +- [Prevent execution of multiple concurrent fault injections into the same targets](https://github.com/grafana/xk6-disruptor/issues/87). This situation would lead to unexpected results. This is particularly important to avoid situation as those described in https://github.com/grafana/xk6-disruptor/issues/82 +- [Parameter validation in all API methods](https://github.com/grafana/xk6-disruptor/issues/93). Check for parameter types and also detect malformed objects in JS (see for example https://github.com/grafana/xk6-disruptor/issues/41).