Skip to content

0.10.0 Daily Lunch Special

Compare
Choose a tag to compare
@ktr0731 ktr0731 released this 24 Jul 15:33
· 131 commits to master since this release
a7bb0b5

This release contains numerous improvements, new features, and bug fixes.

Common

New features

  • Support grpc-timeout header in header 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 of call 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 of call 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.