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

Release v0.53.0 #3872

Merged
merged 24 commits into from
Aug 13, 2024
Merged

Release v0.53.0 #3872

merged 24 commits into from
Aug 13, 2024

Conversation

mstoykov
Copy link
Contributor

What?

Release notes for v0.53.0

Why?

Explain what is new in v0.53.0

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

@mstoykov mstoykov added this to the v0.53.0 milestone Jul 25, 2024
@mstoykov mstoykov requested review from heitortsergent, allansson and a team July 25, 2024 10:20
@mstoykov mstoykov self-assigned this Jul 25, 2024
@mstoykov mstoykov requested review from codebien and joanlopez and removed request for a team July 25, 2024 10:20
release notes/v0.53.0.md Outdated Show resolved Hide resolved
Comment on lines 152 to 163
## 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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This need more work



## _Optional_ Roadmap
// TODO: top-level-await, dynamic import, import.meta.resolve, `global` and compatibility-mode?!?
Copy link
Contributor Author

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 ?

Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fair to announce here another iteration of the k6 cloud (sub)commands, with things like #3818 and #3835.

Wdyt? @oleiade

release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
Comment on lines 3 to 7
- 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:
Copy link
Contributor

@codebien codebien Jul 29, 2024

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.

Copy link
Contributor

@joanlopez joanlopez Jul 30, 2024

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 Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved


## _Optional_ Roadmap
// TODO: top-level-await, dynamic import, import.meta.resolve, `global` and compatibility-mode?!?
Copy link
Contributor

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.

release notes/v0.53.0.md Outdated Show resolved Hide resolved
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
release notes/v0.53.0.md Outdated Show resolved Hide resolved
mstoykov and others added 3 commits August 5, 2024 10:28
release notes/v0.53.0.md Outdated Show resolved Hide resolved
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
release notes/v0.53.0.md Outdated Show resolved Hide resolved
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
Copy link
Contributor

@heitortsergent heitortsergent left a 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). :shipit:

release notes/v0.53.0.md Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved


## _Optional_ Roadmap
// TODO: top-level-await, dynamic import, `global` and compatibility-mode?!?
Copy link
Contributor

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? 🤔

heitortsergent
heitortsergent previously approved these changes Aug 13, 2024
Copy link
Contributor

@heitortsergent heitortsergent left a 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). :shipit:

Co-authored-by: Heitor Tashiro Sergent <[email protected]>
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
release notes/v0.53.0.md Outdated Show resolved Hide resolved
@mstoykov mstoykov merged commit 8e58dbb into master Aug 13, 2024
22 checks passed
@mstoykov mstoykov deleted the release-v0.53.0 branch August 13, 2024 09:31
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.

7 participants