google-cloud v0.16.0 Release Notes

    • Other bigquery changes:

      • JobIterator.Next returns *Job; removed JobInfo (BREAKING CHANGE).
      • UseStandardSQL is deprecated; set UseLegacySQL to true if you need Legacy SQL.
      • Uploader.Put will generate a random insert ID if you do not provide one.
      • Support time partitioning for load jobs.
      • Support dry-run queries.
      • A Job remembers its last retrieved status.
      • Support retrieving job configuration.
      • Support labels for jobs and tables.
      • Support dataset access lists.
      • Improve support for external data sources, including data from Bigtable and Google Sheets, and tables with external data.
      • Support updating a table's view configuration.
      • Fix uploading civil times with nanoseconds.
    • storage:

      • Support PubSub notifications.
      • Support Requester Pays buckets.
    • 👍 profiler: Support goroutine and mutex profile types.