Releases: yarpc/yab
Releases · yarpc/yab
v0.15.0
- Allow
null
in request templates to imply skipping the field. - Allow specifying HTTP method for HTTP requests using
--http-method
. - Add support for URLs in peer lists.
- Add support for per-peer stats from benchmarks using
--per-peer-stats
. - Fix bug where benchmark stats were missing procedure if
--health
was used.
v0.14.3
v0.14.2
v0.14.1
- Fix a bug for incorrectly dialing the reflection server when
peers contain thegrpc://
scheme instead of just host:port pairs.
v0.14.0
- Support protobuf encoding using:
- Precompiled FileDescriptorSets with flags
--file-descriptor-set-bin
or-F
. - Using the grpc reflection API if no descriptor set is specified.
- Precompiled FileDescriptorSets with flags
- Encoding now defaults to
proto
if the method is of form
package.Service/Method
.