Skip to content

Commit

Permalink
chore(main): release bigquery 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 6, 2023
1 parent 8ff13bf commit 3710454
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
@@ -1,5 +1,5 @@
{
"bigquery": "1.52.0",
"bigquery": "1.53.0",
"bigtable": "1.18.1",
"datastore": "1.12.0",
"errorreporting": "0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions bigquery/CHANGES.md
Expand Up @@ -2,6 +2,13 @@



## [1.53.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.52.0...bigquery/v1.53.0) (2023-07-06)


### Features

* **bigquery/storage:** Add ResourceExhausted to retryable error for Write API unary calls ([#8214](https://github.com/googleapis/google-cloud-go/issues/8214)) ([8ff13bf](https://github.com/googleapis/google-cloud-go/commit/8ff13bf87397ad524019268c1146e44f3c1cd0e6))

## [1.52.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.51.2...bigquery/v1.52.0) (2023-06-23)


Expand Down
2 changes: 1 addition & 1 deletion bigquery/internal/version.go
Expand Up @@ -16,4 +16,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.52.0"
const Version = "1.53.0"

0 comments on commit 3710454

Please sign in to comment.