Skip to content

Commit

Permalink
Merge pull request #2513 from grafana/fix/0.38.0-release-notes
Browse files Browse the repository at this point in the history
Fix v0.38.0 release notes
  • Loading branch information
oleiade authored May 5, 2022
2 parents 0835311 + 2313172 commit e4b75cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release notes/v0.38.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ export default function () {
}
```

### The Go types in the `stats` package were moved to the `metrics` package [#2433](https://github.com/grafana/k6/pull/2433)

For convenience and to facilitate further developments, the types and functionalities that used to live in k6's `stats` package have been moved to the `metrics` package. The `stats` package is, as of **v0.38.0**, removed in favor of the `metrics` package. Besides, [#2442](https://github.com/grafana/k6/pull/2442) removed the `stats.New` function in favor of initializing new metric via a `register.NewMetric` call instead.

### Deprecation

- [#2499](https://github.com/grafana/k6/pull/2499) removed support for the deprecated maxVUs option.
Expand Down

0 comments on commit e4b75cd

Please sign in to comment.