Skip to content

Commit

Permalink
Merge pull request #141 from grafana/release-v0.3.0
Browse files Browse the repository at this point in the history
Prepare release v0.3.0
  • Loading branch information
pablochacin authored Apr 21, 2023
2 parents 7b7a97e + 30081c3 commit 31fd2b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releases/v0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
xk6-disruptor v0.3.0 is out!

This release contains breaking changes in the xk6-disruptor API.

## Breaking changes

- [Use duration as strings in API](https://github.com/grafana/xk6-disruptor/pull/137). <br>
This PR changes xk6-disruptor's API to use strings in duration-related parameters, avoiding the use of implicit time units in numeric parameters and making it consistent with k6 API. Changes where introduced to:
* The duration of the fault injection methods
* The delay introduced in HTTP and GRPC faults


0 comments on commit 31fd2b4

Please sign in to comment.