Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

v1.0.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 10 May 23:03

Bug Fixes

  • upgrade to grpc-js (#240) (a2e03d3)
  • deps: update dependency @google-cloud/common to ^0.32.0 (4fd67f4), closes #8203
  • deps: update dependency @google-cloud/projectify to v1 (#232) (34fb9e7)
  • deps: update dependency @google-cloud/promisify to v1 (#233) (8e6549b)
  • deps: update dependency @grpc/proto-loader to ^0.5.0 (#224) (06c736e)

Build System

Features

  • allow passing grpc in service constructor (#241) (1815d40)

BREAKING CHANGES

  • switches from grpc to @grpc/grpc-js. @grpc/grpc-js is a functionally equivalent pure-JS implementation, but does have some differences in its API surface. Also, @grpc/grpc-js requires http2 support so only works in Node.js v8.9+.
  • upgrade to grpc-js (#240)
  • upgrade engines field to >=8.10.0 (#230)