diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 45ca33596e1..811a1fc77fd 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,5 +1,5 @@ { - "bigquery": "1.52.0", + "bigquery": "1.53.0", "bigtable": "1.19.0", "datastore": "1.12.1", "errorreporting": "0.3.0", diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index e406bc33bcf..f3ab8e5183e 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -2,6 +2,14 @@ +## [1.53.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.52.0...bigquery/v1.53.0) (2023-07-12) + + +### Features + +* **bigquery/connection:** Add support for Salesforce connections, which are usable only by allowlisted partners ([bac978a](https://github.com/googleapis/google-cloud-go/commit/bac978ace43bb58db7c0b1475e41c8fdf8c49a29)) +* **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) diff --git a/bigquery/internal/version.go b/bigquery/internal/version.go index fa8bf9b8843..717a52942cd 100644 --- a/bigquery/internal/version.go +++ b/bigquery/internal/version.go @@ -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"