Releases: grafana/har-to-k6
Releases · grafana/har-to-k6
v0.14.8
v0.14.7
v0.14.6
What's Changed
- [fix] fix all cve warnings by @allansson in #138
- Fix typo in readme by @trevorah in #137
- fix: type definitions by @sumimakito in #135
New Contributors
- @trevorah made their first contribution in #137
- @sumimakito made their first contribution in #135
Full Changelog: v0.14.5...v0.14.6
v0.14.5
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
Full Changelog: v0.14.4...v0.14.5
v0.14.4
v0.14.3
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
What's Changed
- [feat] migrated to grafana dockerhub org by @vkarhaltsev in #99
- [fix] Make normalization idempotent by @e-fisher in #100
New Contributors
- @vkarhaltsev made their first contribution in #99
Full Changelog: v0.13.0...v0.13.1
v0.13.0
Changed
- Decode postData params when mimeType is application/x-www-form-urlencoded
- Remove BOM character before parsing a har file
v0.12.0
v0.11.0
Changed
- Bump formData to v0.0.2 and use simplified short syntax for text fields
- Remove usage of VError package in thrown validation errors