k6 v1.6.1 is here! This patch release includes:
- Bug fix for a race condition in the experimental CSV module
- Bug fix for manifest k6 version override
- Version updates for Go toolchain and Docker images
Bug fixes
- #5632 Fixes a race condition in the
experimental/csvmodule when multiple files with async code usecsv.parsein parallel during initialization. - #5642 Fixes an issue where k6 was not always added as a build dependency, preventing manifests from overriding the k6 version.