Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release bigquery 1.28.0 #5490

Merged
merged 2 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"asset": "1.1.0",
"assuredworkloads": "0.4.0",
"automl": "1.2.0",
"bigquery": "1.27.0",
"bigquery": "1.28.0",
"bigtable": "1.13.0",
"billing": "1.1.0",
"binaryauthorization": "0.3.0",
Expand Down Expand Up @@ -75,22 +75,6 @@
"profiler": "0.2.0",
"pubsub": "1.18.0",
"pubsublite": "1.2.2",
"recaptchaenterprise": "1.1.0",
"recommendationengine": "0.1.0",
"recommender": "1.0.0",
"redis": "1.2.0",
"resourcemanager": "1.0.0",
"resourcesettings": "1.0.0",
"retail": "1.0.0",
"scheduler": "1.0.0",
"secretmanager": "1.1.0",
"security": "1.1.1",
"securitycenter": "1.2.0",
"servicecontrol": "1.1.0",
"servicedirectory": "1.0.0",
"servicemanagement": "1.0.0",
"serviceusage": "1.1.0",
"shell": "1.0.0",
"recaptchaenterprise": "1.2.0",
"recommendationengine": "0.2.0",
"recommender": "1.1.0",
Expand Down
14 changes: 14 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.27.0...bigquery/v1.28.0) (2022-02-14)


### Features

* **bigquery/datatransfer:** add owner email to TransferConfig message feat: allow customer to enroll a datasource programmatically docs: improvements to various message and field descriptions ([f560b1e](https://github.com/googleapis/google-cloud-go/commit/f560b1ed0263956ef84fbf2fbf34bdc66dbc0a88))
* **bigquery:** add better version metadata to calls ([d1ad921](https://github.com/googleapis/google-cloud-go/commit/d1ad921d0322e7ce728ca9d255a3cf0437d26add))


### Bug Fixes

* **bigquery/storage/managedwriter:** address possible panic due to flow ([#5436](https://github.com/googleapis/google-cloud-go/issues/5436)) ([50c6e38](https://github.com/googleapis/google-cloud-go/commit/50c6e38c2798b3d4f2a9560239753ecd04502273))
* **bigquery/storage/managedwriter:** append improvements ([#5465](https://github.com/googleapis/google-cloud-go/issues/5465)) ([aa167bd](https://github.com/googleapis/google-cloud-go/commit/aa167bd5e57facb0f0d6834ab65805956e4ef08c))

## [1.27.0](https://www.github.com/googleapis/google-cloud-go/compare/bigquery/v1.26.0...bigquery/v1.27.0) (2022-01-24)


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

// Version is the current tagged release of the library.
const Version = "1.27.0"
const Version = "1.28.0"