Skip to content

Commit

Permalink
chore(main): release bigquery 1.28.0 (#5490)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: shollyman <shollyman@google.com>
  • Loading branch information
release-please[bot] and shollyman committed Feb 15, 2022
1 parent eeac5c2 commit 2646fae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
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"

0 comments on commit 2646fae

Please sign in to comment.