Skip to content

Commit

Permalink
chore(main): release bigquery 1.50.0 (#7579)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.50.0](https://togithub.com/googleapis/google-cloud-go/compare/bigquery/v1.49.0...bigquery/v1.50.0) (2023-04-03)


### Features

* **bigquery/connection:** Add spark connection properties type ([#7570](https://togithub.com/googleapis/google-cloud-go/issues/7570)) ([499b489](https://togithub.com/googleapis/google-cloud-go/commit/499b489d8d6bc8db203c864db97f1462bbeff3d2))
* **bigquery/migration:** Add request_source field and update formatting ([#7586](https://togithub.com/googleapis/google-cloud-go/issues/7586)) ([c967961](https://togithub.com/googleapis/google-cloud-go/commit/c967961ed95750e173af0193ec8d0974471f43ff))
* **bigquery/reservation:** Add edition/autoscale related fields ([#7608](https://togithub.com/googleapis/google-cloud-go/issues/7608)) ([2b7bb66](https://togithub.com/googleapis/google-cloud-go/commit/2b7bb662eb00671b8ee933766f4254f897131a7c))
* **bigquery/storage/managedwriter:** Decouple connections and writers ([#7314](https://togithub.com/googleapis/google-cloud-go/issues/7314)) ([7d085b4](https://togithub.com/googleapis/google-cloud-go/commit/7d085b4b25a29ff1a81164409fc68b8bcb5eacc4))
* **bigquery/storage/managedwriter:** Introduce location routing header ([#7663](https://togithub.com/googleapis/google-cloud-go/issues/7663)) ([cf06802](https://togithub.com/googleapis/google-cloud-go/commit/cf068024f1066ee391191066039d7ba2668dd3f4))


### Bug Fixes

* **bigquery/storage/managedwriter:** Fix option propagation ([#7669](https://togithub.com/googleapis/google-cloud-go/issues/7669)) ([f684e16](https://togithub.com/googleapis/google-cloud-go/commit/f684e1610c51311c597763b5d1447c178173940a))


### Documentation

* **bigquery/reservation:** Mention that some fields are deprecated ([597ea0f](https://togithub.com/googleapis/google-cloud-go/commit/597ea0fe09bcea04e884dffe78add850edb2120d))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Apr 3, 2023
1 parent 493fb47 commit ac0a0f6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bigquery": "1.49.0",
"bigquery": "1.50.0",
"bigtable": "1.18.1",
"datastore": "1.10.0",
"errorreporting": "0.3.0",
Expand Down
21 changes: 21 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## [1.50.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.49.0...bigquery/v1.50.0) (2023-04-03)


### Features

* **bigquery/connection:** Add spark connection properties type ([#7570](https://github.com/googleapis/google-cloud-go/issues/7570)) ([499b489](https://github.com/googleapis/google-cloud-go/commit/499b489d8d6bc8db203c864db97f1462bbeff3d2))
* **bigquery/migration:** Add request_source field and update formatting ([#7586](https://github.com/googleapis/google-cloud-go/issues/7586)) ([c967961](https://github.com/googleapis/google-cloud-go/commit/c967961ed95750e173af0193ec8d0974471f43ff))
* **bigquery/reservation:** Add edition/autoscale related fields ([#7608](https://github.com/googleapis/google-cloud-go/issues/7608)) ([2b7bb66](https://github.com/googleapis/google-cloud-go/commit/2b7bb662eb00671b8ee933766f4254f897131a7c))
* **bigquery/storage/managedwriter:** Decouple connections and writers ([#7314](https://github.com/googleapis/google-cloud-go/issues/7314)) ([7d085b4](https://github.com/googleapis/google-cloud-go/commit/7d085b4b25a29ff1a81164409fc68b8bcb5eacc4))
* **bigquery/storage/managedwriter:** Introduce location routing header ([#7663](https://github.com/googleapis/google-cloud-go/issues/7663)) ([cf06802](https://github.com/googleapis/google-cloud-go/commit/cf068024f1066ee391191066039d7ba2668dd3f4))


### Bug Fixes

* **bigquery/storage/managedwriter:** Fix option propagation ([#7669](https://github.com/googleapis/google-cloud-go/issues/7669)) ([f684e16](https://github.com/googleapis/google-cloud-go/commit/f684e1610c51311c597763b5d1447c178173940a))


### Documentation

* **bigquery/reservation:** Mention that some fields are deprecated ([597ea0f](https://github.com/googleapis/google-cloud-go/commit/597ea0fe09bcea04e884dffe78add850edb2120d))

## [1.49.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.48.0...bigquery/v1.49.0) (2023-03-16)


Expand Down
2 changes: 1 addition & 1 deletion bigquery/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.49.0"
const Version = "1.50.0"

0 comments on commit ac0a0f6

Please sign in to comment.