Skip to content

Commit

Permalink
Merge pull request #135 from grafana/update-readme-breaking-changes
Browse files Browse the repository at this point in the history
update breaking changes v0.14.0
  • Loading branch information
pablochacin authored Feb 7, 2025
2 parents a238b44 + a22f548 commit 9bdda1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ The [`go-depsync`](https://github.com/grafana/go-depsync/) tool can check for th

## Library usage

> !Breaking change: since v0.14.0 `xk6.Builder.Build` function no longer reads environment variables to complete missing attributes. Use `xk6.FromOSEnv()` to create a builder from environment variables and then complete or override attributes as needed.

>Breaking changes since v0.14.0:
> - `xk6.Builder.Build` function no longer reads environment variables to complete missing attributes. Use `xk6.FromOSEnv()` to create a builder from environment variables and then complete or override attributes as needed.
> - Dependencies and replacements are now defined as arrays of strings following go mod path replacement format
```go
// create builder with defaults from environment variables
Expand Down

0 comments on commit 9bdda1f

Please sign in to comment.