Releases: googleapis/nodejs-common
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)