Skip to content

Releases: bojand/grpc-caller

v0.14.0

Choose a tag to compare

@bojand bojand released this 30 May 00:57

v0.13.0...v0.14.0

0.10.0

Choose a tag to compare

@bojand bojand released this 20 Oct 01:12

Update documentation.
Update dependencies.

0.9.0

Choose a tag to compare

@bojand bojand released this 02 Aug 02:01
  • Add proto-loader load options.
  • Update peer dependency to grpc@^1.13.0

0.5.0

Choose a tag to compare

@bojand bojand released this 07 May 23:40
  • Adds new Request API for Unary and Request streaming calls to control call details. Addresses #3.
  • Adds retry option for Unary calls to enable retry functionality. Retry options is identical to async.retry.
  • Changes grpc dependency to peer dependencies
  • Update dependencies