Skip to content

Commit

Permalink
Release google-cloud-bigquery 1.5.0
Browse files Browse the repository at this point in the history
* Add Schema.load and Schema.dump to read/write a table schema from/to JSON file.
* Add support for the NUMERIC data type.
* Add documentation for enabling logging.
  • Loading branch information
quartzmo committed May 21, 2018
1 parent bdfe9bc commit e9ad921
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@
"name": "google-cloud-bigquery",
"defaultService": "google/cloud/bigquery",
"versions": [
"v1.4.0",
"v1.5.0",
"master",
"v1.4.0",
"v1.3.0",
"v1.2.0",
"v1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.5.0 / 2018-05-21

* Add Schema.load and Schema.dump to read/write a table schema from/to a JSON file or other IO source. The JSON file schema is the same as for the bq CLI.
* Add support for the NUMERIC data type.
* Add documentation for enabling logging.

### 1.4.0 / 2018-05-07

* Add Parquet support to #load and #load_job.
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.4.0".freeze
VERSION = "1.5.0".freeze
end
end
end

0 comments on commit e9ad921

Please sign in to comment.