Skip to content

Commit 2a32a49

Browse files
release-please[bot]gcf-owl-bot[bot]
authored andcommitted
chore(main): release 3.0.0 (#546)
* chore(main): release 3.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ea47b66 commit 2a32a49

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/google-cloud-bigquery-datatransfer/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/bigquery-data-transfer?activeTab=versions
66

7+
## [3.0.0](https://github.com/googleapis/nodejs-bigquery-data-transfer/compare/v2.3.0...v3.0.0) (2022-05-17)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#545)
13+
14+
### Features
15+
16+
* add owner email to TransferConfig message feat: allow customer to enroll a datasource programmatically docs: improvements to various message and field descriptions ([#519](https://github.com/googleapis/nodejs-bigquery-data-transfer/issues/519)) ([028c61c](https://github.com/googleapis/nodejs-bigquery-data-transfer/commit/028c61c8488791371febc583fe2edf077a3a5052))
17+
18+
19+
### Build System
20+
21+
* update library to use Node 12 ([#545](https://github.com/googleapis/nodejs-bigquery-data-transfer/issues/545)) ([6bfaefa](https://github.com/googleapis/nodejs-bigquery-data-transfer/commit/6bfaefa1148284ee986c36983cf3f5aaebb317ac))
22+
723
## [2.3.0](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/compare/v2.2.7...v2.3.0) (2021-08-23)
824

925

packages/google-cloud-bigquery-datatransfer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/bigquery-data-transfer",
33
"description": "BigQuery Data Transfer API client for Node.js",
4-
"version": "2.3.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-cloud-bigquery-datatransfer/samples/generated/v1/snippet_metadata.google.cloud.bigquery.datatransfer.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-datatransfer",
4-
"version": "2.3.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-datatransfer/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigquery-data-transfer": "^2.3.0"
17+
"@google-cloud/bigquery-data-transfer": "^3.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)