Skip to content

0.48.3

Choose a tag to compare

@Kyle-Verhoog Kyle-Verhoog released this 13 May 22:53
· 4 commits to 0.48 since this release
58a7bab

Bug Fixes

  • grpc: handle no package in fully qualified method.
  • grpc: handle IPv6 addresses and no port in target.
  • grpc: client spans are now marked as measured by default.
  • grpc: fix issue of unfinished spans when response is not a grpc.Future but has the same interface, as is the case with the base future class in google-api-core.