Skip to content

v2.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 20 May 21:40
4e16384

Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime.

⚠ BREAKING CHANGES

  • Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime.
  • drop support for custom promises (#970)
  • convert to typescript (#923)
  • deps: update dependency @google-cloud/projectify to v2 (#929)

Bug Fixes

  • docs: link to correct gaxOptions docs (#999) (312e318)
  • regen protos and tests, formatting (#991) (e350b97)
  • remove eslint, update gax, fix generated protos, run the generator (#955) (544a061)
  • remove unused dependencies (#998) (7b242a3)
  • close: ensure in-flight messages are drained (#952) (93a2bd7)
  • deps: update dependency @google-cloud/paginator to v3 (#931) (b621854)
  • deps: update dependency @google-cloud/precise-date to v2 (#934) (72b8d78)
  • deps: update dependency @google-cloud/projectify to v2 (#929) (45d9880)
  • deps: update dependency @google-cloud/promisify to v2 (#928) (3819877)
  • deps: update dependency google-auth-library to v6 (#935) (73fc887)

Build System

Miscellaneous Chores