Skip to content

Commit

Permalink
Add release notes for v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
  • Loading branch information
pablochacin committed Dec 23, 2022
1 parent 3171752 commit dbcca84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions releases/v0.1.2.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit dbcca84

Please sign in to comment.