Releases: googleapis/nodejs-common
Releases · googleapis/nodejs-common
v2.1.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
⚠ 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
- add apiEndpoint property to service config (#427) (c063df8), closes googleapis/nodejs-bigquery#455
v1.0.0
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
v0.32.0
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.