-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Release v0.53.0 #3872
Release v0.53.0 #3872
Conversation
release notes/v0.53.0.md
Outdated
## UX improvements and enhancements | ||
|
||
- [#3783](https://github.com/grafana/k6/pull/3783) Set correct exit code on invalid configurations. Thank you @ariasmn! | ||
## Bug fixes | ||
|
||
- [#3845](https://github.com/grafana/k6/pull/3845) Fix logging to file sometimes missing lines. Thank you @roobre! | ||
|
||
## Maintenance and internal improvements | ||
|
||
- [#3792](https://github.com/grafana/k6/pull/3792), [#3817](https://github.com/grafana/k6/pull/3817), [#3863](https://github.com/grafana/k6/pull/3863) Finalize moving to Sobek, our fork of goja. | ||
- [#3815](https://github.com/grafana/k6/pull/3815), [#3840](https://github.com/grafana/k6/pull/3840), [#3821](https://github.com/grafana/k6/pull/3821), [#3836](https://github.com/grafana/k6/pull/3836), [#3840](https://github.com/grafana/k6/pull/3840), [#3844](https://github.com/grafana/k6/pull/3844), [#3821](https://github.com/grafana/k6/pull/3821) Update dependencies. | ||
- [#3830](https://github.com/grafana/k6/pull/3830), [#3831](https://github.com/grafana/k6/pull/3831), [#3862](https://github.com/grafana/k6/pull/3862) Refactoring and cleanup around ESM PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This need more work
release notes/v0.53.0.md
Outdated
|
||
|
||
## _Optional_ Roadmap | ||
// TODO: top-level-await, dynamic import, import.meta.resolve, `global` and compatibility-mode?!? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anyone wants anything else here?
Shall we remind people what will break in v0.54.0? Maybe have a list of breaking changes for upcoming releases ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, having a list of breaking changes would be a good idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Oleg Bespalov <[email protected]>
Co-authored-by: Johan Suleiko Allansson <[email protected]>
release notes/v0.53.0.md
Outdated
- Native ECMAScript modules support :tada:! | ||
- New experimental OpenTelemetry metrics output :rocket:! | ||
- Blob support in experimental websockets module | ||
- Consolidating cloud features and commands under `k6 cloud` :cloud: | ||
- Breaking change: remove magic URL resolutions :stop_sign: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer if we drop all the emojis, they don't add any additional value here. IMHO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no opinion about the emojis, but shouldn't we add links to the items on this list? 🤔
release notes/v0.53.0.md
Outdated
|
||
|
||
## _Optional_ Roadmap | ||
// TODO: top-level-await, dynamic import, import.meta.resolve, `global` and compatibility-mode?!? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, having a list of breaking changes would be a good idea.
Co-authored-by: Ivan <[email protected]>
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left just a few comments with edits and included a few links to the docs (pending a couple PRs being merged).
release notes/v0.53.0.md
Outdated
|
||
|
||
## _Optional_ Roadmap | ||
// TODO: top-level-await, dynamic import, `global` and compatibility-mode?!? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to remove this line? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left just a few comments with edits and included a few links to the docs (pending a couple PRs being merged).
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
What?
Release notes for v0.53.0
Why?
Explain what is new in v0.53.0
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)