-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from yarpc/dev
Release latest yab changes as 0.6.0
- Loading branch information
Showing
29 changed files
with
367 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Changelog | ||
========= | ||
|
||
# 0.6.0 | ||
|
||
* Allow JSON to be used with non-map requests and responses. | ||
* Expose HTTP response body on non-OK responses. | ||
* Expose TChannel call status ("ok") and HTTP status code ("code" | ||
on successful responses. | ||
* Fix ini parsing of option groups. (#82) | ||
* Add support for TMultiplexedProtocol when using HTTP+Thrift using | ||
`--multiplexed-thrift`. | ||
|
||
# 0.5.4 | ||
|
||
* Fix for benchmarking taking longer than duration at low RPS. (#73) | ||
|
||
# 0.5.2 | ||
|
||
* Fix `--peer-list` not loading the peer list. Regression from 0.5.0. (#70) | ||
|
||
# 0.5.0 | ||
|
||
* Support for reading default options using XDG base directories. | ||
* Round robin peer-selection when creating connections for benchmarking. | ||
* Allow disabling Thrift envelopes for HTTP using `--disable-thrift-envelope`. | ||
|
||
# 0.4.0 | ||
|
||
* First beta release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.