Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Releases: googleapis/nodejs-bigquery-data-transfer

v1.2.0

07 Jun 15:16
Compare
Choose a tag to compare

Features

  • adds startManualTransferRuns, enableDataTransferService, and isDataTransferServiceEnabled methods (4a45c8f)

v1.1.0

05 Jun 17:25
Compare
Choose a tag to compare

Features

  • support apiEndpoint override in client constructor (#219) (c8e6ca0)

v1.0.0

20 May 15:02
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#194)

Bug Fixes

  • deps: update dependency google-gax to ^0.26.0 (#192) (417634a)
  • DEADLINE_EXCEEDED is no longer retried (fb87d7c)
  • DEADLINE_EXCEEDED retry code is idempotent (#203) (d0ff039)
  • deps: update dependency google-gax to v1 (#202) (245cf09)

Build System

v0.5.1

12 Mar 22:31
Compare
Choose a tag to compare

03-12-2019 13:53 PDT

This patch release contains a few bug fixes, dependency updates, and doc improvements. Enjoy!

Bug Fixes

  • fix: throw on invalid credentials (#167)
  • fix: do not require projectId for samples (#147)

Dependencies

  • fix(deps): update dependency google-gax to ^0.25.0 (#158)

Documentation

  • docs: update comments on protos (#172)
  • docs: update API doc comments (#171)
  • docs: update links in contrib guide (#169)
  • docs: update contributing path in README (#164)
  • docs: move CONTRIBUTING.md to root (#163)
  • docs: add lint/fix example to contributing guide (#160)

Internal / Testing Changes

  • chore: update require statement code style
  • build: Add docuploader credentials to node publish jobs (#175)
  • build: use node10 to run samples-test, system-test etc (#174)
  • build: update release configuration
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#168)
  • build: create docs test npm scripts (#166)
  • build: test using @grpc/grpc-js in CI (#165)
  • refactor: improve generated code style (#162)
  • chore(deps): update dependency eslint-config-prettier to v4 (#157)
  • chore: update the date in the copyright header. (#156)
  • build(docs): ignore www.gstatic.com/bigquerydatatransfer link (#152)
  • build: check broken links in generated docs (#148)
  • nit: reordered message types

v0.5.0

21 Dec 20:46
Compare
Choose a tag to compare

12-21-2018 10:19 PST

Dependencies

  • fix(deps): update dependency google-gax to ^0.22.0 (#119)
  • refactor: remove unused deps (#115)
  • chore(deps): update dependency through2 to v3 (#113)
  • fix(deps): update dependency google-gax to ^0.20.0 (#83)
  • fix(deps): update dependency google-gax to ^0.19.0 (#73)
  • fix(deps): update dependency google-gax to ^0.18.0 (#63)

Documentation

  • docs: update readme badges (#130)
  • fix(samples): fix the sample and add a system test (#127)
  • docs(samples): updated samples code to use async await (#124)

Internal / Testing Changes

  • refactor: modernize the sample tests (#144)
  • chore(build): inject yoshi automation key (#143)
  • chore: update nyc and eslint configs (#142)
  • chore: fix publish.sh permission +x (#140)
  • fix(build): fix Kokoro release script (#139)
  • build: add Kokoro configs for autorelease (#138)
  • chore: always nyc report before calling codecov (#135)
  • chore: nyc ignore build/test by default (#134)
  • chore: update license file (#132)
  • fix(build): fix system key decryption (#128)
  • chore: add a synth.metadata
  • chore: update eslintignore config (#118)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#117)
  • chore: drop contributors from multiple places (#116)
  • chore: use latest npm on Windows (#114)
  • chore: update CircleCI config (#112)
  • chore: include build in eslintignore (#109)
  • chore(deps): update dependency eslint-plugin-node to v8 (#105)
  • chore: update issue templates (#104)
  • chore: remove old issue template (#102)
  • build: run tests on node11 (#101)
  • chores(build): do not collect sponge.xml from windows builds (#100)
  • chores(build): run codecov on continuous builds (#99)
  • chore: update new issue template (#98)
  • build: fix codecov uploading on Kokoro (#95)
  • Update kokoro config (#93)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#92)
  • test: remove appveyor config (#89)
  • Update the CI config (#88)
  • Enable prefer-const in the eslint config (#86)
  • Enable no-var in eslint (#85)
  • Switch to let/const (#84)
  • Update CI config (#82)
  • Add templating to synth and update CI (#80)
  • Retry npm install in CI (#79)
  • Re-generate library using /synth.py (#76)
  • chore(deps): update dependency nyc to v13 (#74)
  • chore(deps): update dependency eslint-config-prettier to v3 (#72)
  • chore: do not use npm ci (#71)
  • chore: ignore package-lock.json (#68)
  • chore(deps): lock file maintenance (#67)
  • chore(deps): lock file maintenance (#66)
  • chore: update renovate config (#65)
  • remove that whitespace (#64)
  • chore(deps): lock file maintenance (#62)
  • chore: move mocha options to mocha.opts (#60)
  • chore: require node 8 for samples (#61)
  • chore(deps): lock file maintenance (#59)
  • chore(deps): update dependency eslint-plugin-node to v7 (#56)
  • test: use strictEqual in tests (#57)
  • chore(deps): lock file maintenance (#55)
  • fix(deps): update dependency @google-cloud/bigquery-data-transfer to ^0.4.0 (#54)

v0.4.0

16 Jul 20:53
045ba56
Compare
Choose a tag to compare

Implementation Changes

BREAKING CHANGE

In this version we dropped support for NodeJS 4.x and 9.x. Your code might break if you're using this library on non LTS versions.

  • fix: drop support for node.js 4.x and 9.x (#47)

Dependencies

  • chore(deps): update dependency eslint to v5 (#44)
  • chore(package): update nyc to version 12.0.2 (#35)
  • fix: update all dependencies (#33)

Internal / Testing Changes

  • refactor: drop repo-tool as an exec wrapper (#42)
  • fix: update linking for samples (#39)
  • Configure Renovate (#37)
  • update gax and synth.py (#43)
  • chore(build): use npm ci instead of npm install (#49)
  • chore: the ultimate fix for repo-tools EPERM (#31)
  • chore: timeout for system test (#30)
  • chore: test on node10 (#28)
  • chore: one more workaround for repo-tools EPERM (#26)
  • chore: workaround for repo-tools EPERM (#25)
  • chore: make samples depend on the current version (#24)
  • chore: setup nighty build in CircleCI (#23)

v0.3.0

19 Mar 19:55
302d276
Compare
Choose a tag to compare

Fixes

Updated dependencies, including google-gax, to fix streaming behavior. (googleapis/gax-nodejs#197)

v0.2.0

06 Feb 07:59
c84313b
Compare
Choose a tag to compare

Features

Incompatible changes: in this version we have regenerated the client library based on the updated protobuf definitions that had some incompatible changes such as field removals and enum members removals. Please note that your code may break after you upgrade.

v0.1.1

17 Jan 20:37
e841b1b
Compare
Choose a tag to compare

Fixes

README file now has valid links to the client library documentation.

v0.1.0

16 Dec 00:47
6f74f8f
Compare
Choose a tag to compare

New Node.js client library for Bigquery Data Transfer service

Google BigQuery Data Transfer Service transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.