google-cloud v0.14.0 Release Notes

    • bigquery BREAKING CHANGES:

      • Standard SQL is the default for queries and views.
      • Table.Create takes TableMetadata as a second argument, instead of options.
      • Dataset.Create takes DatasetMetadata as a second argument.
      • DatasetMetadata field ID renamed to FullID
      • TableMetadata field ID renamed to FullID
    • Other bigquery changes:

      • The client will append a random suffix to a provided job ID if you set AddJobIDSuffix to true in a job config.
      • Listing jobs is supported.
      • Better retry logic.
    • vision, language, speech: clients are now stable

    • monitoring: client is now beta

    • profiler:

      • Rename InstanceName to Instance, ZoneName to Zone
      • Auto-detect service name and version on AppEngine.