Skip to content

Commit b75320c

Browse files
chore(main): release 4.10.0
1 parent b0cf365 commit b75320c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [4.10.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v4.9.0...v4.10.0) (2024-09-20)
4+
5+
6+
### Features
7+
8+
* Add BigQuery Metastore Partition Service API version v1alpha ([b0cf365](https://github.com/googleapis/nodejs-bigquery-storage/commit/b0cf365d9dcb47ea40e2222aa7fb966396bff4b9))
9+
310
## [4.9.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v4.8.0...v4.9.0) (2024-09-12)
411

512

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-storage",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"description": "Client for the BigQuery Storage API",
55
"repository": "googleapis/nodejs-bigquery-storage",
66
"license": "Apache-2.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/bigquery": "^7.0.0",
17-
"@google-cloud/bigquery-storage": "^4.9.0",
17+
"@google-cloud/bigquery-storage": "^4.10.0",
1818
"google-auth-library": "^9.6.3",
1919
"avsc": "^5.4.18",
2020
"google-gax": "^4.3.1",

0 commit comments

Comments
 (0)