We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04710b5 commit dfc37c1Copy full SHA for dfc37c1
CHANGES.md
@@ -1,6 +1,13 @@
1
-## Unreleased
+## 0.0.3
2
3
-* Adds `strest-max-rps`, a tool for determining the max RPS of a backend
+* 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.
11
12
## 0.0.2
13
0 commit comments