Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade k6 to v0.38.3 #2

Closed
wants to merge 1 commit into from
Closed

feat: Upgrade k6 to v0.38.3 #2

wants to merge 1 commit into from

Conversation

ex0b1t
Copy link

@ex0b1t ex0b1t commented Aug 7, 2022

Upgrade to v0.38.0 and resolve breaking changes

The Go types in the stats package were moved to the metrics package #2433
For convenience and to facilitate further developments, the types and functionalities that used to live in k6's stats package have been moved to the metrics package. The stats package is, as of v0.38.0, removed in favor of the metrics package. Besides, #2442 removed the stats.New function in favor of initializing new metric via a register.NewMetric call instead.

The Go types in the stats package were moved to the metrics package #2433
For convenience and to facilitate further developments, the types and functionalities that used to live in k6's stats package have been moved to the metrics package. The stats package is, as of v0.38.0, removed in favor of the metrics package. Besides, #2442 removed the stats.New function in favor of initializing new metric via a register.NewMetric call instead.
@ex0b1t ex0b1t closed this Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant