Skip to content

Releases: grafana/har-to-k6

v0.10.1

01 Dec 10:34
Compare
Choose a tag to compare

Fixed

  • Less inclusive variable recognition RegExp (whitespace characters except space are now ignored)

v0.10.0

01 Dec 10:31
Compare
Choose a tag to compare

Added

  • Add custom property name to pages. Changes group name rendering logic to use page.name with fallback to page.id.

v0.9.1

01 Dec 10:25
Compare
Choose a tag to compare

Fixed

  • No support for variable usage in check value.

v0.9.0

18 Mar 09:44
Compare
Choose a tag to compare

[0.9.0] - 2021-03-18

Added

  • --add-sleep flag for CLI
  • New export normalizeHAR

Fixed

  • Entries are sorted

v0.8.0

22 Feb 14:06
3c86431
Compare
Choose a tag to compare

Changed

Fixed

  • Duplicate Content-Type header when using custom boundary in multipart/form-data

v0.7.0

18 Jan 15:23
Compare
Choose a tag to compare

Changed

  • Warn instead of throwing when incoming postData.mimeType and Content-Type does not align.

v0.6.0

07 Dec 08:54
Compare
Choose a tag to compare

Changed

  • queryString items are no longer added if key/value pair is already in request

Fixed

  • Invalid script generated when request protocol was missing
  • Double URI encoding of queryString items

v0.5.0

09 Sep 13:28
Compare
Choose a tag to compare
  • [feat] support css selectors in variables
  • [fix] proper url search params serialization (thanks to @GreenHedgehog for contributing)

v0.3.3

08 Jun 14:13
Compare
Choose a tag to compare
  • Set engine node >= 11.0.0

v0.3.2

05 Jun 12:43
Compare
Choose a tag to compare
  • Make cookie validation less strict #41
  • Empty name query item throws validation error #40