Releases: googleapis/nodejs-bigquery-data-transfer
v1.2.0
v1.1.0
v1.0.0
⚠ 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
03-12-2019 13:53 PDT
This patch release contains a few bug fixes, dependency updates, and doc improvements. Enjoy!
Bug Fixes
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
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
Implementation Changes
- Re-generate library using /synth.py (#51)
- Interal proto changes (additional bindings)
- DEPRECATION: transfer_type field option has no effect
- See: googleapis/googleapis@abe0052...master
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 ofnpm 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
Fixes
Updated dependencies, including google-gax, to fix streaming behavior. (googleapis/gax-nodejs#197)
v0.2.0
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
Fixes
README file now has valid links to the client library documentation.
v0.1.0
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.