Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 757 Bytes

v0.25.1.md

File metadata and controls

10 lines (8 loc) · 757 Bytes

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 unsuccessful import / require() calls. (#1097)
  • JS: Fix some issues related to the handling of exports corner cases. (#1099)