Skip to content

Releases: googleapis/nodejs-common

v2.1.0

05 Aug 22:16
Compare
Choose a tag to compare

Bug Fixes

  • deps: upgrade to the latest version of teeny-request (#448) (bb76f07)

Features

  • adds timeout to options and use it in reqOpts (#455) (90a6097)

v2.0.5

29 Jul 15:31
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency google-auth-library to v5 (#453) (755635c)

v2.0.4

11 Jul 23:31
Compare
Choose a tag to compare

Bug Fixes

  • allow methodConfig to override request method and uri (#451) (8c2f903)

v2.0.3

26 Jun 22:17
Compare
Choose a tag to compare

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#443) (11ccb28)

v2.0.2

14 Jun 14:47
Compare
Choose a tag to compare

Bug Fixes

v2.0.1

11 Jun 16:31
Compare
Choose a tag to compare

Bug Fixes

  • deps: teeny-request was retrying some requests in error (#436) (00a8ba2)

v2.0.0

23 May 22:47
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • This adds the apiEndpoint property as a required field for the ServiceConfig, and makes it a public property on the Service class. This is being added to broadly support apiEndpoint overrides.

Features

v1.0.0

09 May 16:31
34dd71f
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency @google-cloud/projectify to v1 (#414) (6cdc2fe)
  • deps: update dependency @google-cloud/promisify to v1 (#415) (00c422a)
  • deps: update dependency google-auth-library to v4 (#422) (e0a94af)

Build System

Miscellaneous Chores

BREAKING CHANGES

  • deps: this will ship async/await in the generated code
  • upgrade engines field to >=8.10.0 (#412)

v0.32.1

08 Apr 19:01
cc7f0a6
Compare
Choose a tag to compare

04-08-2019 10:53 PDT

Dependencies

  • fix: teeny-request should be dependency
  • fix(deps): update dependency arrify to v2 (#404)
  • chore: unpin @types/node (#402)

v0.32.0

02 Apr 22:31
Compare
Choose a tag to compare

04-02-2019 15:11 PDT

BREAKING CHANGE: This PR removes the ability to configure a custom implementation of the Request module. This was necessary when we were migrating from request to teeny-request, but that migration is now complete. All interfaces at accepted a custom implementation of request will no longer accept one. teeny-request is now just included in the box.