Skip to content

Commit 08028e3

Browse files
committedOct 16, 2023
build: prepare v0.6.1 release notes
1 parent aa2d6dd commit 08028e3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
 

‎releases/v0.6.1.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
3+
4+
SPDX-License-Identifier: AGPL-3.0-only
5+
-->
6+
7+
xk6-dashboard `v0.6.1` is here 🎉! This release includes:
8+
9+
- [#77](https://github.com/grafana/xk6-dashboard/issues/77) Add missing charts to the *TIMINGS* tab sections
10+
- [#78](https://github.com/grafana/xk6-dashboard/issues/78) Rename WebSockets *Pong Duration* to *Ping Duration*
11+
- [#79](https://github.com/grafana/xk6-dashboard/issues/79) Enable short descriptions of graphs
12+
13+
### Add missing charts to the *TIMINGS* tab sections
14+
15+
#### HTTP
16+
- Request Failed Rate
17+
- Request Rate
18+
- Request Blocked
19+
20+
#### Browser
21+
- Request Failed Rate
22+
23+
#### WebSockets
24+
- Transfer Rate
25+
- Sessions Rate
26+
27+
#### gRPC
28+
- Transfer Rate
29+
- Streams Rate
30+
31+
### Rename WebSockets *Pong Duration* to *Ping Duration*
32+
33+
The official name is "ping", so renameed it back to the official name (however the measured value is the response time)
34+
35+
### Enable short descriptions of graphs
36+
37+
Added "summary" configuration property (and placeholder value) to panels configuration.

0 commit comments

Comments
 (0)
Please sign in to comment.