From 40f29fe4298f1cb22cee0fe509ed95ac2ef7c531 Mon Sep 17 00:00:00 2001 From: shollyman Date: Wed, 4 Nov 2020 11:40:42 -0800 Subject: [PATCH] chore(bigquery): release bigquery/v1.13.0 (#3140) This PR will be tagged bigquery/v1.13.0 --- bigquery/CHANGES.md | 10 ++++++++++ internal/version/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index 1f6b97200fc..d4c1a4fb222 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -1,5 +1,15 @@ # Changes + +## v1.13.0 + +* Support retries for specific http2 transport race. +* Remove unused datasource client from bigquery/datatransfer. +* Adds support for authorized User Defined Functions (UDFs). +* Documentation improvements. +* Various updates to autogenerated clients. + + ## v1.12.0 * Adds additional retry support for table deletion. diff --git a/internal/version/version.go b/internal/version/version.go index 80536ea1cab..fd9dd91e985 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -26,7 +26,7 @@ import ( // Repo is the current version of the client libraries in this // repo. It should be a date in YYYYMMDD format. -const Repo = "20201027" +const Repo = "20201104" // Go returns the Go runtime version. The returned string // has no whitespace.