From 89d7d1e5b0524488963b156b458b553714275533 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:51:56 -0700 Subject: [PATCH] chore(main): release bigquery 1.36.0 (#6343) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- bigquery/.release-please-manifest.json | 2 +- bigquery/CHANGES.md | 13 +++++++++++++ bigquery/internal/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bigquery/.release-please-manifest.json b/bigquery/.release-please-manifest.json index 79796eb19e9..83c0bc76aeb 100644 --- a/bigquery/.release-please-manifest.json +++ b/bigquery/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "bigquery": "1.35.0" + "bigquery": "1.36.0" } diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index b28b166b918..e231611d8cd 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -1,6 +1,19 @@ # Changes +## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.35.0...bigquery/v1.36.0) (2022-07-18) + + +### Features + +* **bigquery/migration:** Add Presto dialect to bigquerymigration v2 client library ([89a049a](https://github.com/googleapis/google-cloud-go/commit/89a049a98e1d18b922cc6ad08622161448544902)) +* **bigquery/storage/managedwriter/adapt:** support packed field option ([#6312](https://github.com/googleapis/google-cloud-go/issues/6312)) ([fc3417b](https://github.com/googleapis/google-cloud-go/commit/fc3417be70cd01a0044ec934c5c6426ea833d90c)) + + +### Bug Fixes + +* **bigquery/storage/managedwriter:** improve network reconnection ([#6338](https://github.com/googleapis/google-cloud-go/issues/6338)) ([085a038](https://github.com/googleapis/google-cloud-go/commit/085a03865d20122c74e107ea43883ae33bdf25bc)) + ## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.34.1...bigquery/v1.35.0) (2022-07-07) diff --git a/bigquery/internal/version.go b/bigquery/internal/version.go index 8d6ee196f55..1e475033a3a 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.35.0" +const Version = "1.36.0"