Skip to content

Releases: googleapis/nodejs-common

v0.20.3

01 Jul 04:37
d5508e4
Compare
Choose a tag to compare

This release fixes #185, which was causing problems with downstream modules.

Commits

b2c60ed fix: no synthetic imports (#186)

v0.20.2

29 Jun 19:49
ea50210
Compare
Choose a tag to compare

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

21 Jun 15:40
b647a90
Compare
Choose a tag to compare

This release contains a simple TypeScript type change, and cleans up some un-used dev dependencies.

Commits

6a9bcd6 fix: loosen index type for service-object (#168)
0d1075b refactor: remove eslint and prettier (#166)

v0.20.0

12 Jun 18:18
f1e8b40
Compare
Choose a tag to compare

This reverts behavior broken in 0.18 surrounding poll_ being an async operation, and breaks in the getMetadata method of Operation.

3c22a57 fix: repair breaking changes (#164)
7bf4b63 chore: upgrade to latest of all dependencies (#162)

v0.19.2

05 Jun 02:05
Compare
Choose a tag to compare

This release adds back a Logger.LEVELS field. It also fixes a bug that was breaking system tests in some dependent modules.

Commits

2af6176 refactor: make properties on logger readonly (#158)
af00352 fix: use through() again (#159)
4b295c0 feat: expose Logger.LEVELS (#157)

v0.19.1

31 May 20:20
99c29d6
Compare
Choose a tag to compare

This release fixes the empty package issue in 0.19.0.

v0.19.0

31 May 18:41
Compare
Choose a tag to compare

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)

0.18.9

21 May 21:39
28629bd
Compare
Choose a tag to compare

This release fixes a bug with rejected promises:
92ae69d fix: pass responses in errors with request callbacks (#145)

0.18.8

21 May 16:00
7ffdb6f
Compare
Choose a tag to compare

Commits

f7af9d7 fix: export more types, fix back compat (#143)
0896b97 fix: expose LoggerConfig and ServiceConfig (#141)

0.18.7

17 May 03:08
Compare
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)