Skip to content

Commit 7cbdba4

Browse files
chore(main): release google-cloud-bigquery 1.63.1
1 parent df84fa9 commit 7cbdba4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"google-cloud-beyond_corp-app_gateways-v1+FILLER": "0.0.0",
144144
"google-cloud-beyond_corp-client_gateways-v1": "0.12.0",
145145
"google-cloud-beyond_corp-client_gateways-v1+FILLER": "0.0.0",
146-
"google-cloud-bigquery": "1.63.0",
146+
"google-cloud-bigquery": "1.63.1",
147147
"google-cloud-bigquery+FILLER": "0.0.0",
148148
"google-cloud-bigquery-analytics_hub": "1.4.0",
149149
"google-cloud-bigquery-analytics_hub+FILLER": "0.0.0",

google-cloud-bigquery/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.63.1 (2026-04-29)
4+
5+
#### Bug Fixes
6+
7+
* use destination table's project_id for queries ([#33886](https://github.com/googleapis/google-cloud-ruby/issues/33886)) ([df84fa9](https://github.com/googleapis/google-cloud-ruby/commit/df84fa9883aa9e159bcafbf8033780f33bf19fc5)), closes [#33810](https://github.com/googleapis/google-cloud-ruby/issues/33810)
8+
39
### 1.63.0 (2026-04-15)
410

511
#### Features

google-cloud-bigquery/lib/google/cloud/bigquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigquery
19-
VERSION = "1.63.0".freeze
19+
VERSION = "1.63.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)