github ktr0731/evans 0.10.0
0.10.0 Daily Lunch Special

latest releases: v0.10.11, 0.10.11, v0.10.10...
3 years ago

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.

Don't miss a new evans release

NewReleases is sending notifications on new releases.