Skip to content

Commit

Permalink
Mention more bugs fixed by the outputs refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Mar 5, 2021
1 parent afbcf9f commit be8d9fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release notes/v0.31.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ The `http.setResponseCallback()` is meant to allow arbitrary JS functions to pro

## Bugs fixed!

- Execution: Aborting a test during VU initialization (e.g. with `^C`) will now properly propagate to any used outputs. ([#1869](https://github.com/loadimpact/k6/pull/1869))
- Execution: A race condition between the Engine and the outputs' finalization code was fixed, ensuring that all metrics are properly emitted before exiting. ([#1869](https://github.com/loadimpact/k6/pull/1869))
- Cloud: the test name is now properly validated and will raise an error if not set via the `ext.loadimpact.name` JS option or config, or the `K6_CLOUD_NAME` environment variable. ([#1870](https://github.com/loadimpact/k6/pull/1870))
- JS: Babel is now also run on compilation errors, which improves support of some obscure language features. ([#1861](https://github.com/loadimpact/k6/pull/1861))
- JS: `SharedArray` introduced in v0.30.0 can now be iterated with [`forEach`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach). ([#1848](https://github.com/loadimpact/k6/pull/1848))

Expand Down

0 comments on commit be8d9fd

Please sign in to comment.