This repository was archived by the owner on Mar 19, 2026. It is now read-only.
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)