From a5224fabbc3904d0861cbf79f28e6d6ec9120ed4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:34:18 +0000 Subject: [PATCH] chore(main): release 0.2.0 (#14) :robot: I have created a release *beep* *boop* --- ## [0.2.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.1.0...v0.2.0) (2022-09-14) ### Features * Add MySQL dialect to bigquerymigration v2 client library ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f)) ### Bug Fixes * Allow passing gax instance to client constructor ([#12](https://github.com/googleapis/nodejs-bigquery-migration/issues/12)) ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f)) * better support for fallback mode ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f)) * Change import long to require ([#13](https://github.com/googleapis/nodejs-bigquery-migration/issues/13)) ([b9c6786](https://github.com/googleapis/nodejs-bigquery-migration/commit/b9c6786c0da4159ecdf632c79062714c38afe7cf)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-migration/issues/1553)) ([#16](https://github.com/googleapis/nodejs-bigquery-migration/issues/16)) ([c7ed184](https://github.com/googleapis/nodejs-bigquery-migration/commit/c7ed1846776d96336ba1512df2af6d1cebea02b9)) * Preserve default values in x-goog-request-params header ([#17](https://github.com/googleapis/nodejs-bigquery-migration/issues/17)) ([64baf4b](https://github.com/googleapis/nodejs-bigquery-migration/commit/64baf4baec5e6805283f02c90cb47cb0567199ad)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-bigquery-migration/issues/1546)) ([#15](https://github.com/googleapis/nodejs-bigquery-migration/issues/15)) ([a7e4f6e](https://github.com/googleapis/nodejs-bigquery-migration/commit/a7e4f6ef1408f708448aa1bebafff3b474252d59)) * use google-gax v3.3.0 ([c7ed184](https://github.com/googleapis/nodejs-bigquery-migration/commit/c7ed1846776d96336ba1512df2af6d1cebea02b9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .../CHANGELOG.md | 18 ++++++++++++++++++ .../package.json | 2 +- ...ata.google.cloud.bigquery.migration.v2.json | 2 +- ...oogle.cloud.bigquery.migration.v2alpha.json | 2 +- .../samples/package.json | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-bigquery-migration/CHANGELOG.md b/packages/google-cloud-bigquery-migration/CHANGELOG.md index bf1db14a373..b79eca7626e 100644 --- a/packages/google-cloud-bigquery-migration/CHANGELOG.md +++ b/packages/google-cloud-bigquery-migration/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.1.0...v0.2.0) (2022-09-14) + + +### Features + +* Add MySQL dialect to bigquerymigration v2 client library ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f)) + + +### Bug Fixes + +* Allow passing gax instance to client constructor ([#12](https://github.com/googleapis/nodejs-bigquery-migration/issues/12)) ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f)) +* better support for fallback mode ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f)) +* Change import long to require ([#13](https://github.com/googleapis/nodejs-bigquery-migration/issues/13)) ([b9c6786](https://github.com/googleapis/nodejs-bigquery-migration/commit/b9c6786c0da4159ecdf632c79062714c38afe7cf)) +* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-migration/issues/1553)) ([#16](https://github.com/googleapis/nodejs-bigquery-migration/issues/16)) ([c7ed184](https://github.com/googleapis/nodejs-bigquery-migration/commit/c7ed1846776d96336ba1512df2af6d1cebea02b9)) +* Preserve default values in x-goog-request-params header ([#17](https://github.com/googleapis/nodejs-bigquery-migration/issues/17)) ([64baf4b](https://github.com/googleapis/nodejs-bigquery-migration/commit/64baf4baec5e6805283f02c90cb47cb0567199ad)) +* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-bigquery-migration/issues/1546)) ([#15](https://github.com/googleapis/nodejs-bigquery-migration/issues/15)) ([a7e4f6e](https://github.com/googleapis/nodejs-bigquery-migration/commit/a7e4f6ef1408f708448aa1bebafff3b474252d59)) +* use google-gax v3.3.0 ([c7ed184](https://github.com/googleapis/nodejs-bigquery-migration/commit/c7ed1846776d96336ba1512df2af6d1cebea02b9)) + ## 0.1.0 (2022-07-21) diff --git a/packages/google-cloud-bigquery-migration/package.json b/packages/google-cloud-bigquery-migration/package.json index 95be2b58fb4..94f6188bc99 100644 --- a/packages/google-cloud-bigquery-migration/package.json +++ b/packages/google-cloud-bigquery-migration/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/bigquery-migration", - "version": "0.1.0", + "version": "0.2.0", "description": "bigquery-migration client for Node.js", "repository": "googleapis/nodejs-bigquery-migration", "license": "Apache-2.0", diff --git a/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json b/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json index 259f84fcd21..de2399bf0d4 100644 --- a/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json +++ b/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "0.1.0", + "version": "0.2.0", "language": "TYPESCRIPT", "apis": [ { diff --git a/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json b/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json index 3929d87c119..cc4094c5338 100644 --- a/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json +++ b/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "0.1.0", + "version": "0.2.0", "language": "TYPESCRIPT", "apis": [ { diff --git a/packages/google-cloud-bigquery-migration/samples/package.json b/packages/google-cloud-bigquery-migration/samples/package.json index 0727070ed5b..c546643ae4e 100644 --- a/packages/google-cloud-bigquery-migration/samples/package.json +++ b/packages/google-cloud-bigquery-migration/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/bigquery-migration": "^0.1.0" + "@google-cloud/bigquery-migration": "^0.2.0" }, "devDependencies": { "c8": "^7.1.0",