-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #719 from loadimpact/release/v0.22.1
Release v0.22.1
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A minor release that adds some UX improvements and fixes some of the issues in the v0.22.0 release. | ||
|
||
## UX | ||
|
||
* The consolidated user-supplied options (the final combination of config file options, exported script `options`, environment variables and command-line flags) are now exported back into the `options` script variable and can be accessed from the script. Thanks to @mohanprasaths for working on this! (#681 and #713) | ||
* Improved error messages when outputting results to or executing tests in the Load Impact cloud (#716) | ||
|
||
## Bugs fixed! | ||
|
||
* Logging: using the `--no-color` flag caused k6 to print output intended for `sdtout` to `stderr` instead. (#712) | ||
* Logging: some error messages originating from Go's standard library did not obey the `--logformat` option. (#712) | ||
* JSON output: when the standard output was used, the JSON collector closed it before k6 was finished printing the end-of-test summary to it (#715) | ||
* Metrics: some zero-filled metrics were emitted when scaling down the number of VUs (#710) |