Skip to content

Commit

Permalink
Update CHANGES.md for 0.0.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Sep 5, 2017
1 parent 04710b5 commit dfc37c1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Unreleased
## 0.0.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.
* [client] Add `-totalTargetRps` to throttle requests to a fixed rate.
* [client] Rename `-concurrency` to `-connections`
* [client] Add `-streams` to configure per-connection concurrency
* [client] Add `-tlsTrustChainFile` to cause the client to establish and validate TLS connections.
* [server] Add `-tlsCertFile` and `-tlsPrivKeyFile`, which causes the server to accept TLS connections.
* [client] Do not add latency by default.
* [client] Do not add response payloads by default.

## 0.0.2

Expand Down

0 comments on commit dfc37c1

Please sign in to comment.