0.10.0 Daily Lunch Special
This release contains numerous improvements, new features, and bug fixes.
Common
New features
- Support
grpc-timeout
header inheader
command. Each request can have a timeout value. - The gRPC reflection client has headers which are passed from config.
- A new option
--emit-defaults
forces to emit default (zero) values.
Bug fixes
- Fixed
desc
command to work collectly with an empty package. This fixes #367.
Others
- Added
CONTRIBUTING.md
for new contributors.
REPL
New features
- A new option
--bytes-from-file
ofcall
command 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
--repeat
ofcall
command 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.