Skip to content

Commit

Permalink
Release k6 v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Aug 13, 2019
1 parent fb7bcf8 commit 515452f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// Version contains the current semantic version of k6.
//nolint:gochecknoglobals
var Version = "0.25.1-dev"
var Version = "0.25.1"

// Banner contains the ASCII-art banner with the k6 logo and stylized website URL
//TODO: make these into methods, only the version needs to be a variable
Expand Down
10 changes: 10 additions & 0 deletions release notes/v0.25.1.md
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)

0 comments on commit 515452f

Please sign in to comment.