From 5dcd00542c4735886f4e76cacac9bc38565ca935 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 23 Sep 2021 12:26:46 -0700 Subject: [PATCH 1/3] chore: release bigquery 1.23.0 --- bigquery/CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index 9ba6cecafb4..a70bbac8cc0 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [1.23.0](https://www.github.com/googleapis/google-cloud-go/compare/bigquery/v1.22.0...bigquery/v1.23.0) (2021-09-23) + + +### Features + +* **bigquery/reservation:** Deprecated SearchAssignments in favor of SearchAllAssignments feat: Reservation objects now contain a creation time and an update time feat: Added commitment_start_time to capacity commitments feat: Force deleting capacity commitments is allowed while reservations with active assignments exist feat: ML_EXTERNAL job type is supported feat: Optional id can be passed into CreateCapacityCommitment and CreateAssignment docs: Clarified docs for None assignments fix!: Fixed pattern for BiReservation object BREAKING_CHANGE: Changed from `bireservation` to `biReservation` ([d9ce9d0](https://www.github.com/googleapis/google-cloud-go/commit/d9ce9d0ee64f59c4e07ce4752bfd721051a95ac7)) +* **bigquery/storage:** add BigQuery Storage Write API v1 ([e52c204](https://www.github.com/googleapis/google-cloud-go/commit/e52c2042a2b7cdd7dd799a561421f32fecc5d1d2)) +* **bigquery:** add session and connection support ([#4754](https://www.github.com/googleapis/google-cloud-go/issues/4754)) ([e846dfd](https://www.github.com/googleapis/google-cloud-go/commit/e846dfdefbba88320088667525e5fdd966c80c4b)) + ## [1.22.0](https://www.github.com/googleapis/google-cloud-go/compare/bigquery/v1.21.0...bigquery/v1.22.0) (2021-08-30) From 0978d7e380c1875bf1d6928bcf1e111a9e5009a2 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Thu, 23 Sep 2021 20:18:59 +0000 Subject: [PATCH 2/3] update release notes --- bigquery/CHANGES.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index a70bbac8cc0..056e93ae6da 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -5,9 +5,21 @@ ### Features -* **bigquery/reservation:** Deprecated SearchAssignments in favor of SearchAllAssignments feat: Reservation objects now contain a creation time and an update time feat: Added commitment_start_time to capacity commitments feat: Force deleting capacity commitments is allowed while reservations with active assignments exist feat: ML_EXTERNAL job type is supported feat: Optional id can be passed into CreateCapacityCommitment and CreateAssignment docs: Clarified docs for None assignments fix!: Fixed pattern for BiReservation object BREAKING_CHANGE: Changed from `bireservation` to `biReservation` ([d9ce9d0](https://www.github.com/googleapis/google-cloud-go/commit/d9ce9d0ee64f59c4e07ce4752bfd721051a95ac7)) +* **bigquery/reservation:** + * Deprecated SearchAssignments in favor of SearchAllAssignments + * feat: Reservation objects now contain a creation time and an update time + * feat: Added commitment_start_time to capacity commitments + * feat: Force deleting capacity commitments is allowed while reservations with active assignments exist + * feat: ML_EXTERNAL job type is supported + * feat: Optional id can be passed into CreateCapacityCommitment and CreateAssignment + * docs: Clarified docs for None assignments + * fix!: Fixed pattern for BiReservation object BREAKING_CHANGE: Changed from `bireservation` to `biReservation` + * ([d9ce9d0](https://www.github.com/googleapis/google-cloud-go/commit/d9ce9d0ee64f59c4e07ce4752bfd721051a95ac7)) +* **bigquery/storage/managedwriter:** BREAKING CHANGE: changeAppendRows behavior ([#4729](https://github.com/googleapis/google-cloud-go/pull/4729)) * **bigquery/storage:** add BigQuery Storage Write API v1 ([e52c204](https://www.github.com/googleapis/google-cloud-go/commit/e52c2042a2b7cdd7dd799a561421f32fecc5d1d2)) +* **bigquery/storage:** migrate managedwriter to v1 write from v1beta2 ([#4788](https://github.com/googleapis/google-cloud-go/pull/4788)) * **bigquery:** add session and connection support ([#4754](https://www.github.com/googleapis/google-cloud-go/issues/4754)) ([e846dfd](https://www.github.com/googleapis/google-cloud-go/commit/e846dfdefbba88320088667525e5fdd966c80c4b)) +* **bigquery:** expose the query source of a rowiterator via SourceJob() ([#4748](https://github.com/googleapis/google-cloud-go/pull/4748)) ## [1.22.0](https://www.github.com/googleapis/google-cloud-go/compare/bigquery/v1.21.0...bigquery/v1.22.0) (2021-08-30) From d7ab82712303728fdde7384d701e3622480f3242 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Thu, 23 Sep 2021 20:20:32 +0000 Subject: [PATCH 3/3] whitespace --- bigquery/CHANGES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index 056e93ae6da..8edf726d301 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -5,15 +5,15 @@ ### Features -* **bigquery/reservation:** +* **bigquery/reservation:** * Deprecated SearchAssignments in favor of SearchAllAssignments - * feat: Reservation objects now contain a creation time and an update time - * feat: Added commitment_start_time to capacity commitments - * feat: Force deleting capacity commitments is allowed while reservations with active assignments exist + * feat: Reservation objects now contain a creation time and an update time + * feat: Added commitment_start_time to capacity commitments + * feat: Force deleting capacity commitments is allowed while reservations with active assignments exist * feat: ML_EXTERNAL job type is supported * feat: Optional id can be passed into CreateCapacityCommitment and CreateAssignment - * docs: Clarified docs for None assignments - * fix!: Fixed pattern for BiReservation object BREAKING_CHANGE: Changed from `bireservation` to `biReservation` + * docs: Clarified docs for None assignments + * fix!: Fixed pattern for BiReservation object BREAKING_CHANGE: Changed from `bireservation` to `biReservation` * ([d9ce9d0](https://www.github.com/googleapis/google-cloud-go/commit/d9ce9d0ee64f59c4e07ce4752bfd721051a95ac7)) * **bigquery/storage/managedwriter:** BREAKING CHANGE: changeAppendRows behavior ([#4729](https://github.com/googleapis/google-cloud-go/pull/4729)) * **bigquery/storage:** add BigQuery Storage Write API v1 ([e52c204](https://www.github.com/googleapis/google-cloud-go/commit/e52c2042a2b7cdd7dd799a561421f32fecc5d1d2))