From 30081c32c664bf06fa19779bcfe7afc1e4a79f3b Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Fri, 21 Apr 2023 12:13:42 +0200 Subject: [PATCH] Prepare release v0.3.0 Signed-off-by: Pablo Chacin --- releases/v0.3.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releases/v0.3.0.md 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 + +