Skip to content

Commit a5224fa

Browse files
chore(main): release 0.2.0 (#14)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](googleapis/nodejs-bigquery-migration@v0.1.0...v0.2.0) (2022-09-14) ### Features * Add MySQL dialect to bigquerymigration v2 client library ([b86b901](googleapis/nodejs-bigquery-migration@b86b901)) ### Bug Fixes * Allow passing gax instance to client constructor ([#12](googleapis/nodejs-bigquery-migration#12)) ([b86b901](googleapis/nodejs-bigquery-migration@b86b901)) * better support for fallback mode ([b86b901](googleapis/nodejs-bigquery-migration@b86b901)) * Change import long to require ([#13](googleapis/nodejs-bigquery-migration#13)) ([b9c6786](googleapis/nodejs-bigquery-migration@b9c6786)) * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-migration/issues/1553)) ([#16](googleapis/nodejs-bigquery-migration#16)) ([c7ed184](googleapis/nodejs-bigquery-migration@c7ed184)) * Preserve default values in x-goog-request-params header ([#17](googleapis/nodejs-bigquery-migration#17)) ([64baf4b](googleapis/nodejs-bigquery-migration@64baf4b)) * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-bigquery-migration/issues/1546)) ([#15](googleapis/nodejs-bigquery-migration#15)) ([a7e4f6e](googleapis/nodejs-bigquery-migration@a7e4f6e)) * use google-gax v3.3.0 ([c7ed184](googleapis/nodejs-bigquery-migration@c7ed184)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e16c0c5 commit a5224fa

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.1.0...v0.2.0) (2022-09-14)
4+
5+
6+
### Features
7+
8+
* Add MySQL dialect to bigquerymigration v2 client library ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* better support for fallback mode ([b86b901](https://github.com/googleapis/nodejs-bigquery-migration/commit/b86b901e10fd651f727347f4e12d1401783cc16f))
15+
* 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))
16+
* 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))
17+
* 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))
18+
* 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))
19+
* use google-gax v3.3.0 ([c7ed184](https://github.com/googleapis/nodejs-bigquery-migration/commit/c7ed1846776d96336ba1512df2af6d1cebea02b9))
20+
321
## 0.1.0 (2022-07-21)
422

523

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-migration",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "bigquery-migration client for Node.js",
55
"repository": "googleapis/nodejs-bigquery-migration",
66
"license": "Apache-2.0",

packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-migration",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-migration",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery-migration": "^0.1.0"
16+
"@google-cloud/bigquery-migration": "^0.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)