Releases: googleapis/nodejs-tasks
Releases · googleapis/nodejs-tasks
v2.1.2
Bug Fixes
- samples: region tag collided with tasks-api (#476) (fd73aa4)
v2.1.0
Features
- introducing field Queue.type docs: fixing typos and minor updates (#426) (d0c538c)
Bug Fixes
v2.0.1
Bug Fixes
- handle fallback option properly (#425) (0d4e8c9)
- regen protos and tests, formatting (#413) (b05145e)
- remove eslint, update gax, fix generated protos, run the generator (#400) (45a3425)
- remove unused files from package (#404) (803bc49)
- synth.py clean up for multiple version (#415) (b860452)
v2.0.0
⚠ BREAKING CHANGES
- The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
New feature: methods with pagination now support async iteration.
Features
- drop node8 support, support for async iterators (#388) (2b759e1)
Bug Fixes
v1.8.0
Features
- add StackdriverLoggingConfig field to Cloud Tasks v2 API (db2397a)
- export protos in src/index.ts (a27e213)
v1.7.3
Bug Fixes
- pass x-goog-request-params header for streaming calls (ba267cc)
v1.7.2
Bug Fixes
- enum, bytes, and Long types now accept strings (58aa504)