Grpc Helper Versions Save

An improved gRPC client with lots of helpful features.

v0.5.1

4 years ago

Changes

  1. Fix ssl certs expired caused test broken.
  2. Fix long package name load error such as grpc.health.v1.
  3. Add contributing.md and github pull request and issue template.

v0.5.0

4 years ago

Changes

  1. Docs improvement
  2. You may use the grpc loader options grpcProtoLoaderOpts, default is:
{
  keepCase: true,
  longs: String,
  enums: String,
  defaults: true,
  oneofs: true
}

Check https://github.com/grpc/grpc-node/tree/master/packages/proto-loader for details

Notes

  1. Start to use gitlab release, and git tag will prefix with v.
  2. Will have break changes in later versions: drop support for node 4, it's hard to maintain.