Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
  • Loading branch information
olegbespalov and joanlopez authored Sep 30, 2024
1 parent 88f6226 commit 1fa1587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.54.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ k6 `v0.54.0` is here 🎉! This release includes:
- [#3913](https://github.com/grafana/k6/pull/3913) changes the mapping of Golang's `math/big.Int` type to `bigint` type in k6.
- [#3922](https://github.com/grafana/k6/pull/3922) removes `lib.Min` and `lib.Max` from k6's Go API, which could affect custom extensions that rely on these functions.
- [#3838](https://github.com/grafana/k6/pull/3838) removes `k6/experimental/timers` - they are now available globally and no import is needed.
- [#3944](https://github.com/grafana/k6/pull/3844) updates to `k6/experimental/websockets` made the binaryType default value equal to "blob". With this change, `k6/experimental/websockets` is now compliant with the specification.
- [#3944](https://github.com/grafana/k6/pull/3944) updates to `k6/experimental/websockets`, which makes the `binaryType` default value equal to `"blob"`. With this change, `k6/experimental/websockets` is now compliant with the specification.

## New features

Expand Down

0 comments on commit 1fa1587

Please sign in to comment.