Skip to content

Commit

Permalink
Update release notes/v0.38.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
  • Loading branch information
oleiade and MattDodsonEnglish authored May 4, 2022
1 parent 0c3d609 commit ce86391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release notes/v0.38.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ export default function () {

### Deprecation

- [#2499](https://github.com/grafana/k6/pull/2499) removed support for the deprecated max VU's `max` **option**. It has been removed back in k6 v0.27.0, however using the CLI flag resulted only in a deprecation warning until now, and will now be an error.
- [#2499](https://github.com/grafana/k6/pull/2499) removed support for the deprecated maxVUs option.
It had been removed in k6 v0.27.0, however using the CLI flag resulted only in a deprecation warning.
Now, using this flag will generate an error.
- This release drops some leftovers from the previous version of our JS module Go APIs. As of **v0.38.0**, these are now unsupported:
- The deprecated `common.Bind` ([#2488](https://github.com/grafana/k6/pull/2448)) and `common.BindToGlobal` ([#2451](https://github.com/grafana/k6/pull/2451)) functions.
- The context-based (`common/context.go` [#2488](https://github.com/grafana/k6/pull/2448)) utils have also been removed.
Expand Down

0 comments on commit ce86391

Please sign in to comment.