Skip to content

Commit

Permalink
Release google-cloud-bigquery 1.15.0 (#4035)
Browse files Browse the repository at this point in the history
#### Features

 * Add Model encryption
   * Add Model#encryption
   * Add Model#encryption=
 * Add range support for Google Sheets
   * Add External::SheetsSource#range
   * Add External::SheetsSource#range=
 * Support use_avro_logical_types on extract jobs
   * Add ExtractJob#use_avro_logical_types?
   * Add ExtractJob::Updater#use_avro_logical_types=
  • Loading branch information
yoshi-automation authored and blowmage committed Sep 30, 2019
1 parent 0d3321c commit 770d2fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions google-cloud-bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

### 1.15.0 / 2019-09-30

#### Features

* Add Model encryption
* Add Model#encryption
* Add Model#encryption=
* Add range support for Google Sheets
* Add External::SheetsSource#range
* Add External::SheetsSource#range=
* Support use_avro_logical_types on extract jobs
* Add ExtractJob#use_avro_logical_types?
* Add ExtractJob::Updater#use_avro_logical_types=

### 1.14.1 / 2019-09-04

#### Documentation
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/lib/google/cloud/bigquery/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Bigquery
VERSION = "1.14.1".freeze
VERSION = "1.15.0".freeze
end
end
end

0 comments on commit 770d2fe

Please sign in to comment.