|
4 | 4 |
|
5 | 5 | [1]: https://www.npmjs.com/package/@google-cloud/bigquery-data-transfer?activeTab=versions
|
6 | 6 |
|
| 7 | +## v0.5.1 |
| 8 | + |
| 9 | +03-12-2019 13:53 PDT |
| 10 | + |
| 11 | +This patch release contains a few bug fixes, dependency updates, and doc improvements. Enjoy! |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | +- fix: throw on invalid credentials ([#167](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/167)) |
| 15 | +- fix: do not require projectId for samples ([#147](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/147)) |
| 16 | + |
| 17 | +### Dependencies |
| 18 | +- fix(deps): update dependency google-gax to ^0.25.0 ([#158](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/158)) |
| 19 | + |
| 20 | +### Documentation |
| 21 | +- docs: update comments on protos ([#172](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/172)) |
| 22 | +- docs: update API doc comments ([#171](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/171)) |
| 23 | +- docs: update links in contrib guide ([#169](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/169)) |
| 24 | +- docs: update contributing path in README ([#164](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/164)) |
| 25 | +- docs: move CONTRIBUTING.md to root ([#163](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/163)) |
| 26 | +- docs: add lint/fix example to contributing guide ([#160](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/160)) |
| 27 | + |
| 28 | +### Internal / Testing Changes |
| 29 | +- chore: update require statement code style |
| 30 | +- build: Add docuploader credentials to node publish jobs ([#175](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/175)) |
| 31 | +- build: use node10 to run samples-test, system-test etc ([#174](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/174)) |
| 32 | +- build: update release configuration |
| 33 | +- chore(deps): update dependency mocha to v6 |
| 34 | +- build: use linkinator for docs test ([#168](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/168)) |
| 35 | +- build: create docs test npm scripts ([#166](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/166)) |
| 36 | +- build: test using @grpc/grpc-js in CI ([#165](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/165)) |
| 37 | +- refactor: improve generated code style ([#162](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/162)) |
| 38 | +- chore(deps): update dependency eslint-config-prettier to v4 ([#157](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/157)) |
| 39 | +- chore: update the date in the copyright header. ([#156](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/156)) |
| 40 | +- build(docs): ignore www.gstatic.com/bigquerydatatransfer link ([#152](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/152)) |
| 41 | +- build: check broken links in generated docs ([#148](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/148)) |
| 42 | +- nit: reordered message types |
| 43 | + |
7 | 44 | ## v0.5.0
|
8 | 45 |
|
9 | 46 | 12-21-2018 10:19 PST
|
|
0 commit comments