Skip to content

Commit fade021

Browse files
chore(preview-9.x): release 9.0.0-alpha.0
1 parent 5db1e5c commit fade021

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [9.0.0-alpha.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.9.1...v9.0.0-alpha.0) (2025-10-01)
4+
5+
6+
### Features
7+
8+
* Add centralized client and script for it ([#1440](https://github.com/googleapis/nodejs-bigquery/issues/1440)) ([7026a31](https://github.com/googleapis/nodejs-bigquery/commit/7026a319d04ec1100dbc67be1a23d1c31b0ae915))
9+
* Add Migration guide ([#1536](https://github.com/googleapis/nodejs-bigquery/issues/1536)) ([939600d](https://github.com/googleapis/nodejs-bigquery/commit/939600dfe820040e13e104b7afb1a9bb9e356daf))
10+
* Add release please config ([#1549](https://github.com/googleapis/nodejs-bigquery/issues/1549)) ([9799e2f](https://github.com/googleapis/nodejs-bigquery/commit/9799e2f6cc0892abf72b58200faa0462d99e8957))
11+
* Don't overwrite handwritten methods ([#1448](https://github.com/googleapis/nodejs-bigquery/issues/1448)) ([40571e1](https://github.com/googleapis/nodejs-bigquery/commit/40571e1ad2c4646721bef61dcb43b35a10cafe84))
12+
* Handwritten samples for autogen dataset client ([#1496](https://github.com/googleapis/nodejs-bigquery/issues/1496)) ([e914ea7](https://github.com/googleapis/nodejs-bigquery/commit/e914ea7d61a58385bbc5384e9660b8679a1ada70))
13+
* Handwritten samples for tables autogen client ([#1497](https://github.com/googleapis/nodejs-bigquery/issues/1497)) ([11b16d8](https://github.com/googleapis/nodejs-bigquery/commit/11b16d84aef3ff09bb99d37ab103b0a04969b4b7))
14+
* Initial autogen commit ([#1435](https://github.com/googleapis/nodejs-bigquery/issues/1435)) ([0d78740](https://github.com/googleapis/nodejs-bigquery/commit/0d78740ce11a4f55b8e23c8e0dd8a2166ade7609))
15+
* Periodic regeneration ([#1505](https://github.com/googleapis/nodejs-bigquery/issues/1505)) ([bebe6fb](https://github.com/googleapis/nodejs-bigquery/commit/bebe6fb1a817542d2359a8abcff0d5756a1941ac))
16+
* Routines samples ([#1503](https://github.com/googleapis/nodejs-bigquery/issues/1503)) ([88628db](https://github.com/googleapis/nodejs-bigquery/commit/88628dbf54b2e28756ba2a4ddad6ffeac38eea81))
17+
* Run samples tests in grpc and rest ([#1530](https://github.com/googleapis/nodejs-bigquery/issues/1530)) ([a8dba42](https://github.com/googleapis/nodejs-bigquery/commit/a8dba42c89660fb6dca5ee7deb9ff65c6656a8c2))
18+
* Simplify client instantiation ([#1533](https://github.com/googleapis/nodejs-bigquery/issues/1533)) ([7165cac](https://github.com/googleapis/nodejs-bigquery/commit/7165cacf31d10ecd9003c72ec2f6624e732cac70))
19+
20+
21+
### Bug Fixes
22+
23+
* Library should be released as 9.0.0-alpha.0 ([#1552](https://github.com/googleapis/nodejs-bigquery/issues/1552)) ([18f6930](https://github.com/googleapis/nodejs-bigquery/commit/18f6930811574282c21d60b82705eea09fd8c6ee))
24+
* Reuse auth across clients ([#1527](https://github.com/googleapis/nodejs-bigquery/issues/1527)) ([0d7e16f](https://github.com/googleapis/nodejs-bigquery/commit/0d7e16f8535f8a7c1dc1b59ccbaf7337062dd49b))

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",
3-
"version": "0.1.0",
3+
"version": "9.0.0-alpha.0",
44
"description": "Bigquery client for Node.js",
55
"repository": "googleapis/nodejs-bigquery",
66
"license": "Apache-2.0",

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 --parallel"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery": "../build/src",
16+
"@google-cloud/bigquery": "^9.0.0-alpha.0",
1717
"protobufjs": "^7.2.4"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)