Skip to content

Commit f1d6c28

Browse files
release-please[bot]gcf-owl-bot[bot]alvarowolfx
authored
chore(main): release 4.10.1 (#521)
* chore(main): release 4.10.1 * 🦉 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> Co-authored-by: Alvaro Viebrantz <[email protected]>
1 parent 4e665ef commit f1d6c28

8 files changed

+14
-7
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.1](https://github.com/googleapis/nodejs-bigquery-storage/compare/v4.10.0...v4.10.1) (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Arrow parsing for nested and nullable fields ([#519](https://github.com/googleapis/nodejs-bigquery-storage/issues/519)) ([fc052fb](https://github.com/googleapis/nodejs-bigquery-storage/commit/fc052fb8746f0f87e028f009a6eccc78ff8a1bc4))
9+
310
## [4.10.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v4.9.0...v4.10.0) (2024-09-23)
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.10.0",
3+
"version": "4.10.1",
44
"description": "Client for the BigQuery Storage API",
55
"repository": "googleapis/nodejs-bigquery-storage",
66
"license": "Apache-2.0",

samples/generated/v1/snippet_metadata.google.cloud.bigquery.storage.v1.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-storage",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1/snippet_metadata_google.cloud.bigquery.storage.v1.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-storage",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1alpha/snippet_metadata_google.cloud.bigquery.storage.v1alpha.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-storage",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata.google.cloud.bigquery.storage.v1beta1.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-storage",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata_google.cloud.bigquery.storage.v1beta1.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-storage",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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.10.0",
17+
"@google-cloud/bigquery-storage": "^4.10.1",
1818
"google-auth-library": "^9.6.3",
1919
"avsc": "^5.4.18",
2020
"google-gax": "^4.3.1",

0 commit comments

Comments
 (0)