diff --git a/releases/v0.3.0.md b/releases/v0.3.0.md new file mode 100644 index 00000000..293674fd --- /dev/null +++ b/releases/v0.3.0.md @@ -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).
+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 + +