Skip to content

v2.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 26 Mar 22:33
1c11c80

⚠ BREAKING CHANGES

  • use Node.js v10+
  • throw for versions of Node.js older than v10.0.0 (#748)
  • stop accepting Promise constructor (#737)

Features

  • export bundle descriptor in descriptors interface (#744) (b1eccf9)
  • export ServiceError from @grpc/grpc-js (#754) (24a4d60)
  • stop accepting Promise constructor (#737) (816bf9b)
  • support async iterator for paging method (#708) (3ac5afb)
  • throw for versions of Node.js older than v10.0.0 (#748) (511fc23)

Bug Fixes

  • deps: update dependency @grpc/grpc-js to ^0.7.0 (#736) (01c428c)
  • deps: use @grpc/grpc-js v0.7.2 (#735) (836e81b)
  • deps: use protobuf.js v6.8.9 (#743) (fab91ce)
  • allow passing numbers as path template parameters (#756) (c466d3d)

Miscellaneous Chores