Skip to content

Releases: grafana/har-to-k6

v0.14.8

25 Mar 15:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.7...v0.14.8

v0.14.7

20 Feb 17:43
Compare
Choose a tag to compare

What's Changed

Nothing has changed. This release is only aimed to re-build docker image

v0.14.6

21 Nov 07:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.5...v0.14.6

v0.14.5

13 Oct 05:30
Compare
Choose a tag to compare

Security update with some added sugar for Docker usage

  • Update node image to node:18-slim
  • Added the possibility to output to stdout with -s, --stdout
  • Changed default output from script to stdout when using docker
  • Added “Docker usage” to README.md

What's Changed

  • [chore] Update node to fix docker image vulnerabilities by @w1kman in #136

Full Changelog: v0.14.4...v0.14.5

v0.14.4

06 Oct 11:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.3...v0.14.4

v0.14.3

06 Oct 06:46
Compare
Choose a tag to compare

What's changed

  • Various improvements to error handling
  • Updated validation messages
  • Improve HAR typings

Fixes

  • Param not discared when name is empty
  • Query items with a null name throws validation error
  • Validation error thrown when GET request has postData
  • Assume text/plain when no mime type is present
  • Infer mime type from postData content when mime type is missing
  • Various fixes related to weird input data

Full Changelog: v0.13.1...v0.14.3

v0.13.1

23 Feb 14:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

01 Feb 07:42
Compare
Choose a tag to compare

Changed

  • Decode postData params when mimeType is application/x-www-form-urlencoded
  • Remove BOM character before parsing a har file

v0.12.0

06 Dec 10:10
Compare
Choose a tag to compare

Added

  • Support for converting several HAR archives at once (with convert([archive,...]))

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

01 Dec 10:48
Compare
Choose a tag to compare

Changed

  • Bump formData to v0.0.2 and use simplified short syntax for text fields
  • Remove usage of VError package in thrown validation errors