Skip to content

Commit

Permalink
chore(bigquery): release bigquery/v1.13.0 (#3140)
Browse files Browse the repository at this point in the history
This PR will be tagged bigquery/v1.13.0
  • Loading branch information
shollyman committed Nov 4, 2020
1 parent 7a5d27d commit 40f29fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -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.
Expand Down

0 comments on commit 40f29fe

Please sign in to comment.