Releases: googleapis/nodejs-common
v0.21.0
This release has breaking changes.
Node.js support
Versions 4.x and 9.x of node.js are no longer supported. Please upgrade to node.js 8.x or 10.x.
New npm modules
The support for pagination, promisification, and project Id replacement have been moved into their own npm modules. You can find them at:
@google-cloud/common
.
Breaking Changes
- fix: drop support for node.js 4.x and 9.x (#190)
- chore: cut out code split into other modules (#194)
Implementation Changes
- fix: make ServiceObject#id protected to allow subclass access (#200)
Internal / Testing Changes
- chore(deps): update dependency gts to ^0.8.0 (#192)
- chore: update renovate config (#202)
- refactor: remove circular imports (#201)
- fix: special JSON.stringify for for strictEqual test (#199)
- chore: assert.deelEqual => assert.deepStrictEqual (#196)
- chore: move mocha options to mocha.opts (#195)
- Update config.yml (#191)
v0.20.3
v0.20.2
This is a patch release that contains several bug fixes, updated dependencies, and tool fixes.
Bug fixes
a7c763a fix: callback request with body and response (#182)
9146ec4 fix: ServiceObject: loosen metadata type (#181)
5921721 fix: UnhandledPromiseRejection in ServiceObject test (#175)
Package updates
f59f537 fix(deps): update dependency retry-request to v4 (#179)
5b4132f chore(deps): update dependency sinon to v6 (#178)
272d3be chore(deps): update dependency gts to ^0.7.0 (#177)
Keepin the lights on
a36ee6a test: test the typescript install (#183)
f2de3e9 Configure Renovate (#170)
a35bd97 refactor: drop repo-tool as an exec wrapper (#173)
620844d fix: update linking for samples (#171)
v0.20.1
v0.20.0
v0.19.2
v0.19.1
This release fixes the empty package issue in 0.19.0.
v0.19.0
This release removes levels
from the public interface of LoggerConfig
. It also changes the Logger
class type definition to be more friendly for subclassing.
In addition, this release fixes a bug related to the instance type of PartialFailureError
errors.
Commits
0dfcfad chore: upgrade and lock typescript at 2.9 (#153)
5ab55cc fix: Set the PartialFailureError name to 'PartialFailureError'. (#152)
f246b51 fix: Add promisifyAll support for es classes (#150)
45fc0b2 feat: remove levels
from LoggerConfig and don't expose index property on Logger (#142)
2af8e1a chore: the ultimate fix for repo-tools EPERM (#147)