-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from grafana/release-v0.3.0
Prepare release v0.3.0
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|