Skip to content

Commit e2eb708

Browse files
chore(main): release bigquery 1.72.0 (#13058)
🤖 I have created a release *beep* *boop* --- ## [1.72.0](bigquery/v1.71.0...bigquery/v1.72.0) (2025-10-28) ### Features * **bigquery/reservation:** Add new `BACKGROUND_CHANGE_DATA_CAPTURE`, `BACKGROUND_COLUMN_METADATA_INDEX`, and `BACKGROUND_SEARCH_INDEX_REFRESH` reservation assignment types ([182df61](182df61)) * **bigquery/reservation:** Add new reservation IAM policy get/set/test methods ([182df61](182df61)) * **bigquery/reservation:** Add support for creation and modification of new reservation groups ([182df61](182df61)) * **bigquery:** Expose continuous query in config ([#13130](#13130)) ([2f0942b](2f0942b)) ### Bug Fixes * **bigquery/v2:** Upgrade gRPC service registration func ([8fffca2](8fffca2)) * **bigquery:** Upgrade gRPC service registration func ([8fffca2](8fffca2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5078915 commit e2eb708

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"bigquery": "1.71.0",
2+
"bigquery": "1.72.0",
33
"bigtable": "1.40.1",
44
"errorreporting": "0.3.2",
55
"logging": "1.13.1",

bigquery/CHANGES.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33

44

55

6+
## [1.72.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.71.0...bigquery/v1.72.0) (2025-10-28)
7+
8+
9+
### Features
10+
11+
* **bigquery/reservation:** Add new `BACKGROUND_CHANGE_DATA_CAPTURE`, `BACKGROUND_COLUMN_METADATA_INDEX`, and `BACKGROUND_SEARCH_INDEX_REFRESH` reservation assignment types ([182df61](https://github.com/googleapis/google-cloud-go/commit/182df616184794be315edc7299aff021052c4f46))
12+
* **bigquery/reservation:** Add new reservation IAM policy get/set/test methods ([182df61](https://github.com/googleapis/google-cloud-go/commit/182df616184794be315edc7299aff021052c4f46))
13+
* **bigquery/reservation:** Add support for creation and modification of new reservation groups ([182df61](https://github.com/googleapis/google-cloud-go/commit/182df616184794be315edc7299aff021052c4f46))
14+
* **bigquery:** Expose continuous query in config ([#13130](https://github.com/googleapis/google-cloud-go/issues/13130)) ([2f0942b](https://github.com/googleapis/google-cloud-go/commit/2f0942b65854dcabbf49c1605e26fc5a6543c734))
15+
16+
17+
### Bug Fixes
18+
19+
* **bigquery/v2:** Upgrade gRPC service registration func ([8fffca2](https://github.com/googleapis/google-cloud-go/commit/8fffca2819fa3dc858c213aa0c503e0df331b084))
20+
* **bigquery:** Upgrade gRPC service registration func ([8fffca2](https://github.com/googleapis/google-cloud-go/commit/8fffca2819fa3dc858c213aa0c503e0df331b084))
21+
622
## [1.71.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.70.0...bigquery/v1.71.0) (2025-09-30)
723

824

@@ -1127,4 +1143,3 @@ cloud.google.com/go.
11271143

11281144
This is the first tag to carve out bigquery as its own module. See:
11291145
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.
1130-

bigquery/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
package internal
1717

1818
// Version is the current tagged release of the library.
19-
const Version = "1.71.0"
19+
const Version = "1.72.0"

0 commit comments

Comments
 (0)