-
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
Add new release notes for v0.56.0 #4066
Conversation
release notes/v0.56.0.md
Outdated
### (_optional h3_) `<big_breaking_change>` `#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.
### (_optional h3_) `<big_breaking_change>` `#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.
I've removed the template comment.
release notes/v0.56.0.md
Outdated
_optional intro here_ | ||
|
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.
_optional intro here_ |
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've removed the template comment.
release notes/v0.56.0.md
Outdated
|
||
### `<big_feature_n>` `#pr` | ||
|
||
_what, why, and what this means for the user_ | ||
|
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.
### `<big_feature_n>` `#pr` | |
_what, why, and what this means for the user_ |
Do we have anything else that should be in this section, arguably the above is here mostly as it is a big change
cc @grafana/k6-core
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've removed the template comment. I don't think there was anything else note worthy for this section.
release notes/v0.56.0.md
Outdated
|
||
|
||
## _Optional_ Roadmap | ||
|
||
_Discussion of future plans_ | ||
|
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.
## _Optional_ Roadmap | |
_Discussion of future plans_ |
Maybe we should mention some deprecation ideas?
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.
We should probably mention that we will change the end of test summary format, which is kind of a deprecation, in a sense. what do you think @joanlopez ?
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've added the removal note for k6/experimental/browser
.
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.
(By the way: please do not consider my comment blocking, and feel free to move forward with it)
release notes/v0.56.0.md
Outdated
## UX improvements and enhancements | ||
|
||
- [browser#1536](https://github.com/grafana/xk6-browser/pull/1536) Removes `Headless` from the user agent to prevent test traffic from being blocked. | ||
- [#4093](https://github.com/grafana/k6/pull/4093) Introduces a `--json` flag to a `k6 version` sub-command, which switches an output to a JSON format. |
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.
Should we move it one line below? So we keep the browser section in a single group.
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.
Sure, updated in 9345dac
Also includes the two release notes.
Co-authored-by: Ivan <[email protected]>
55fa5da
to
11741fa
Compare
What?
This PR contains the Release notes for the upcoming k6 version v0.56.0.
Feel free to add commits as you see fit to update the content according to the changes you've made this cycle 🙇🏻
Why?
A PR dedicated for release notes for everyone to add their changes to.
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)
#4064