CHANGELOG.md in google-cloud-bigquery-1.9.0 vs CHANGELOG.md in google-cloud-bigquery-1.10.0
- old
+ new
@@ -1,6 +1,17 @@
# Release History
+### 1.10.0 / 2018-12-06
+
+* Add dryrun param to Project#query_job and Dataset#query_job
+* Add copy and extract methods to Project
+ * Add Project#extract and Project#extract_job
+ * Add Project#copy and Project#copy_job
+ * Deprecate dryrun param in Table#copy_job, Table#extract_job and
+ Table#load_job
+* Fix memoization in Dataset#exists? and Table#exists?
+ * Add force param to Dataset#exists? and Table#exists?
+
### 1.9.0 / 2018-10-25
* Add clustering fields to LoadJob, QueryJob and Table
* Add DDL/DML support
* Update QueryJob#data to not return table rows for DDL/DML