Skip to content

v0.5.0

Choose a tag to compare

@inancgumus inancgumus released this 04 May 20:01
· 33 commits to master since this release
c2cac5b

xk6-faker v0.5.0 is here 🎉!

For k6 v1, continue using v0.4.4.

k6 v2 support

Port to go.k6.io/k6/v2 module path c2cac5b

All imports updated from go.k6.io/k6 to go.k6.io/k6/v2. No functional changes — the k6 v2 module API is compatible for extensions. Existing tests pass against the v2 API.

Related: k6#5891, k6build#318

Bug fixes

  • 0cbc3f6 Fix randomString return type from string[] to string.

Docs

  • 1319177 TypeScript type declarations made DefinitelyTyped compatible. Module name changed from faker namespace to k6/x/faker.

Maintenance

  • a45ad86 Go 1.26/1.25, xk6 v1.2.3, k6 v1.3.0.
  • 40a57df Repo ownership transferred to grafana/k6-core.
  • 25a5d0d Migrated from Dependabot to Renovate.