-
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 notes v0.47.0 #3360
Release notes v0.47.0 #3360
Conversation
* Add improved cookie API release notes * Add a cookie usage example * Improve cookie docs PR links Co-authored-by: Ankur <[email protected]> * Remove cookie list of PRs * Fix typo "retrieving" * Remove PW link Co-authored-by: ka3de <[email protected]> --------- Co-authored-by: Ankur <[email protected]> Co-authored-by: ka3de <[email protected]>
Co-authored-by: Ankur <[email protected]> Co-authored-by: İnanç Gümüş <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3360 +/- ##
==========================================
- Coverage 72.94% 72.89% -0.06%
==========================================
Files 261 259 -2
Lines 20018 20013 -5
==========================================
- Hits 14603 14588 -15
- Misses 4488 4493 +5
- Partials 927 932 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Add release notes for remaining browser updates. Co-authored-by: İnanç Gümüş <[email protected]> Co-authored-by: Oleg Bespalov <[email protected]> Co-authored-by: ka3de <[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.
Left a few comments, some edits for clarity, and lots of small edits to the last sections for consistency. :)
Also, I tried my best to look at PRs to try and make edits that still make sense from a technical perspective, so if anything doesn't make sense please feel free to ignore it, or let me know. 🙏
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Oleg Bespalov <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
release notes/v0.47.0.md
Outdated
|
||
### New authentication methods and HTTP headers API for Prometheus remote write output | ||
|
||
The experimental Prometheus remote write output gets the support for two new authentication methods: Bearer token and TLS certificates. Check out the [documentation](https://k6.io/docs/results-output/real-time/prometheus-remote-write/#options) to know how to define them using the new environement variables. |
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.
Set as a reminder, we need to add them to the documentation
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
What?
Release notes for v0.47.0.
The full list of pull requests merged for the k6 core project: https://github.com/grafana/k6/pulls?page=2&q=is%3Apr+milestone%3Av0.47.0+is%3Aclosed
Related PR(s)/Issue(s)
#3274