-
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
2 changed files
with
11 additions
and
1 deletion.
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
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.25.0 release. | ||
|
||
## Bugs fixed! | ||
|
||
* Config: Properly handle the `systemTags` JS/JSON option and the `K6_SYSTEM_TAGS` environment variable. Thanks, @cuonglm! (#1092) | ||
* HTTP: Fix how request bodies are internally specified so we can properly handle redirects and can retry some HTTP/2 requests. (#1093) | ||
* HTTP: Fix the handling of response decoding errors and slightly improve the `digest` auth and `--http-debug` code. (#1102) | ||
* HTTP: Always set the correct `Content-Length` header for all requests. (#1106) | ||
* JS: Fix a panic when executing archive bundles for scripts with unsuccessfull `import` / `require()` calls. (#1097) | ||
* JS: Fix some issues related to the handling of `exports` corner cases. (#1099) |