-
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.
- Loading branch information
Showing
3 changed files
with
12 additions
and
7 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,10 @@ | ||
A minor release that fixes some of the issues in the v0.23.0 release. | ||
|
||
## Bugs fixed! | ||
|
||
* Cloud: Fixed the interaction between the environment variable and JSON-based configuration, and the Load Impact specific `env.loadimpact` JS options. Now only the `projectID`, `name` and `token` fields will be populated (without overriding other fields) when executing scripts with `k6 cloud`, and taken into account when sending metrics to Load Impact Insights with `k6 run -o cloud`. (#848, #871, #872) | ||
* JS: Fixed a Babel transformation issue that caused closing brackets to sometimes be commented out. (#853) | ||
* JS: Fixed environment variable propagation when executing script bundles. (#853) | ||
* HAR converter: Fixed a panic due to a missing nil check. (#861) | ||
* Cloud: Limit the amount of samples that k6 sends in a single package to the ingest by splitting them up. (#860) | ||
* Metrics: Fix the incorrect tracing of some corner case HTTP requests that resulted in negative or hugely positive metric values. (#862) |