Skip to content

Commit

Permalink
Bump for version 0.3.1
Browse files Browse the repository at this point in the history
* Auto-discovery of project-id on Google Compute Engine
* Support getting project id from GCE auth compute
* New dataset access DSL for BigQuery
* New table schema DSL for BigQuery
* Add Code of Conduct

* Load data to BigQuery from Datastore backup
* Add `Job#wait_until_complete` convenience method to BigQuery
* Add String representation of tables in BigQuery
* Add `refresh!` methods to Storage and BigQuery
* Support `DATASTORE_DATASET` environment variable
* Update Storage and BigQuery documentation for possible errors
  during large file uploads
* Fix missing Pathname require
* Truncate object representation in interactive output
  • Loading branch information
quartzmo committed Sep 8, 2015
1 parent 5bb6213 commit 03ec1cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release History

### 0.3.1 / 2015-09-08

#### Changes

* Auto-discovery of project-id on Google Compute Engine
* Support getting project id from GCE auth compute
* New dataset access DSL for BigQuery
* New table schema DSL for BigQuery
* Add Code of Conduct

#### Minor changes

* Load data to BigQuery from Datastore backup
* Add `Job#wait_until_complete` convenience method to BigQuery
* Add String representation of tables in BigQuery
* Add `refresh!` methods to Storage and BigQuery
* Support `DATASTORE_DATASET` environment variable
* Update Storage and BigQuery documentation for possible errors during large file uploads
* Fix missing Pathname require
* Truncate object representation in interactive output

### 0.3.0 / 2015-08-21

#### Major changes
Expand Down
2 changes: 1 addition & 1 deletion lib/gcloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#--
# Google Cloud Version
module Gcloud
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 03ec1cd

Please sign in to comment.