- Add DNS Service
- Improved BigQuery table recognition from a string (vitaliel)
- Add missing options from BigQuery
Table#load
(gramos74) - Add missing options from BigQuery
Table#extract
- 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
Add BigQuery service
- Improve error messaging when uploading files to Storage
- Add
GCLOUD_PROJECT
andGCLOUD_KEYFILE
environment variables - Specify OAuth 2.0 scopes when connecting to services
Add Pub/Sub service
- Add top-level
Gcloud
object with instance methods to initialize connections with individual services (e.g.Gcloud#storage
) - Add credential options to
Gcloud::Storage::File#signed_url
- Add method aliases to improve usability of Storage API
- Improve documentation
- Storage downloads files in binary mode (premist).
- Updated documentation.
Initial release supporting Datastore and Storage services.