0.10.0 Daily Lunch Special
This release contains numerous improvements, new features, and bug fixes.
Common
New features
- Support
grpc-timeoutheader inheadercommand. Each request can have a timeout value. - The gRPC reflection client has headers which are passed from config.
- A new option
--emit-defaultsforces to emit default (zero) values.
Bug fixes
- Fixed
desccommand to work collectly with an empty package. This fixes #367.
Others
- Added
CONTRIBUTING.mdfor new contributors.
REPL
New features
- A new option
--bytes-from-fileofcallcommand allows you to specify a file as input for a byte field. When the option is specified, input is interpreted as a file path, and it tries to read from it's path. - A new option
--repeatofcallcommand invokes the last method with the same request value. This feature only works correctly with Unary and Server streaming RPCs. See README.md for more details.
Bug fixes
- gRPC reflection skips unexposed services. This fixes #298.