Skip to content

Commit

Permalink
Iterate on v0.46 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Aug 14, 2023
1 parent 4c5b8cf commit b3ec841
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release notes/v0.46.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ k6 `v0.46` is here 🎉! This release includes:
- Cloud output v2
- And many UX improvements, bug fixes, and internal improvements

## Breaking Changes

### Browser

Expand Down Expand Up @@ -51,6 +52,10 @@ export default async function () {
}
```

### Deprecations

- [#3121](https://github.com/grafana/k6/issues/3121) deprecates the `loadimpact/k6` docker image. We intend to keep supporting it for at most a year from now, but we recommend switching to the `grafana/k6` image as soon as possible.


## New features

Expand Down Expand Up @@ -162,6 +167,7 @@ The full list of related PRs: [#3104](https://github.com/grafana/k6/pull/3104),

## Maintenance and internal improvements

- [#3112](https://github.com/grafana/k6/pull/3112) Adds an event system for core JS modules.
- [#3170](https://github.com/grafana/k6/pull/3170) Upgraded the version of gRPC k6 demo service dependency to address a security vulnerability ([CVE-2023-32731]).
- [#3211](https://github.com/grafana/k6/pull/3211) Updates the experimental gRPC module version used by k6.
- [#3210](https://github.com/grafana/k6/pull/3210) Updates the xk6-output-prometheus-remote version used by k6.
Expand Down

0 comments on commit b3ec841

Please sign in to comment.