Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Releases: googleapis/nodejs-common

0.18.7

17 May 03:08

Choose a tag to compare

This releases fixes a potential issue where the body argument of Service#request might be a raw JSON string rather than the parsed response body.

Commits

4637b33 fix: for Service#request, always provide parsed body (#139)
e68b33b fix: expose a few properties (#138)

0.18.6

09 May 23:56
76384ca

Choose a tag to compare

This release fixes a typing issue with the order of the body and response objects in request callbacks.

0.18.5

09 May 18:56
d14f792

Choose a tag to compare

This patch release includes bug fixes that restore backward compatibility with 0.17.x.

Commits

53d5fcf fix: repair makeAuthenticatedRequest callback order (#132)
db21cb4 fix: repair requestStream and other back-compat changes (#130)

0.18.4

03 May 16:49
e3d1927

Choose a tag to compare

This release adds back support for callbacks on the Service.request method, and makes a few other type improvements.

Commits

99230a8 fix: back-compat for service.ts (#128)
75dd968 chore: test on node10 (#127)

0.18.3

02 May 14:38

Choose a tag to compare

This release contains minor bug fixes identified while integrating 0.18.2 into upstream projects.

Fixes

a108b1b fix: back-compat issues with cloud-profiler (#125)
4feff33 fix: include request and duplexify types (#122)
e7ad4b0 chore(package): update sinon to version 5.0.2 (#124)

0.18.2

30 Apr 17:13
c2af6ce

Choose a tag to compare

This release probably hopefully fixes the issue where there are no files in the build. 🤞

0.18.1

29 Apr 22:58
9145776

Choose a tag to compare

This release fixes a bug where the contents of the npm module are empty.

v0.18.0

29 Apr 18:14

Choose a tag to compare

🔥Holy smokes 💨 This release contains a bunch of changes which in theory, should not be breaking. The entire module was transitioned to TypeScript, and a number of npm modules were dropped, changed, or otherwise removed.

In theory - this should not be a breaking change. In reality, there are likely to be unintended consequences on some level. Updates should be done with care.

Commits

37bd44d chore: release 0.18.0
050f8c1 feat: google-auto-auth ==> google-auth-library (#114)
09cb051 chore: make internal methods async (#112)
75d22be chore: enable noImplicitThis (#111)
6386a8b chore: enable gts (#110)
31044e7 chore: gts fix a few test files (#109)
8274e6b chore: gts check for util.ts (#108)
5b5b4d9 chore: round 2 of gts fixing (#106)
3628fcc chore: gts fix paginator and operation (#105)
33a65a1 chore: enable noImplicitAny (#101)
08dd4b6 fix: add explicit typing to please the compiler (#104)
00b1eaf feat: convert util.ts to es6 (#98)
ab50953 chore: convert operation.ts to es6 (#95)
06bc272 feat: make logger an es6 class (#97)
31dafe4 chore: upgrade service-object.ts to es6 (#91)
8f29830 chore: remove concat-stream (#94)
a845e39 chore: remove through2 (#93)
1a4ea92 chore: es6ify paginator.ts (#88)
9b5466e chore: es6ify service.ts (#78)
aeb1fb0 fix: update all the things (#77)
fa97ce8 chore: types, types, types (#71)
07aeb64 chore: remove create-error-class (#74)
710e965 chore: remove array-uniq (#73)
7d6af71 chore: remove methmeth (#72)
d3b2ea6 chore: remove string-format-obj (#75)
4c71afd fix: ensure packaging works (#70)
368eee6 chore: use arrow functions (#67)
e5488ee chore: run gts fix (#65)
7e72f5b chore: workaround for repo-tools EPERM (#66)
ecabb3e Convert to TypeScript (#64)

v0.17.0

21 Mar 20:31
646fb1f

Choose a tag to compare

Features

  • (#57): Accept an access token to a Service instantiation.
  • (#63): Privatize all instance properties.

Fixes

  • (#61): When returning an error about a missing project ID, the stacktrace will be preserved.

v0.16.2

16 Mar 01:54
f28620e

Choose a tag to compare

Fixes

This release contains only dependency updates and some style fixes.

  • (#16) Dependencies with licensing problems
  • (#54) Switch to let/const