Skip to content

Commit dfc37c1

Browse files
authored
Update CHANGES.md for 0.0.3 (#28)
1 parent 04710b5 commit dfc37c1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
## Unreleased
1+
## 0.0.3
22

3-
* Adds `strest-max-rps`, a tool for determining the max RPS of a backend
3+
* Add `strest-max-rps`, a tool for determining the max RPS of a backend.
4+
* [client] Add `-totalTargetRps` to throttle requests to a fixed rate.
5+
* [client] Rename `-concurrency` to `-connections`
6+
* [client] Add `-streams` to configure per-connection concurrency
7+
* [client] Add `-tlsTrustChainFile` to cause the client to establish and validate TLS connections.
8+
* [server] Add `-tlsCertFile` and `-tlsPrivKeyFile`, which causes the server to accept TLS connections.
9+
* [client] Do not add latency by default.
10+
* [client] Do not add response payloads by default.
411

512
## 0.0.2
613

0 commit comments

Comments
 (0)